Skip to content

Commit

Permalink
feat: 4.36 adjusted configuration (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-elliott authored Oct 22, 2022
1 parent 262ba63 commit a953a9a
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.38
version: 0.8.39
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.1
appVersion: 4.36.9
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 @@ -45,7 +45,7 @@ data:
telemetry:
metrics:
enabled: {{ .Values.configMap.telemetry.metrics.enabled | default false }}
address: '0.0.0.0:{{ .Values.configMap.telemetry.metrics.port | default 9959 }}'
address: 'tcp://0.0.0.0:{{ .Values.configMap.telemetry.metrics.port | default 9959 }}'
{{- end }}
totp:
{{- if semverCompare ">=4.34.0" (include "authelia.version" .) }}
Expand Down

0 comments on commit a953a9a

Please sign in to comment.