From 7a7d5213e9c5fc0e35fd0ae71ce3ea7ee4fd7eb7 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 22 Dec 2024 17:34:24 -0600 Subject: [PATCH] add pg-17 --- clusters/cl01tl/applications/lidarr2/Chart.yaml | 4 ++++ clusters/cl01tl/applications/lidarr2/values.yaml | 7 +++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/applications/lidarr2/Chart.yaml b/clusters/cl01tl/applications/lidarr2/Chart.yaml index 578dc0078..69329a357 100644 --- a/clusters/cl01tl/applications/lidarr2/Chart.yaml +++ b/clusters/cl01tl/applications/lidarr2/Chart.yaml @@ -26,5 +26,9 @@ dependencies: alias: postgres-16-cluster version: 3.21.0 repository: http://alexlebens.github.io/helm-charts + - name: postgres-cluster + alias: postgres-17-cluster + version: 3.21.0 + repository: http://alexlebens.github.io/helm-charts icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/lidarr.png appVersion: 2.4.3.4248 diff --git a/clusters/cl01tl/applications/lidarr2/values.yaml b/clusters/cl01tl/applications/lidarr2/values.yaml index 041bbadd5..8ef458092 100644 --- a/clusters/cl01tl/applications/lidarr2/values.yaml +++ b/clusters/cl01tl/applications/lidarr2/values.yaml @@ -168,7 +168,6 @@ postgres-17-cluster: image: repository: ghcr.io/cloudnative-pg/postgresql tag: "17.2-22" - enableSuperuserAccess: true walStorage: storageClass: local-path storage: @@ -183,10 +182,10 @@ postgres-17-cluster: externalCluster: connectionParameters: host: lidarr2-postgresql-16-cluster-rw - user: app - dbname: app + user: postgres + dbname: postgres password: - name: lidarr2-postgresql-16-cluster-app + name: lidarr2-postgresql-16-cluster-superuser key: password backup: enabled: false