Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Scarf Gateway endpoint to tembo helm charts #1026

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/tembo-ai/values.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions charts/tembo-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/tembo-pod-init/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading