From a98aaea51c81178d2106706c3843fc20a022c649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sat, 15 Mar 2025 17:39:07 +0100 Subject: [PATCH] update postgres --- deploy/postgres/postgres-app.yaml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/deploy/postgres/postgres-app.yaml b/deploy/postgres/postgres-app.yaml index 06c0cd1..627c073 100644 --- a/deploy/postgres/postgres-app.yaml +++ b/deploy/postgres/postgres-app.yaml @@ -8,19 +8,10 @@ spec: source: repoURL: "https://charts.bitnami.com/bitnami" chart: postgresql - targetRevision: "16.5.0" + targetRevision: 16.5.0 helm: - values: |- - fullnameOverride: "postgres" - persistence: - enabled: true - storageClass: "longhorn" - size: 30Gi - postgresqlPassword: "beelover" + valueFiles: + - values.yaml destination: server: "https://kubernetes.default.svc" namespace: postgres - syncPolicy: - automated: - prune: true - selfHeal: true