diff --git a/clusters/cl01tl/applications/lidarr2/Chart.yaml b/clusters/cl01tl/applications/lidarr2/Chart.yaml index ae52f70e6..d8a2488ac 100644 --- a/clusters/cl01tl/applications/lidarr2/Chart.yaml +++ b/clusters/cl01tl/applications/lidarr2/Chart.yaml @@ -11,6 +11,6 @@ dependencies: repository: https://k8s-home-lab.github.io/helm-charts/ - name: postgres-cluster alias: postgres-16-cluster - version: 3.1.0 + version: 3.2.0 repository: http://alexlebens.github.io/helm-charts appVersion: "2.2.5.4141" diff --git a/clusters/cl01tl/applications/lidarr2/values.yaml b/clusters/cl01tl/applications/lidarr2/values.yaml index 0889c8351..5abf4814a 100644 --- a/clusters/cl01tl/applications/lidarr2/values.yaml +++ b/clusters/cl01tl/applications/lidarr2/values.yaml @@ -96,7 +96,7 @@ postgres-16-cluster: monitoring: enabled: true initdb: - postInitApplicationSQL: + postInitSQL: - CREATE DATABASE "lidarr-main" OWNER "app"; - CREATE DATABASE "lidarr-log" OWNER "app"; backup: diff --git a/clusters/cl01tl/applications/radarr5-4k/Chart.yaml b/clusters/cl01tl/applications/radarr5-4k/Chart.yaml index e2457bdf0..8a4607b7f 100644 --- a/clusters/cl01tl/applications/radarr5-4k/Chart.yaml +++ b/clusters/cl01tl/applications/radarr5-4k/Chart.yaml @@ -11,6 +11,6 @@ dependencies: repository: https://k8s-home-lab.github.io/helm-charts/ - name: postgres-cluster alias: postgres-16-cluster - version: 3.1.0 + version: 3.2.0 repository: http://alexlebens.github.io/helm-charts appVersion: "5.4.6.8723" diff --git a/clusters/cl01tl/applications/radarr5-4k/values.yaml b/clusters/cl01tl/applications/radarr5-4k/values.yaml index 6128bf4d6..731e81735 100644 --- a/clusters/cl01tl/applications/radarr5-4k/values.yaml +++ b/clusters/cl01tl/applications/radarr5-4k/values.yaml @@ -98,7 +98,7 @@ postgres-16-cluster: initdb: database: app owner: app - postInitApplicationSQL: + postInitSQL: - CREATE DATABASE "radarr-main" OWNER "app"; - CREATE DATABASE "radarr-log" OWNER "app"; backup: diff --git a/clusters/cl01tl/applications/radarr5/Chart.yaml b/clusters/cl01tl/applications/radarr5/Chart.yaml index d4b0e8e81..6f9269129 100644 --- a/clusters/cl01tl/applications/radarr5/Chart.yaml +++ b/clusters/cl01tl/applications/radarr5/Chart.yaml @@ -11,6 +11,6 @@ dependencies: repository: https://k8s-home-lab.github.io/helm-charts/ - name: postgres-cluster alias: postgres-16-cluster - version: 3.1.0 + version: 3.2.0 repository: http://alexlebens.github.io/helm-charts appVersion: "5.4.6.8723" diff --git a/clusters/cl01tl/applications/radarr5/values.yaml b/clusters/cl01tl/applications/radarr5/values.yaml index 30f9907f0..3c2cb905d 100644 --- a/clusters/cl01tl/applications/radarr5/values.yaml +++ b/clusters/cl01tl/applications/radarr5/values.yaml @@ -98,7 +98,7 @@ postgres-16-cluster: initdb: database: app owner: app - postInitApplicationSQL: + postInitSQL: - CREATE DATABASE "radarr-main" OWNER "app"; - CREATE DATABASE "radarr-log" OWNER "app"; backup: diff --git a/clusters/cl01tl/applications/readarr-books/Chart.yaml b/clusters/cl01tl/applications/readarr-books/Chart.yaml index 0bb119cf3..7b2b39581 100644 --- a/clusters/cl01tl/applications/readarr-books/Chart.yaml +++ b/clusters/cl01tl/applications/readarr-books/Chart.yaml @@ -11,6 +11,6 @@ dependencies: repository: https://k8s-home-lab.github.io/helm-charts/ - name: postgres-cluster alias: postgres-16-cluster - version: 3.1.0 + version: 3.2.0 repository: http://alexlebens.github.io/helm-charts appVersion: 0.3.3.2171 diff --git a/clusters/cl01tl/applications/readarr-books/values.yaml b/clusters/cl01tl/applications/readarr-books/values.yaml index 53117b5bf..7d079fea0 100644 --- a/clusters/cl01tl/applications/readarr-books/values.yaml +++ b/clusters/cl01tl/applications/readarr-books/values.yaml @@ -99,7 +99,7 @@ postgres-cluster: initdb: database: app owner: app - postInitApplicationSQL: + postInitSQL: - CREATE DATABASE "readarr-main" OWNER "app"; - CREATE DATABASE "readarr-log" OWNER "app"; - CREATE DATABASE "readarr-cache" OWNER app; diff --git a/clusters/cl01tl/applications/sonarr4-4k/Chart.yaml b/clusters/cl01tl/applications/sonarr4-4k/Chart.yaml index 2e7dee174..04d799908 100644 --- a/clusters/cl01tl/applications/sonarr4-4k/Chart.yaml +++ b/clusters/cl01tl/applications/sonarr4-4k/Chart.yaml @@ -11,6 +11,6 @@ dependencies: repository: https://k8s-home-lab.github.io/helm-charts/ - name: postgres-cluster alias: postgres-16-cluster - version: 3.1.0 + version: 3.2.0 repository: http://alexlebens.github.io/helm-charts appVersion: "4.0.4.1491" diff --git a/clusters/cl01tl/applications/sonarr4-4k/values.yaml b/clusters/cl01tl/applications/sonarr4-4k/values.yaml index 83e84199d..efa175ac4 100644 --- a/clusters/cl01tl/applications/sonarr4-4k/values.yaml +++ b/clusters/cl01tl/applications/sonarr4-4k/values.yaml @@ -98,7 +98,7 @@ postgres-16-cluster: initdb: database: app owner: app - postInitApplicationSQL: + postInitSQL: - CREATE DATABASE "sonarr-main" OWNER "app"; - CREATE DATABASE "sonarr-log" OWNER "app"; backup: diff --git a/clusters/cl01tl/applications/sonarr4/Chart.yaml b/clusters/cl01tl/applications/sonarr4/Chart.yaml index 6045d9aaa..8e64cde62 100644 --- a/clusters/cl01tl/applications/sonarr4/Chart.yaml +++ b/clusters/cl01tl/applications/sonarr4/Chart.yaml @@ -11,6 +11,6 @@ dependencies: repository: https://k8s-home-lab.github.io/helm-charts/ - name: postgres-cluster alias: postgres-16-cluster - version: 3.1.0 + version: 3.2.0 repository: http://alexlebens.github.io/helm-charts appVersion: "4.0.4.1491" diff --git a/clusters/cl01tl/applications/sonarr4/values.yaml b/clusters/cl01tl/applications/sonarr4/values.yaml index 78c517a58..558782780 100644 --- a/clusters/cl01tl/applications/sonarr4/values.yaml +++ b/clusters/cl01tl/applications/sonarr4/values.yaml @@ -98,7 +98,7 @@ postgres-16-cluster: initdb: database: app owner: app - postInitApplicationSQL: + postInitSQL: - CREATE DATABASE "sonarr-main" OWNER "app"; - CREATE DATABASE "sonarr-log" OWNER "app"; backup: