diff --git a/clusters/cl01tl/platform/gitea/Chart.yaml b/clusters/cl01tl/platform/gitea/Chart.yaml index ad93b069c..4128ff80c 100644 --- a/clusters/cl01tl/platform/gitea/Chart.yaml +++ b/clusters/cl01tl/platform/gitea/Chart.yaml @@ -54,7 +54,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://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/gitea.png appVersion: 1.23.7 diff --git a/clusters/cl01tl/platform/gitea/values.yaml b/clusters/cl01tl/platform/gitea/values.yaml index 9c5eb3038..2ed49bc98 100644 --- a/clusters/cl01tl/platform/gitea/values.yaml +++ b/clusters/cl01tl/platform/gitea/values.yaml @@ -373,12 +373,21 @@ 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/gitea/gitea-postgresql-17-cluster + endpointCredentials: gitea-postgresql-17-cluster-backup-secret + recoveryIndex: 3 backup: enabled: true endpointURL: https://nyc3.digitaloceanspaces.com