From da51fd7bc68ee254aa3d13b6df31387434379bf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sat, 15 Mar 2025 17:42:43 +0100 Subject: [PATCH] update postgres --- deploy/postgres/postgres-app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/postgres/postgres-app.yaml b/deploy/postgres/postgres-app.yaml index 627c073..54dccab 100644 --- a/deploy/postgres/postgres-app.yaml +++ b/deploy/postgres/postgres-app.yaml @@ -8,7 +8,7 @@ spec: source: repoURL: "https://charts.bitnami.com/bitnami" chart: postgresql - targetRevision: 16.5.0 + targetRevision: 17.4.0 helm: valueFiles: - values.yaml