refactor(helm): update deprecated value
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
b11cf8a12c
commit
21cd4de97d
1 changed files with 2 additions and 2 deletions
|
|
@ -129,7 +129,7 @@ spec:
|
|||
- name: {{ $key }}
|
||||
value: '{{ $val }}'
|
||||
{{- end }}
|
||||
image: bitnami/postgresql:13.3.0-debian-10-r53
|
||||
image: bitnami/postgresql:15.5.0
|
||||
command:
|
||||
- /bin/bash
|
||||
- /opt/migrations/dbops.sh
|
||||
|
|
@ -142,7 +142,7 @@ spec:
|
|||
mountPath: /opt/migrations/
|
||||
{{- if or .Values.minio.enabled .Values.minio.forceInit }}
|
||||
- name: minio
|
||||
image: bitnami/minio:2020.10.9-debian-10-r6
|
||||
image: bitnami/minio:2023.11.20
|
||||
env:
|
||||
{{- range $key, $val := .Values.global.env }}
|
||||
- name: {{ $key }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue