Compare commits
2 Commits
caa0010b4f
...
bec70bb272
Author | SHA1 | Date | |
---|---|---|---|
bec70bb272 | |||
4f6a268446 |
@@ -10,7 +10,7 @@ resources:
|
||||
images:
|
||||
- name: adguard/adguardhome
|
||||
newName: adguard/adguardhome
|
||||
newTag: v0.107.58
|
||||
newTag: v0.107.57
|
||||
|
||||
namespace: adguard
|
||||
|
||||
|
@@ -13,5 +13,5 @@ resources:
|
||||
|
||||
images:
|
||||
- name: mealie
|
||||
newTag: v2.8.0
|
||||
newTag: v2.7.1
|
||||
newName: ghcr.io/mealie-recipes/mealie
|
||||
|
@@ -12,7 +12,7 @@ pod:
|
||||
## Authelia Config Map Generator
|
||||
##
|
||||
configMap:
|
||||
key: 'configuration.yaml'
|
||||
key: 'configuration.yml'
|
||||
# include sub-maps wich OVERRIDE the values generated by the helm chart
|
||||
extraConfigs:
|
||||
- /secrets/authelia-smtp/smtp.yml
|
||||
@@ -78,6 +78,10 @@ configMap:
|
||||
file: /config/db.sqlite3
|
||||
|
||||
|
||||
# notifier:
|
||||
# notifier is configured via the smtp secret and merged by authelia upon startup
|
||||
|
||||
|
||||
identity_validation:
|
||||
reset_password:
|
||||
secret:
|
||||
@@ -239,11 +243,6 @@ 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.4
|
||||
version: 0.10.3
|
||||
repo: https://charts.authelia.com
|
||||
valuesFile: authelia.values.yaml
|
||||
|
Reference in New Issue
Block a user