diff --git a/charts/stable/authentik/Chart.yaml b/charts/stable/authentik/Chart.yaml index 77923912562..56ab1bb13bf 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.0 +version: 15.0.1 annotations: truecharts.org/catagories: | - authentication diff --git a/charts/stable/authentik/templates/_secret.tpl b/charts/stable/authentik/templates/_secret.tpl index 7104932c349..9e4447f71cb 100644 --- a/charts/stable/authentik/templates/_secret.tpl +++ b/charts/stable/authentik/templates/_secret.tpl @@ -30,10 +30,10 @@ server-worker: {{- with .Values.authentik.email.host }} AUTHENTIK_EMAIL__HOST: {{ . }} {{- end -}} - {{- with .Values.authentik.email.user }} + {{- with .Values.authentik.email.username }} AUTHENTIK_EMAIL__USERNAME: {{ . }} {{- end -}} - {{- with .Values.authentik.email.pass }} + {{- with .Values.authentik.email.password }} AUTHENTIK_EMAIL__PASSWORD: {{ . }} {{- end -}} {{- with .Values.authentik.email.from }}