From 0b4c0e092d03741592f00e13ecf8c418edcfbc99 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Thu, 15 Feb 2024 13:07:43 +0100 Subject: [PATCH] chore(helm): Update minio tag Signed-off-by: rjshrjndrn --- scripts/helmcharts/openreplay/templates/job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/openreplay/templates/job.yaml b/scripts/helmcharts/openreplay/templates/job.yaml index 8c6ae78a1..e74387197 100644 --- a/scripts/helmcharts/openreplay/templates/job.yaml +++ b/scripts/helmcharts/openreplay/templates/job.yaml @@ -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 }}