update chart
All checks were successful
lint-test-helm / lint-helm (push) Successful in 35s
renovate / renovate (push) Successful in 1m21s
render-manifests-push / render-manifests-push (push) Successful in 2m28s

This commit is contained in:
2025-12-15 15:42:08 -06:00
parent 386b38a25d
commit 92b1b22c1e
79 changed files with 450 additions and 669 deletions

View File

@@ -7,9 +7,9 @@ dependencies:
version: 1.23.2
- name: postgres-cluster
repository: oci://harbor.alexlebens.net/helm-charts
version: 6.16.1
version: 7.1.1
- name: redis-replication
repository: oci://harbor.alexlebens.net/helm-charts
version: 0.5.0
digest: sha256:ea675dc20c6307200046ef1182592dd408738e0c9bb344136ddab5328a64539a
generated: "2025-12-15T13:26:42.890155-06:00"
digest: sha256:59ab582c8a41e31571ebfc808ac99d2b632558de65314a6f20ff076f0a37ffd9
generated: "2025-12-15T15:32:47.058903-06:00"

View File

@@ -26,7 +26,7 @@ dependencies:
version: 1.23.2
- name: postgres-cluster
alias: postgres-18-cluster
version: 6.16.1
version: 7.1.1
repository: oci://harbor.alexlebens.net/helm-charts
- name: redis-replication
version: 0.5.0

View File

@@ -108,17 +108,10 @@ cloudflared:
postgres-18-cluster:
mode: recovery
cluster:
image:
repository: ghcr.io/cloudnative-pg/postgresql
tag: 18.1-standard-trixie
storage:
storageClass: local-path
walStorage:
storageClass: local-path
monitoring:
enabled: true
prometheusRule:
enabled: true
recovery:
method: objectStore
objectStore:
@@ -128,11 +121,6 @@ postgres-18-cluster:
endpointCredentials: postiz-postgresql-18-cluster-backup-secret-garage
backup:
objectStore:
- name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/postiz/postiz-postgresql-18-cluster
index: 1
retentionPolicy: "30d"
isWALArchiver: false
- name: garage-local
destinationPath: s3://postgres-backups/cl01tl/postiz/postiz-postgresql-18-cluster
index: 1
@@ -141,6 +129,11 @@ postgres-18-cluster:
endpointCredentialsIncludeRegion: true
retentionPolicy: "3d"
isWALArchiver: true
# - name: external
# destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/postiz/postiz-postgresql-18-cluster
# index: 1
# retentionPolicy: "30d"
# isWALArchiver: false
# - name: garage-remote
# destinationPath: s3://postgres-backups/cl01tl/postiz/postiz-postgresql-18-cluster
# index: 1
@@ -151,20 +144,20 @@ postgres-18-cluster:
# compression: bzip2
# jobs: 2
scheduledBackups:
- name: daily-backup
suspend: false
immediate: true
schedule: "0 0 0 * * *"
backupName: external
- name: live-backup
suspend: false
immediate: true
schedule: "0 0 0 * * *"
backupName: garage-local
# - name: weekly-backup
# - name: daily-backup
# suspend: false
# immediate: true
# schedule: "0 14 4 * * SAT"
# schedule: "0 0 0 * * *"
# backupName: external
# - name: weekly-backup
# suspend: true
# immediate: true
# schedule: "0 0 4 * * SAT"
# backupName: garage-remote
redis-replication:
existingSecret: