upgrade chart

This commit is contained in:
2025-05-14 13:37:46 -05:00
parent 5a62723a33
commit d6687745b4
2 changed files with 13 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ dependencies:
version: 1.14.7 version: 1.14.7
- name: postgres-cluster - name: postgres-cluster
alias: postgres-17-cluster alias: postgres-17-cluster
version: 4.2.1 version: 5.0.7
repository: https://gitea.alexlebens.dev/api/packages/alexlebens/helm repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/outline.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/outline.png
appVersion: 0.83.0 appVersion: 0.83.0

View File

@@ -187,12 +187,21 @@ cloudflared-minio:
postgres-17-cluster: postgres-17-cluster:
mode: standalone mode: standalone
cluster: cluster:
walStorage:
storageClass: local-path
storage: storage:
storageClass: local-path storageClass: local-path
walStorage:
storageClass: local-path
monitoring: monitoring:
enabled: true enabled: true
prometheusRule:
enabled: false
recovery:
method: objectStore
objectStore:
endpointURL: https://nyc3.digitaloceanspaces.com
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/outline/outline-postgresql-17-cluster
endpointCredentials: outline-postgresql-17-cluster-backup-secret
recoveryIndex: 2
backup: backup:
enabled: true enabled: true
endpointURL: https://nyc3.digitaloceanspaces.com endpointURL: https://nyc3.digitaloceanspaces.com