From 45e00fbbb76da8530785768d3ee51557d470c396 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 2 Oct 2025 23:24:00 -0500 Subject: [PATCH] update chart --- clusters/cl01tl/services/harbor/Chart.yaml | 2 +- clusters/cl01tl/services/harbor/values.yaml | 22 +++++++++++---------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/clusters/cl01tl/services/harbor/Chart.yaml b/clusters/cl01tl/services/harbor/Chart.yaml index b45e303ff..a4227f7ff 100644 --- a/clusters/cl01tl/services/harbor/Chart.yaml +++ b/clusters/cl01tl/services/harbor/Chart.yaml @@ -21,7 +21,7 @@ dependencies: repository: https://helm.goharbor.io - name: postgres-cluster alias: postgres-17-cluster - version: 5.1.0 + version: 6.9.1 repository: http://gitea-http.gitea:3000/api/packages/alexlebens/helm icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/harbor.png appVersion: v2.13.0 diff --git a/clusters/cl01tl/services/harbor/values.yaml b/clusters/cl01tl/services/harbor/values.yaml index 5c96fa065..519c1abcd 100644 --- a/clusters/cl01tl/services/harbor/values.yaml +++ b/clusters/cl01tl/services/harbor/values.yaml @@ -95,7 +95,7 @@ harbor: tag: v2.14.0 replicas: 2 postgres-17-cluster: - mode: standalone + mode: recovery cluster: storage: storageClass: local-path @@ -108,14 +108,16 @@ postgres-17-cluster: recovery: method: objectStore objectStore: - endpointURL: https://nyc3.digitaloceanspaces.com destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/harbor/harbor-postgresql-17-cluster - endpointCredentials: harbor-postgresql-17-cluster-backup-secret - recoveryIndex: 1 + index: 1 backup: - enabled: true - endpointURL: https://nyc3.digitaloceanspaces.com - destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/harbor/harbor-postgresql-17-cluster - endpointCredentials: harbor-postgresql-17-cluster-backup-secret - backupIndex: 1 - retentionPolicy: "3d" + objectStore: + - name: external + destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/harbor/harbor-postgresql-17-cluster + index: 1 + retentionPolicy: "3d" + scheduledBackups: + - name: daily-backup + suspend: false + schedule: "0 0 0 * * *" + backupName: external