Update version and remove OIDC providers configuration
This commit is contained in:
parent
77451f90e4
commit
29ac8225b5
2 changed files with 1 additions and 10 deletions
|
@ -5,7 +5,7 @@ icon: https://matrix.org/images/matrix-logo.svg
|
||||||
appVersion: 1.99.0
|
appVersion: 1.99.0
|
||||||
|
|
||||||
type: application
|
type: application
|
||||||
version: 4.0.7
|
version: 4.0.8
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Tommy Skaug
|
- name: Tommy Skaug
|
||||||
email: tommy@skaug.me
|
email: tommy@skaug.me
|
||||||
|
|
|
@ -128,15 +128,6 @@ data:
|
||||||
enable_registration: {{ .Values.config.enableRegistration | default false }}
|
enable_registration: {{ .Values.config.enableRegistration | default false }}
|
||||||
registration_requires_token: {{ .Values.config.enableRegistration | default false }}
|
registration_requires_token: {{ .Values.config.enableRegistration | default false }}
|
||||||
|
|
||||||
{{- if .Values.config.oidcProviders }}
|
|
||||||
oidc_providers:
|
|
||||||
{{- range .Values.config.oidcProviders }}
|
|
||||||
- {{- range $key, $value := . }}
|
|
||||||
{{ $key }}: {{ $value | toYaml | nindent 10 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
## Metrics ##
|
## Metrics ##
|
||||||
|
|
||||||
enable_metrics: true
|
enable_metrics: true
|
||||||
|
|
Loading…
Reference in a new issue