From 44e87c995b5b28831ed3dffd8e74d03d8ee72e6f Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Tue, 3 Sep 2024 17:36:51 +0200 Subject: [PATCH] chore(helm): Use same image for all pg operations. 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 6e08eab34..bd99ac2fe 100644 --- a/scripts/helmcharts/openreplay/templates/job.yaml +++ b/scripts/helmcharts/openreplay/templates/job.yaml @@ -135,7 +135,7 @@ spec: - name: datadir mountPath: /mnt/efs - name: postgres-check - image: bitnami/postgresql + image: bitnami/postgresql:16.2.0 env: - name: PGHOST value: "{{ .Values.global.postgresql.postgresqlHost }}" @@ -201,7 +201,7 @@ spec: - name: {{ $key }} value: '{{ $val }}' {{- end }} - image: bitnami/postgresql:15.5.0 + image: bitnami/postgresql:16.2.0 command: - /bin/bash - /opt/migrations/dbops.sh