From 21cd4de97dc15cbc30b4b80b90005b779548fabf Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Fri, 2 Feb 2024 18:23:25 +0100 Subject: [PATCH] refactor(helm): update deprecated value Signed-off-by: rjshrjndrn --- scripts/helmcharts/openreplay/templates/job.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/helmcharts/openreplay/templates/job.yaml b/scripts/helmcharts/openreplay/templates/job.yaml index 8c6ae78a1..9366dca41 100644 --- a/scripts/helmcharts/openreplay/templates/job.yaml +++ b/scripts/helmcharts/openreplay/templates/job.yaml @@ -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 }}