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 }}