mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix(litellm-helm): correctly use dbReadyImage and dbReadyTag values (#6336)
This commit is contained in:
parent
274bf3e48d
commit
c7bf693aff
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue