diff --git a/clusters/cl01tl/helm/authentik/Chart.lock b/clusters/cl01tl/helm/authentik/Chart.lock index 8ccc9789a..2330cbb15 100644 --- a/clusters/cl01tl/helm/authentik/Chart.lock +++ b/clusters/cl01tl/helm/authentik/Chart.lock @@ -8,8 +8,8 @@ dependencies: - name: postgres-cluster repository: oci://harbor.alexlebens.net/helm-charts version: 7.8.0 -- name: redis-replication +- name: valkey repository: oci://harbor.alexlebens.net/helm-charts - version: 1.1.0 -digest: sha256:ee8c360d746800a6f3f41f64fd2f116224b305d8bcb8660ed2687c7987e59c37 -generated: "2026-03-04T00:37:25.727534823Z" + version: 0.2.0 +digest: sha256:45582b3216cada3ac2f55eddc4ab0170cebb2cf084e8eda40007f987beec87b6 +generated: "2026-03-05T22:37:17.312716-06:00" diff --git a/clusters/cl01tl/helm/authentik/Chart.yaml b/clusters/cl01tl/helm/authentik/Chart.yaml index e61fac63f..c0e7feaa4 100644 --- a/clusters/cl01tl/helm/authentik/Chart.yaml +++ b/clusters/cl01tl/helm/authentik/Chart.yaml @@ -30,8 +30,9 @@ dependencies: alias: postgres-18-cluster version: 7.8.0 repository: oci://harbor.alexlebens.net/helm-charts - - name: redis-replication - version: 1.1.0 + - name: valkey + alias: valkey + version: 0.2.0 repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/authentik.png # renovate: datasource=github-releases depName=goauthentik/authentik diff --git a/clusters/cl01tl/helm/authentik/values.yaml b/clusters/cl01tl/helm/authentik/values.yaml index b5de7fad8..1780f61ac 100644 --- a/clusters/cl01tl/helm/authentik/values.yaml +++ b/clusters/cl01tl/helm/authentik/values.yaml @@ -28,7 +28,7 @@ authentik: key: password authentik: redis: - host: redis-replication-authentik-master + host: authentik-valkey server: name: server replicas: 1 @@ -105,10 +105,3 @@ postgres-18-cluster: # immediate: true # schedule: "0 0 0 * * *" # backupName: external -redis-replication: - existingSecret: - enabled: false - redisReplication: - clusterSize: 3 - sentinel: - enabled: true