2 Commits

Author SHA1 Message Date
bec70bb272 Update Helm release authelia to v0.10.3 2025-03-18 16:02:26 +00:00
4f6a268446 revert authelia version 2025-03-18 16:47:08 +01:00
4 changed files with 8 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ resources:
images: images:
- name: adguard/adguardhome - name: adguard/adguardhome
newName: adguard/adguardhome newName: adguard/adguardhome
newTag: v0.107.58 newTag: v0.107.57
namespace: adguard namespace: adguard

View File

@@ -13,5 +13,5 @@ resources:
images: images:
- name: mealie - name: mealie
newTag: v2.8.0 newTag: v2.7.1
newName: ghcr.io/mealie-recipes/mealie newName: ghcr.io/mealie-recipes/mealie

View File

@@ -12,7 +12,7 @@ pod:
## Authelia Config Map Generator ## Authelia Config Map Generator
## ##
configMap: configMap:
key: 'configuration.yaml' key: 'configuration.yml'
# 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,6 +78,10 @@ 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:
@@ -239,11 +243,6 @@ configMap:
- email - email
- profile - profile
# notifier
# is set through a secret
persistence: persistence:
enabled: true enabled: true
storageClass: 'nfs-client' storageClass: 'nfs-client'

View File

@@ -27,6 +27,6 @@ images:
helmCharts: helmCharts:
- name: authelia - name: authelia
releaseName: authelia releaseName: authelia
version: 0.10.4 version: 0.10.3
repo: https://charts.authelia.com repo: https://charts.authelia.com
valuesFile: authelia.values.yaml valuesFile: authelia.values.yaml