fix(tpl): fix logic in tpl (#1668)
* fix(common): fix login in portal path * fix(authelia): fix logic in configmap * fix(traefik): fix logic in args.tpl * fix(prometheus): fix login in clusterrolebinding.yaml * fix(prometheus): fix logic in clusterrole.yaml * fix(common): fix logic in wireguard's container.tpl * bump patch common * bump patch authelia * bump patch prometheus * bump patch traefik
This commit is contained in:
@@ -38,7 +38,7 @@ sources:
|
||||
- https://github.com/authelia/chartrepo
|
||||
- https://github.com/authelia/authelia
|
||||
type: application
|
||||
version: 8.0.23
|
||||
version: 8.0.24
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- security
|
||||
|
||||
@@ -18,7 +18,7 @@ data:
|
||||
AUTHELIA_NOTIFIER_SMTP_PASSWORD_FILE: "/secrets/SMTP_PASSWORD"
|
||||
{{- end }}
|
||||
AUTHELIA_SESSION_REDIS_PASSWORD_FILE: "/secrets/REDIS_PASSWORD"
|
||||
{{- if and .Values.redisProvider.high_availability.enabled}}
|
||||
{{- if .Values.redisProvider.high_availability.enabled }}
|
||||
AUTHELIA_SESSION_REDIS_HIGH_AVAILABILITY_SENTINEL_PASSWORD_FILE: "/secrets/REDIS_SENTINEL_PASSWORD"
|
||||
{{- end }}
|
||||
{{- if .Values.duo_api.enabled }}
|
||||
|
||||
Reference in New Issue
Block a user