diff --git a/charts/authelia/Chart.yaml b/charts/authelia/Chart.yaml index 45c82ef..968c617 100644 --- a/charts/authelia/Chart.yaml +++ b/charts/authelia/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: authelia -version: 0.9.12 +version: 0.9.13 kubeVersion: ">= 1.13.0-0" description: Authelia is a Single Sign-On Multi-Factor portal for web apps type: application diff --git a/charts/authelia/templates/_helpers.tpl b/charts/authelia/templates/_helpers.tpl index 6e423f9..0f5bcd2 100644 --- a/charts/authelia/templates/_helpers.tpl +++ b/charts/authelia/templates/_helpers.tpl @@ -61,7 +61,7 @@ Returns true if pod is stateful. {{- true -}} {{- else if and (not (and (.Values.configMap.storage.mysql) (.Values.configMap.storage.mysql.enabled))) (not (and (.Values.configMap.storage.postgres) (.Values.configMap.storage.postgres.enabled))) -}} {{- true -}} - {{- else if not (and (.Values.configMap.authentication_backend) (.Values.configMap.authentication_backend.ldap.enabled)) -}} + {{- else if or (not .Values.configMap.authentication_backend) (not .Values.configMap.authentication_backend.ldap.enabled) (and .Values.configMap.authentication_backend.file.enabled (not .Values.configMap.authentication_backend.file.watch)) -}} {{- true -}} {{- end -}} {{- end -}} diff --git a/charts/authelia/values.local.yaml b/charts/authelia/values.local.yaml index 4cd168b..4a6f451 100644 --- a/charts/authelia/values.local.yaml +++ b/charts/authelia/values.local.yaml @@ -116,7 +116,7 @@ ingress: tls: enabled: false secret: 'authelia-tls' - + hostNameOverride: '' # hostNameOverride: 'example.com' traefikCRD: