From 8d6b3eb6b6f7478a7d554a6884b1e28e87f89da3 Mon Sep 17 00:00:00 2001 From: William P Date: Tue, 24 Feb 2026 22:08:19 -0500 Subject: [PATCH] authentik: try upgrade again with only 1 replica --- authentik/Chart.yaml | 2 +- authentik/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/authentik/Chart.yaml b/authentik/Chart.yaml index b4eda10..f2d072f 100644 --- a/authentik/Chart.yaml +++ b/authentik/Chart.yaml @@ -24,5 +24,5 @@ appVersion: "1.0" dependencies: - name: authentik - version: 2025.12.4 + version: 2026.2.0 repository: https://charts.goauthentik.io \ No newline at end of file diff --git a/authentik/values.yaml b/authentik/values.yaml index c55c6a1..4eac647 100644 --- a/authentik/values.yaml +++ b/authentik/values.yaml @@ -1,6 +1,6 @@ authentik: server: - replicas: 3 + replicas: 1 volumeMounts: - name: cert-dubyatp-xyz readOnly: true @@ -16,7 +16,7 @@ authentik: labels: metrics_enabled: "true" worker: - replicas: 3 + replicas: 1 volumeMounts: - name: cert-dubyatp-xyz readOnly: true