diff --git a/clusters/cl01tl/applications/postiz/Chart.yaml b/clusters/cl01tl/applications/postiz/Chart.yaml index 004d35996..fca7e4bc5 100644 --- a/clusters/cl01tl/applications/postiz/Chart.yaml +++ b/clusters/cl01tl/applications/postiz/Chart.yaml @@ -31,7 +31,7 @@ dependencies: version: 1.14.7 - name: postgres-cluster alias: postgres-17-cluster - version: 4.2.1 - repository: https://gitea.alexlebens.dev/api/packages/alexlebens/helm + version: 5.0.7 + repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/postiz.png appVersion: v1.43.1 diff --git a/clusters/cl01tl/applications/postiz/values.yaml b/clusters/cl01tl/applications/postiz/values.yaml index 0c465f67d..92a80a131 100644 --- a/clusters/cl01tl/applications/postiz/values.yaml +++ b/clusters/cl01tl/applications/postiz/values.yaml @@ -123,14 +123,23 @@ cloudflared: postgres-17-cluster: mode: standalone cluster: - walStorage: - storageClass: local-path storage: storageClass: local-path + walStorage: + storageClass: local-path monitoring: enabled: true + prometheusRule: + enabled: false + recovery: + method: objectStore + objectStore: + endpointURL: https://nyc3.digitaloceanspaces.com + destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/postiz/postiz-postgresql-17-cluster + endpointCredentials: postiz-postgresql-17-cluster-backup-secret + recoveryIndex: 1 backup: - enabled: false + enabled: true endpointURL: https://nyc3.digitaloceanspaces.com destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/postiz/postiz-postgresql-17-cluster endpointCredentials: postiz-postgresql-17-cluster-backup-secret