From a48893081b2ff1f0858757e3f740a6b6de78756a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sat, 15 Mar 2025 17:52:16 +0100 Subject: [PATCH] update postgres --- deploy/postgres/postgres-app.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/postgres/postgres-app.yaml b/deploy/postgres/postgres-app.yaml index 627c073..cda7a6e 100644 --- a/deploy/postgres/postgres-app.yaml +++ b/deploy/postgres/postgres-app.yaml @@ -7,8 +7,8 @@ spec: project: default source: repoURL: "https://charts.bitnami.com/bitnami" - chart: postgresql - targetRevision: 16.5.0 + chart: "postgresql" + targetRevision: "16.0.0" helm: valueFiles: - values.yaml