diff --git a/charts/stable/authentik/Chart.yaml b/charts/stable/authentik/Chart.yaml index 634b1cc3236..cbcc1a2ee4a 100644 --- a/charts/stable/authentik/Chart.yaml +++ b/charts/stable/authentik/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/authentik - https://github.com/goauthentik/authentik - https://goauthentik.io/docs/ -version: 15.0.1 +version: 15.0.2 annotations: truecharts.org/catagories: | - authentication diff --git a/charts/stable/authentik/templates/_secret.tpl b/charts/stable/authentik/templates/_secret.tpl index 9e4447f71cb..faf26d54e10 100644 --- a/charts/stable/authentik/templates/_secret.tpl +++ b/charts/stable/authentik/templates/_secret.tpl @@ -6,7 +6,7 @@ {{- $secretKey := randAlphaNum 32 -}} {{- with (lookup "v1" "Secret" .Release.Namespace $fetchname) -}} - {{ $secretKey = index .data "AUTHENTIK_SECRET_KEY" }} + {{- $secretKey = index .data "AUTHENTIK_SECRET_KEY" | b64dec -}} {{- end }} server-worker: