From c7bf693afff3f7c610a87744b10ae10621d16238 Mon Sep 17 00:00:00 2001 From: Zackeus Bengtsson <32719220+Hexoplon@users.noreply.github.com> Date: Mon, 21 Oct 2024 18:38:36 +0200 Subject: [PATCH] fix(litellm-helm): correctly use dbReadyImage and dbReadyTag values (#6336) --- deploy/charts/litellm-helm/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/charts/litellm-helm/templates/deployment.yaml b/deploy/charts/litellm-helm/templates/deployment.yaml index 3f3500d12..7e5faac3c 100644 --- a/deploy/charts/litellm-helm/templates/deployment.yaml +++ b/deploy/charts/litellm-helm/templates/deployment.yaml @@ -35,7 +35,7 @@ spec: - name: db-ready securityContext: {{- toYaml .Values.securityContext | nindent 12 }} - image: "docker.io/bitnami/postgresql:16.1.0-debian-11-r20" + image: "{{ .Values.image.dbReadyImage }}:{{ .Values.image.dbReadyTag | default("16.1.0-debian-11-r20") }}" imagePullPolicy: {{ .Values.image.pullPolicy }} env: {{- if .Values.db.deployStandalone }}