From 0fa44da4fa5014f5699a91f5f0342333f66384ce Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 22 Dec 2024 16:59:33 -0600 Subject: [PATCH] fix version --- clusters/cl01tl/applications/jellystat/Chart.yaml | 2 +- clusters/cl01tl/applications/jellystat/values.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/clusters/cl01tl/applications/jellystat/Chart.yaml b/clusters/cl01tl/applications/jellystat/Chart.yaml index 7e24106de..915969b5e 100644 --- a/clusters/cl01tl/applications/jellystat/Chart.yaml +++ b/clusters/cl01tl/applications/jellystat/Chart.yaml @@ -21,7 +21,7 @@ dependencies: version: 3.5.1 - name: postgres-cluster alias: postgres-16-cluster - version: 3.19.0 + version: 3.20.10 repository: http://alexlebens.github.io/helm-charts - name: postgres-cluster alias: postgres-17-cluster diff --git a/clusters/cl01tl/applications/jellystat/values.yaml b/clusters/cl01tl/applications/jellystat/values.yaml index 01c695f95..723b1b07e 100644 --- a/clusters/cl01tl/applications/jellystat/values.yaml +++ b/clusters/cl01tl/applications/jellystat/values.yaml @@ -122,6 +122,9 @@ postgres-17-cluster: storageClass: local-path monitoring: enabled: true + bootstrap: + initdb: + database: app backup: enabled: false endpointURL: https://nyc3.digitaloceanspaces.com