add pg-17

This commit is contained in:
2024-12-22 17:34:24 -06:00
parent e7fc132876
commit 7a7d5213e9
2 changed files with 7 additions and 4 deletions

View File

@@ -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

View File

@@ -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