fix(litellm-helm): correctly use dbReadyImage and dbReadyTag values (#6336)

This commit is contained in:
Zackeus Bengtsson 2024-10-21 18:38:36 +02:00 committed by GitHub
parent 274bf3e48d
commit c7bf693aff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ spec:
- name: db-ready - name: db-ready
securityContext: securityContext:
{{- toYaml .Values.securityContext | nindent 12 }} {{- 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 }} imagePullPolicy: {{ .Values.image.pullPolicy }}
env: env:
{{- if .Values.db.deployStandalone }} {{- if .Values.db.deployStandalone }}