refactor(helm): update deprecated value

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2024-02-02 18:23:25 +01:00
parent b11cf8a12c
commit 21cd4de97d

View file

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