From a79a280f9640f25bc6026d4598ffd943777c6618 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Wed, 4 Sep 2024 08:50:51 +0200 Subject: [PATCH] chore(helm): Upgrade postgres image to 16.3.0 Signed-off-by: rjshrjndrn --- scripts/helmcharts/databases/values.yaml | 2 +- scripts/helmcharts/openreplay/templates/job.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/helmcharts/databases/values.yaml b/scripts/helmcharts/databases/values.yaml index 905cfe202..7f4817a47 100644 --- a/scripts/helmcharts/databases/values.yaml +++ b/scripts/helmcharts/databases/values.yaml @@ -106,7 +106,7 @@ postgresql: fullnameOverride: postgresql postgresqlSharedPreloadLibraries: "pgaudit,pg_stat_statements" image: - tag: 16.2.0 + tag: 16.3.0 resources: limits: cpu: 1 diff --git a/scripts/helmcharts/openreplay/templates/job.yaml b/scripts/helmcharts/openreplay/templates/job.yaml index bd99ac2fe..71cd445a5 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:16.2.0 + image: bitnami/postgresql:16.3.0 env: - name: PGHOST value: "{{ .Values.global.postgresql.postgresqlHost }}" @@ -201,7 +201,7 @@ spec: - name: {{ $key }} value: '{{ $val }}' {{- end }} - image: bitnami/postgresql:16.2.0 + image: bitnami/postgresql:16.3.0 command: - /bin/bash - /opt/migrations/dbops.sh