diff --git a/clusters/cl01tl/applications/photoview/Chart.yaml b/clusters/cl01tl/applications/photoview/Chart.yaml index 6f64123b3..2462ebc28 100644 --- a/clusters/cl01tl/applications/photoview/Chart.yaml +++ b/clusters/cl01tl/applications/photoview/Chart.yaml @@ -20,7 +20,7 @@ dependencies: version: 3.7.3 - 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/photoview.png appVersion: 2.4.0 diff --git a/clusters/cl01tl/applications/photoview/values.yaml b/clusters/cl01tl/applications/photoview/values.yaml index 8198f01f6..708067b10 100644 --- a/clusters/cl01tl/applications/photoview/values.yaml +++ b/clusters/cl01tl/applications/photoview/values.yaml @@ -76,12 +76,21 @@ photoview: 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/photoview/photoview-postgresql-17-cluster + endpointCredentials: photoview-postgresql-17-cluster-backup-secret + recoveryIndex: 3 backup: enabled: true endpointURL: https://nyc3.digitaloceanspaces.com