diff --git a/charts/authelia/Chart.yaml b/charts/authelia/Chart.yaml index c98e9b1..31a20d4 100644 --- a/charts/authelia/Chart.yaml +++ b/charts/authelia/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: authelia -version: 0.1.13 +version: 0.1.14 kubeVersion: ">= 1.13.0" description: Authelia is a Single Sign-On Multi-Factor portal for web apps type: application diff --git a/charts/authelia/templates/deployment.yaml b/charts/authelia/templates/deployment.yaml index 05169a4..0a2d9fd 100644 --- a/charts/authelia/templates/deployment.yaml +++ b/charts/authelia/templates/deployment.yaml @@ -100,10 +100,6 @@ spec: - name: AUTHELIA_STORAGE_MYSQL_PASSWORD_FILE value: /usr/app/secrets/STORAGE_PASSWORD {{- end }} - {{- if include "authelia.configured.smtp" . }} - - name: AUTHELIA_NOTIFIER_SMTP_PASSWORD_FILE - value: /usr/app/secrets/SMTP_PASSWORD - {{- end }} {{- if and (include "authelia.configured.redisSecret" .) (include "authelia.configured.redis" .) }} - name: AUTHELIA_SESSION_REDIS_PASSWORD_FILE value: /usr/app/secrets/REDIS_PASSWORD