From 90ceb8a3b839bf4072a87de307f7e719ef5c896b Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Thu, 12 Sep 2024 13:07:43 +0200 Subject: [PATCH] Add values file and change version chart --- ente-photos/helm-postgres.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ente-photos/helm-postgres.yaml b/ente-photos/helm-postgres.yaml index 65d2359..cef95e3 100644 --- a/ente-photos/helm-postgres.yaml +++ b/ente-photos/helm-postgres.yaml @@ -13,7 +13,13 @@ spec: sources: - chart: postgresql repoURL: registry-1.docker.io/bitnamicharts - targetRevision: 16.4.0 + targetRevision: 15.5.29 + helm: + valueFiles: + - $values/ente-phots/postgres-values.yaml + - repoURL: https://github.com/rubenhensen/k8scd.git + targetRevision: HEAD + ref: values destination: server: https://kubernetes.default.svc namespace: ente-photos \ No newline at end of file