From e7fc13287612d044491f49a8ef90ca822dd1ca18 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 22 Dec 2024 17:31:51 -0600 Subject: [PATCH] remove pg-17 --- clusters/cl01tl/applications/lidarr2/Chart.yaml | 6 +----- clusters/cl01tl/applications/lidarr2/values.yaml | 2 ++ 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/clusters/cl01tl/applications/lidarr2/Chart.yaml b/clusters/cl01tl/applications/lidarr2/Chart.yaml index b8b0bfe3a..578dc0078 100644 --- a/clusters/cl01tl/applications/lidarr2/Chart.yaml +++ b/clusters/cl01tl/applications/lidarr2/Chart.yaml @@ -24,11 +24,7 @@ dependencies: version: 3.5.1 - name: postgres-cluster alias: postgres-16-cluster - version: 3.20.10 - repository: http://alexlebens.github.io/helm-charts - - name: postgres-cluster - alias: postgres-17-cluster - version: 3.20.10 + 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 08218e696..041bbadd5 100644 --- a/clusters/cl01tl/applications/lidarr2/values.yaml +++ b/clusters/cl01tl/applications/lidarr2/values.yaml @@ -144,6 +144,7 @@ lidarr2: postgres-16-cluster: mode: standalone cluster: + enableSuperuserAccess: true walStorage: storageClass: local-path storage: @@ -167,6 +168,7 @@ postgres-17-cluster: image: repository: ghcr.io/cloudnative-pg/postgresql tag: "17.2-22" + enableSuperuserAccess: true walStorage: storageClass: local-path storage: