From 653221cbd82fd503e7b471c7cc2e6187ba091ac9 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Thu, 15 Feb 2024 16:27:42 +0100 Subject: [PATCH] feat(kube): updating postgres image 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 e74387197..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