Update authelia version & implement required changes
This commit is contained in:
parent
3c9697ba42
commit
60b5078f9d
@ -12,7 +12,7 @@ pod:
|
|||||||
## Authelia Config Map Generator
|
## Authelia Config Map Generator
|
||||||
##
|
##
|
||||||
configMap:
|
configMap:
|
||||||
key: 'configuration.yml'
|
key: 'configuration.yaml'
|
||||||
# include sub-maps wich OVERRIDE the values generated by the helm chart
|
# include sub-maps wich OVERRIDE the values generated by the helm chart
|
||||||
extraConfigs:
|
extraConfigs:
|
||||||
- /secrets/authelia-smtp/smtp.yml
|
- /secrets/authelia-smtp/smtp.yml
|
||||||
@ -78,10 +78,6 @@ configMap:
|
|||||||
file: /config/db.sqlite3
|
file: /config/db.sqlite3
|
||||||
|
|
||||||
|
|
||||||
# notifier:
|
|
||||||
# notifier is configured via the smtp secret and merged by authelia upon startup
|
|
||||||
|
|
||||||
|
|
||||||
identity_validation:
|
identity_validation:
|
||||||
reset_password:
|
reset_password:
|
||||||
secret:
|
secret:
|
||||||
@ -243,6 +239,11 @@ configMap:
|
|||||||
- email
|
- email
|
||||||
- profile
|
- profile
|
||||||
|
|
||||||
|
|
||||||
|
# notifier
|
||||||
|
# is set through a secret
|
||||||
|
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
storageClass: 'nfs-client'
|
storageClass: 'nfs-client'
|
||||||
|
@ -27,6 +27,6 @@ images:
|
|||||||
helmCharts:
|
helmCharts:
|
||||||
- name: authelia
|
- name: authelia
|
||||||
releaseName: authelia
|
releaseName: authelia
|
||||||
version: 0.10.0
|
version: 0.10.3
|
||||||
repo: https://charts.authelia.com
|
repo: https://charts.authelia.com
|
||||||
valuesFile: authelia.values.yaml
|
valuesFile: authelia.values.yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user