diff --git a/infrastructure/authelia/authelia.values.yaml b/infrastructure/authelia/authelia.values.yaml
index 38d68a5..b23b895 100644
--- a/infrastructure/authelia/authelia.values.yaml
+++ b/infrastructure/authelia/authelia.values.yaml
@@ -12,7 +12,7 @@ pod:
 ## Authelia Config Map Generator
 ##
 configMap:
-  key: 'configuration.yml'
+  key: 'configuration.yaml'
   # include sub-maps wich OVERRIDE the values generated by the helm chart
   extraConfigs:
     - /secrets/authelia-smtp/smtp.yml
@@ -78,10 +78,6 @@ configMap:
       file: /config/db.sqlite3
 
 
-  # notifier:
-  # notifier is configured via the smtp secret and merged by authelia upon startup
-
-
   identity_validation:
     reset_password:
       secret:
@@ -243,6 +239,11 @@ configMap:
             - email
             - profile
 
+
+  # notifier
+  # is set through a secret
+
+
 persistence:
   enabled: true
   storageClass: 'nfs-client'
diff --git a/infrastructure/authelia/kustomization.yaml b/infrastructure/authelia/kustomization.yaml
index 55b0995..d401c84 100644
--- a/infrastructure/authelia/kustomization.yaml
+++ b/infrastructure/authelia/kustomization.yaml
@@ -27,6 +27,6 @@ images:
 helmCharts:
   - name: authelia
     releaseName: authelia
-    version: 0.10.0
+    version: 0.10.3
     repo: https://charts.authelia.com
     valuesFile: authelia.values.yaml