Compare commits
6 Commits
bec70bb272
...
caa0010b4f
Author | SHA1 | Date | |
---|---|---|---|
caa0010b4f | |||
d0409edeb6 | |||
043e5cfb65 | |||
d80062b388 | |||
b8f564342f | |||
60b5078f9d |
@@ -10,7 +10,7 @@ resources:
|
||||
images:
|
||||
- name: adguard/adguardhome
|
||||
newName: adguard/adguardhome
|
||||
newTag: v0.107.57
|
||||
newTag: v0.107.58
|
||||
|
||||
namespace: adguard
|
||||
|
||||
|
@@ -13,5 +13,5 @@ resources:
|
||||
|
||||
images:
|
||||
- name: mealie
|
||||
newTag: v2.7.1
|
||||
newTag: v2.8.0
|
||||
newName: ghcr.io/mealie-recipes/mealie
|
||||
|
@@ -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'
|
||||
|
@@ -27,6 +27,6 @@ images:
|
||||
helmCharts:
|
||||
- name: authelia
|
||||
releaseName: authelia
|
||||
version: 0.10.3
|
||||
version: 0.10.4
|
||||
repo: https://charts.authelia.com
|
||||
valuesFile: authelia.values.yaml
|
||||
|
Reference in New Issue
Block a user