update chart
All checks were successful
lint-test-helm / helm-lint (push) Successful in 29s
renovate / renovate (push) Successful in 1m20s

This commit is contained in:
2025-10-02 23:13:07 -05:00
parent 08c365c1bd
commit 87b4c9b49d
2 changed files with 13 additions and 11 deletions

View File

@@ -44,7 +44,7 @@ dependencies:
version: 1.21.1 version: 1.21.1
- name: postgres-cluster - name: postgres-cluster
alias: postgres-17-cluster alias: postgres-17-cluster
version: 5.1.0 version: 6.9.1
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/gitea.png icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/gitea.png
appVersion: 1.23.7 appVersion: 1.23.7

View File

@@ -317,7 +317,7 @@ meilisearch:
cloudflared: cloudflared:
existingSecretName: gitea-cloudflared-secret existingSecretName: gitea-cloudflared-secret
postgres-17-cluster: postgres-17-cluster:
mode: standalone mode: recovery
cluster: cluster:
storage: storage:
storageClass: local-path storageClass: local-path
@@ -330,14 +330,16 @@ postgres-17-cluster:
recovery: recovery:
method: objectStore method: objectStore
objectStore: objectStore:
endpointURL: https://nyc3.digitaloceanspaces.com
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/gitea/gitea-postgresql-17-cluster destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/gitea/gitea-postgresql-17-cluster
endpointCredentials: gitea-postgresql-17-cluster-backup-secret index: 3
recoveryIndex: 3
backup: backup:
enabled: true objectStore:
endpointURL: https://nyc3.digitaloceanspaces.com - name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/gitea/gitea-postgresql-17-cluster destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/gitea/gitea-postgresql-17-cluster
endpointCredentials: gitea-postgresql-17-cluster-backup-secret index: 3
backupIndex: 3
retentionPolicy: "3d" retentionPolicy: "3d"
scheduledBackups:
- name: daily-backup
suspend: false
schedule: "0 0 0 * * *"
backupName: external