From 2162e8c63467a36410616080740150867747a974 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 22 Dec 2024 00:06:28 -0600 Subject: [PATCH] add pg-17 --- clusters/cl01tl/applications/jellyplist/Chart.yaml | 6 +++++- clusters/cl01tl/applications/jellyplist/values.yaml | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/clusters/cl01tl/applications/jellyplist/Chart.yaml b/clusters/cl01tl/applications/jellyplist/Chart.yaml index c26af1ed8..592005a98 100644 --- a/clusters/cl01tl/applications/jellyplist/Chart.yaml +++ b/clusters/cl01tl/applications/jellyplist/Chart.yaml @@ -26,7 +26,11 @@ dependencies: repository: https://charts.bitnami.com/bitnami - 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 + version: 3.20.10 + repository: http://alexlebens.github.io/helm-charts icon: https://raw.githubusercontent.com/kamilkosek/jellyplist/main/static/images/logo_large.png appVersion: v0.1.9 diff --git a/clusters/cl01tl/applications/jellyplist/values.yaml b/clusters/cl01tl/applications/jellyplist/values.yaml index 52a31ce92..8bd69f7fb 100644 --- a/clusters/cl01tl/applications/jellyplist/values.yaml +++ b/clusters/cl01tl/applications/jellyplist/values.yaml @@ -129,6 +129,7 @@ postgres-16-cluster: storageClass: local-path monitoring: enabled: true + bootstrap: initdb: postInitSQL: - CREATE DATABASE "jellyplist" OWNER "app";