From 0cde36925d650f22b1166e8f7f1c7b9246b05645 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 21 Dec 2024 23:51:32 -0600 Subject: [PATCH] change bootstrap --- clusters/cl01tl/applications/jellyplist/Chart.yaml | 2 +- clusters/cl01tl/applications/jellyplist/values.yaml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/applications/jellyplist/Chart.yaml b/clusters/cl01tl/applications/jellyplist/Chart.yaml index 8eb668566..1d13f123e 100644 --- a/clusters/cl01tl/applications/jellyplist/Chart.yaml +++ b/clusters/cl01tl/applications/jellyplist/Chart.yaml @@ -30,7 +30,7 @@ dependencies: repository: http://alexlebens.github.io/helm-charts - name: postgres-cluster alias: postgres-17-cluster - version: 3.20.9 + 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 98d5c5808..52a31ce92 100644 --- a/clusters/cl01tl/applications/jellyplist/values.yaml +++ b/clusters/cl01tl/applications/jellyplist/values.yaml @@ -150,12 +150,14 @@ postgres-17-cluster: storageClass: local-path monitoring: enabled: true + bootstrap: + initdb: + database: jellyplist + owner: app replica: importType: microservice importDatabases: - jellyplist - postImportApplicationSQL: - - ALTER DATABASE app RENAME TO jellyplist; externalCluster: connectionParameters: host: jellyplist-postgresql-16-cluster-rw