From e4546cd007431a9223c8f150c27d943622211b95 Mon Sep 17 00:00:00 2001 From: salahangal Date: Fri, 14 Nov 2025 11:06:09 +0100 Subject: [PATCH] update image path for argo workflow --- hadith-ingestion/argo/workflows/ingest-hadithapi.yaml | 8 ++++---- hadith-ingestion/test-hadithapi-k8s.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hadith-ingestion/argo/workflows/ingest-hadithapi.yaml b/hadith-ingestion/argo/workflows/ingest-hadithapi.yaml index 2cd6d43..a869bee 100644 --- a/hadith-ingestion/argo/workflows/ingest-hadithapi.yaml +++ b/hadith-ingestion/argo/workflows/ingest-hadithapi.yaml @@ -2,7 +2,7 @@ apiVersion: argoproj.io/v1alpha1 kind: Workflow metadata: generateName: ingest-hadithapi- - namespace: argo + namespace: ml spec: entrypoint: ingest-pipeline @@ -41,7 +41,7 @@ spec: - name: limit container: - image: hadith-ingestion:latest + image: axxs/hadith-ingestion:latest imagePullPolicy: IfNotPresent command: [python, /app/src/main_hadithapi.py] args: @@ -102,7 +102,7 @@ apiVersion: argoproj.io/v1alpha1 kind: Workflow metadata: generateName: ingest-all-hadithapi- - namespace: argo + namespace: ml spec: entrypoint: ingest-all-books @@ -172,7 +172,7 @@ spec: - name: book-slug container: - image: hadith-ingestion:latest + image: axxs/hadith-ingestion:latest imagePullPolicy: IfNotPresent command: [python, /app/src/main_hadithapi.py] args: diff --git a/hadith-ingestion/test-hadithapi-k8s.sh b/hadith-ingestion/test-hadithapi-k8s.sh index 05e7a8d..9fa5c30 100755 --- a/hadith-ingestion/test-hadithapi-k8s.sh +++ b/hadith-ingestion/test-hadithapi-k8s.sh @@ -7,7 +7,7 @@ echo "=== Kubernetes HadithAPI Integration Test ===" # 1. Create secrets echo "Creating secrets..." -./create-secrets.sh +#./create-secrets.sh # 2. Build and load image (if using local cluster) echo "Building Docker image..."