Skip to content

Commit

Permalink
feat(authelia): v4.36.1 (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-elliott authored Jun 29, 2022
1 parent 86f4783 commit 0b96d0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/authelia/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: authelia
version: 0.8.35
version: 0.8.36
kubeVersion: ">= 1.13.0-0"
description: Authelia is a Single Sign-On Multi-Factor portal for web apps
type: application
Expand All @@ -26,6 +26,6 @@ maintainers:
email: [email protected]
url: https://github.com/james-d-elliott
icon: https://avatars2.githubusercontent.com/u/59122411?s=200&v=4
appVersion: 4.36.0
appVersion: 4.36.1
deprecated: false
annotations: {}
2 changes: 1 addition & 1 deletion charts/authelia/templates/configMap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ data:
{{- end }}
{{- if semverCompare ">=4.35.0" (include "authelia.version" $) }}
password_reset:
{{- if semverCompare ">=4.36.0" (include "authelia.version" $) }}
{{- if semverCompare ">=4.36.1" (include "authelia.version" $) }}
disable: {{ include "authelia.config.password_reset.disable" $ }}
{{- end }}
custom_url: {{ $auth.password_reset.custom_url | default "" | quote }}
Expand Down

0 comments on commit 0b96d0d

Please sign in to comment.