From e43f9a4e30b2a2f445c0cd0745f32fd1290e5343 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 2 Oct 2025 23:08:40 -0500 Subject: [PATCH] update chart --- .../monitoring/grafana-operator/Chart.yaml | 2 +- .../monitoring/grafana-operator/values.yaml | 22 ++++++++++--------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/clusters/cl01tl/monitoring/grafana-operator/Chart.yaml b/clusters/cl01tl/monitoring/grafana-operator/Chart.yaml index 309252903..068dd9351 100644 --- a/clusters/cl01tl/monitoring/grafana-operator/Chart.yaml +++ b/clusters/cl01tl/monitoring/grafana-operator/Chart.yaml @@ -21,7 +21,7 @@ dependencies: repository: https://grafana.github.io/helm-charts - name: postgres-cluster alias: postgres-17-cluster - version: 5.1.0 + version: 6.9.1 repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/grafana.png appVersion: v5.18.0 diff --git a/clusters/cl01tl/monitoring/grafana-operator/values.yaml b/clusters/cl01tl/monitoring/grafana-operator/values.yaml index 9bc8ae6b6..f3b608fdb 100644 --- a/clusters/cl01tl/monitoring/grafana-operator/values.yaml +++ b/clusters/cl01tl/monitoring/grafana-operator/values.yaml @@ -13,7 +13,7 @@ grafana-operator: dashboard: enabled: false postgres-17-cluster: - mode: standalone + mode: recovery cluster: storage: storageClass: local-path @@ -26,14 +26,16 @@ postgres-17-cluster: recovery: method: objectStore objectStore: - endpointURL: https://nyc3.digitaloceanspaces.com destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/grafana-operator/grafana-operator-postgresql-17-cluster - endpointCredentials: grafana-operator-postgresql-17-cluster-backup-secret - recoveryIndex: 1 + index: 1 backup: - enabled: true - endpointURL: https://nyc3.digitaloceanspaces.com - destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/grafana-operator/grafana-operator-postgresql-17-cluster - endpointCredentials: grafana-operator-postgresql-17-cluster-backup-secret - backupIndex: 1 - retentionPolicy: "3d" + objectStore: + - name: external + destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/grafana-operator/grafana-operator-postgresql-17-cluster + index: 1 + retentionPolicy: "3d" + scheduledBackups: + - name: daily-backup + suspend: false + schedule: "0 0 0 * * *" + backupName: external