Skip to content

Commit

Permalink
Update helm chart image paths to public registry (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-nikkulkarni authored Dec 12, 2024
1 parent 63ed3fe commit 8b1eadd
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions deploy/helm/charts/agent-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ applicationSpecs:
initContainers:
- name: init-check
imagePullPolicy: IfNotPresent
image: nvcr.io/goirlvsxnepa/blueprints/aiva-customer-service-ingest-client:1.1.0
image: nvcr.io/nvidia/blueprint/aiva-customer-service-ingest-client:1.1.0
command:
- /bin/bash
- -c
Expand Down Expand Up @@ -92,7 +92,7 @@ applicationSpecs:
value: '12'
image:
pullPolicy: IfNotPresent
repository: nvcr.io/goirlvsxnepa/blueprints/aiva-customer-service-agent
repository: nvcr.io/nvidia/blueprint/aiva-customer-service-agent
tag: 1.1.0
ports:
- containerPort: 8081
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/charts/aiva-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
replicaCount: 1

image:
repository: nvcr.io/goirlvsxnepa/blueprints/aiva-customer-service-ui
repository: nvcr.io/nvidia/blueprint/aiva-customer-service-ui
pullPolicy: IfNotPresent
tag: "1.1.0"

initContainers:
- name: init-check
imagePullPolicy: IfNotPresent
image: nvcr.io/goirlvsxnepa/blueprints/aiva-customer-service-ingest-client:1.1.0
image: nvcr.io/nvidia/blueprint/aiva-customer-service-ingest-client:1.1.0
command:
- /bin/bash
- -c
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/charts/analytics-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ applicationSpecs:
value: INFO
image:
pullPolicy: IfNotPresent
repository: nvcr.io/goirlvsxnepa/blueprints/aiva-customer-service-analytics
repository: nvcr.io/nvidia/blueprint/aiva-customer-service-analytics
tag: 1.1.0
ports:
- containerPort: 8081
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/charts/api-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ applicationSpecs:
initContainers:
- name: init-check
imagePullPolicy: IfNotPresent
image: nvcr.io/goirlvsxnepa/blueprints/aiva-customer-service-ingest-client:1.1.0
image: nvcr.io/nvidia/blueprint/aiva-customer-service-ingest-client:1.1.0
command:
- /bin/bash
- -c
Expand Down Expand Up @@ -47,7 +47,7 @@ applicationSpecs:
- name: REQUEST_TIMEOUT
value: "180"
image:
repository: nvcr.io/goirlvsxnepa/blueprints/aiva-customer-service-api-gateway
repository: nvcr.io/nvidia/blueprint/aiva-customer-service-api-gateway
tag: "1.1.0"
ports:
- containerPort: 9000
Expand Down
8 changes: 4 additions & 4 deletions deploy/helm/charts/ingest-client/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ applicationSpecs:
- --host
- 0.0.0.0
image:
repository: nvcr.io/goirlvsxnepa/blueprints/aiva-customer-service-ingest-client
repository: nvcr.io/nvidia/blueprint/aiva-customer-service-ingest-client
tag: "1.1.0"
ports:
- containerPort: 9001
Expand All @@ -40,7 +40,7 @@ applicationSpecs:
\ ; do\n echo \"Waiting for all APIs to be healthy...\"\n sleep 10\ndone\n\
echo \"Grace time for all services to be ready after health check passes..\"\
\nsleep 30\n"
image: nvcr.io/goirlvsxnepa/blueprints/aiva-customer-service-ingest-client:1.1.0
image: nvcr.io/nvidia/blueprint/aiva-customer-service-ingest-client:1.1.0
imagePullPolicy: IfNotPresent
name: init-check
- args:
Expand All @@ -51,7 +51,7 @@ applicationSpecs:
- $egress.postgres.port
command:
- python3
image: nvcr.io/goirlvsxnepa/blueprints/aiva-customer-service-ingest-client:1.1.0
image: nvcr.io/nvidia/blueprint/aiva-customer-service-ingest-client:1.1.0
imagePullPolicy: IfNotPresent
name: ingest-csv-to-postgres
- args:
Expand All @@ -62,7 +62,7 @@ applicationSpecs:
- $egress.chain-server-canonical.port
command:
- python3
image: nvcr.io/goirlvsxnepa/blueprints/aiva-customer-service-ingest-client:1.1.0
image: nvcr.io/nvidia/blueprint/aiva-customer-service-ingest-client:1.1.0
imagePullPolicy: IfNotPresent
name: ingest-pdf-to-canonical
services:
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/charts/milvus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ applicationSpecs:
initContainers:
- name: milvus-init-wait
imagePullPolicy: IfNotPresent
image: nvcr.io/goirlvsxnepa/blueprints/aiva-customer-service-ingest-client:1.1.0
image: nvcr.io/nvidia/blueprint/aiva-customer-service-ingest-client:1.1.0
command:
- /bin/bash
- -c
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/charts/retriever-canonical/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ applicationSpecs:
initContainers:
- name: init-check
imagePullPolicy: IfNotPresent
image: nvcr.io/goirlvsxnepa/blueprints/aiva-customer-service-ingest-client:1.1.0
image: nvcr.io/nvidia/blueprint/aiva-customer-service-ingest-client:1.1.0
command:
- /bin/bash
- -c
Expand Down Expand Up @@ -84,7 +84,7 @@ applicationSpecs:
value: INFO
image:
pullPolicy: IfNotPresent
repository: nvcr.io/goirlvsxnepa/blueprints/aiva-customer-service-unstructured-retriever
repository: nvcr.io/nvidia/blueprint/aiva-customer-service-unstructured-retriever
tag: 1.1.0
ports:
- containerPort: 8081
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/charts/retriever-structured/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ applicationSpecs:
initContainers:
- name: init-check
imagePullPolicy: IfNotPresent
image: nvcr.io/goirlvsxnepa/blueprints/aiva-customer-service-ingest-client:1.1.0
image: nvcr.io/nvidia/blueprint/aiva-customer-service-ingest-client:1.1.0
command:
- /bin/bash
- -c
Expand Down Expand Up @@ -79,7 +79,7 @@ applicationSpecs:
value: INFO
image:
pullPolicy: IfNotPresent
repository: nvcr.io/goirlvsxnepa/blueprints/aiva-customer-service-structured-retriever
repository: nvcr.io/nvidia/blueprint/aiva-customer-service-structured-retriever
tag: 1.1.0
ports:
- containerPort: 8081
Expand Down
6 changes: 3 additions & 3 deletions deploy/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ ingest-client:
\ ; do\n echo \"Waiting for all APIs to be healthy...\"\n sleep 10\ndone\n\
echo \"Grace time for all services to be ready after health check passes..\"\
\nsleep 30\n"
image: nvcr.io/goirlvsxnepa/blueprints/aiva-customer-service-ingest-client:1.1.0
image: nvcr.io/nvidia/blueprint/aiva-customer-service-ingest-client:1.1.0
imagePullPolicy: IfNotPresent
name: init-check
- args:
Expand All @@ -303,7 +303,7 @@ ingest-client:
- '5432'
command:
- python3
image: nvcr.io/goirlvsxnepa/blueprints/aiva-customer-service-ingest-client:1.1.0
image: nvcr.io/nvidia/blueprint/aiva-customer-service-ingest-client:1.1.0
imagePullPolicy: IfNotPresent
name: ingest-csv-to-postgres
- args:
Expand All @@ -314,7 +314,7 @@ ingest-client:
- '8086'
command:
- python3
image: nvcr.io/goirlvsxnepa/blueprints/aiva-customer-service-ingest-client:1.1.0
image: nvcr.io/nvidia/blueprint/aiva-customer-service-ingest-client:1.1.0
imagePullPolicy: IfNotPresent
name: ingest-pdf-to-canonical
egress:
Expand Down

0 comments on commit 8b1eadd

Please sign in to comment.