Compare commits

..

2 Commits

Author SHA1 Message Date
a8503ed744 chore(deps): update helm release authentik to v2026
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 1m13s
2026-02-25 00:28:33 +00:00
b24e710da6 feat: disable backups
All checks were successful
lint-test-helm / lint-helm (push) Successful in 20s
render-manifests-push / render-manifests-push (push) Successful in 1m53s
renovate / renovate (push) Successful in 3m7s
render-manifests-dispatch / render-manifests-dispatch (push) Successful in 31m5s
2026-02-24 18:26:13 -06:00
2 changed files with 3 additions and 3 deletions

View File

@@ -12,4 +12,4 @@ dependencies:
repository: oci://harbor.alexlebens.net/helm-charts
version: 1.0.4
digest: sha256:c8602f093e78af87eac0c99d622f0815ec89ebc1305e097ca4d6f72b003ae57c
generated: "2026-02-24T23:38:48.377682031Z"
generated: "2026-02-25T00:28:26.034311747Z"

View File

@@ -72,7 +72,7 @@ postgres-18-cluster:
backup:
objectStore:
- name: garage-local
index: 1
index: 2
destinationBucket: postgres-backups
externalSecretCredentialPath: /garage/home-infra/postgres-backups
isWALArchiver: true
@@ -91,7 +91,7 @@ postgres-18-cluster:
# isWALArchiver: false
scheduledBackups:
- name: live-backup
suspend: false
suspend: true
immediate: true
schedule: "0 0 0 * * *"
backupName: garage-local