schedule
All checks were successful
lint-test-helm / helm-lint (push) Successful in 28s
renovate / renovate (push) Successful in 2m1s

This commit is contained in:
2025-10-04 00:52:57 -05:00
parent 266614f865
commit 78c2c46010
55 changed files with 55 additions and 55 deletions

View File

@@ -25,7 +25,7 @@ dependencies:
repository: https://argoproj.github.io/argo-helm
- name: postgres-cluster
alias: postgres-17-cluster
version: 6.9.1
version: 6.12.0
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/argo-cd.png
appVersion: v3.6.7

View File

@@ -114,5 +114,5 @@ postgres-17-cluster:
scheduledBackups:
- name: daily-backup
suspend: false
schedule: "0 /6 * * *"
schedule: "0 */6 * * *"
backupName: external

View File

@@ -23,7 +23,7 @@ dependencies:
version: 4.3.0
- name: postgres-cluster
alias: postgresql-17-fdb-cluster
version: 6.9.1
version: 6.12.0
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/komodo.png
appVersion: v1.17.5

View File

@@ -203,5 +203,5 @@ postgresql-17-fdb-cluster:
scheduledBackups:
- name: daily-backup
suspend: false
schedule: "0 /6 * * *"
schedule: "0 */6 * * *"
backupName: external