From 673c998924865db89a48d0241700a47dc5d94ecf Mon Sep 17 00:00:00 2001 From: Arjun Devarajan Date: Thu, 24 Oct 2024 21:45:45 -0600 Subject: [PATCH] Add Scarf Gateway endpoint to tembo helm charts --- charts/tembo-ai/values.yaml | 4 ++-- charts/tembo-operator/values.yaml | 4 ++-- charts/tembo-pod-init/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/tembo-ai/values.yaml b/charts/tembo-ai/values.yaml index 2dd852dd5..4a0c02a23 100644 --- a/charts/tembo-ai/values.yaml +++ b/charts/tembo-ai/values.yaml @@ -1,6 +1,6 @@ inferenceGateway: image: - repository: quay.io/tembo/inference-gateway + repository: tembo.docker.scarf.sh/tembo/inference-gateway pullPolicy: IfNotPresent tag: latest resources: @@ -89,7 +89,7 @@ inferenceGateway: inferenceService: defaults: image: - repository: quay.io/tembo/inference + repository: tembo.docker.scarf.sh/tembo/inference pullPolicy: IfNotPresent tag: latest resources: diff --git a/charts/tembo-operator/values.yaml b/charts/tembo-operator/values.yaml index 9dc551d09..4e804b670 100644 --- a/charts/tembo-operator/values.yaml +++ b/charts/tembo-operator/values.yaml @@ -31,7 +31,7 @@ controller: # -- The default image for the controller image: - repository: quay.io/tembo/tembo-operator + repository: tembo.docker.scarf.sh/tembo/tembo-operator pullPolicy: Always # -- Overrides the image tag whose default is latest tag: latest @@ -127,7 +127,7 @@ pod-init: # -- The default image for the pod-init deployment image: - repository: quay.io/tembo/tembo-pod-init + repository: tembo.docker.scarf.sh/tembo/tembo-pod-init pullPolicy: IfNotPresent # -- Overrides the image tag whose default is latest tag: latest diff --git a/charts/tembo-pod-init/values.yaml b/charts/tembo-pod-init/values.yaml index 61c7dda8b..1d16918c8 100644 --- a/charts/tembo-pod-init/values.yaml +++ b/charts/tembo-pod-init/values.yaml @@ -3,7 +3,7 @@ namespaceOverride: logLevel: info replicas: 1 image: - repository: quay.io/tembo/tembo-pod-init + repository: tembo.docker.scarf.sh/tembo/tembo-pod-init tag: "{{ .Chart.AppVersion }}" pullPolicy: Always