diff --git a/clusters/cl01tl/platform/authentik/Chart.yaml b/clusters/cl01tl/platform/authentik/Chart.yaml index 0bdf99da5..ac65e879b 100644 --- a/clusters/cl01tl/platform/authentik/Chart.yaml +++ b/clusters/cl01tl/platform/authentik/Chart.yaml @@ -29,7 +29,7 @@ dependencies: version: 1.21.1 - 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/authentik.png appVersion: 2025.4.1 diff --git a/clusters/cl01tl/platform/authentik/values.yaml b/clusters/cl01tl/platform/authentik/values.yaml index 7e4ff6ccd..a19fe3e03 100644 --- a/clusters/cl01tl/platform/authentik/values.yaml +++ b/clusters/cl01tl/platform/authentik/values.yaml @@ -51,7 +51,7 @@ authentik: cloudflared: existingSecretName: authentik-cloudflared-secret postgres-17-cluster: - mode: standalone + mode: recovery cluster: storage: storageClass: local-path @@ -64,14 +64,16 @@ postgres-17-cluster: recovery: method: objectStore objectStore: - endpointURL: https://nyc3.digitaloceanspaces.com destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/authentik/authentik-postgresql-17-cluster - endpointCredentials: authentik-postgresql-17-cluster-backup-secret - recoveryIndex: 2 + index: 2 backup: - enabled: true - endpointURL: https://nyc3.digitaloceanspaces.com - destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/authentik/authentik-postgresql-17-cluster - endpointCredentials: authentik-postgresql-17-cluster-backup-secret - backupIndex: 2 - retentionPolicy: "3d" + objectStore: + - name: external + destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/authentik/authentik-postgresql-17-cluster + index: 2 + retentionPolicy: "3d" + scheduledBackups: + - name: daily-backup + suspend: false + schedule: "0 0 0 * * *" + backupName: external