diff --git a/clusters/cl01tl/platform/authentik/Chart.yaml b/clusters/cl01tl/platform/authentik/Chart.yaml index 5cb91094f..aefb59865 100644 --- a/clusters/cl01tl/platform/authentik/Chart.yaml +++ b/clusters/cl01tl/platform/authentik/Chart.yaml @@ -27,10 +27,6 @@ dependencies: alias: cloudflared repository: http://alexlebens.github.io/helm-charts version: 1.12.0 - - name: postgres-cluster - alias: postgres-16-cluster - version: 3.19.0 - repository: http://alexlebens.github.io/helm-charts - name: postgres-cluster alias: postgres-17-cluster version: 3.19.0 diff --git a/clusters/cl01tl/platform/authentik/templates/external-secret.yaml b/clusters/cl01tl/platform/authentik/templates/external-secret.yaml index 83acb0a4b..17ba4cf91 100644 --- a/clusters/cl01tl/platform/authentik/templates/external-secret.yaml +++ b/clusters/cl01tl/platform/authentik/templates/external-secret.yaml @@ -51,10 +51,10 @@ spec: apiVersion: external-secrets.io/v1beta1 kind: ExternalSecret metadata: - name: authentik-postgresql-16-cluster-backup-secret + name: authentik-postgresql-17-cluster-backup-secret namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: authentik-postgresql-16-cluster-backup-secret + app.kubernetes.io/name: authentik-postgresql-17-cluster-backup-secret app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/version: {{ .Chart.AppVersion }} app.kubernetes.io/component: database diff --git a/clusters/cl01tl/platform/authentik/values.yaml b/clusters/cl01tl/platform/authentik/values.yaml index 9e86513b0..dadad6c5d 100644 --- a/clusters/cl01tl/platform/authentik/values.yaml +++ b/clusters/cl01tl/platform/authentik/values.yaml @@ -66,21 +66,6 @@ authentik: enabled: true cloudflared: existingSecretName: authentik-cloudflared-secret -postgres-16-cluster: - mode: standalone - cluster: - walStorage: - storageClass: local-path - storage: - storageClass: local-path - monitoring: - enabled: true - backup: - enabled: true - endpointURL: https://nyc3.digitaloceanspaces.com - destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/authentik/authentik-postgresql-16-cluster - endpointCredentials: authentik-postgresql-16-cluster-backup-secret - backupIndex: 1 postgres-17-cluster: mode: standalone cluster: @@ -94,7 +79,7 @@ postgres-17-cluster: monitoring: enabled: true backup: - enabled: false + 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