Update version and remove OIDC providers configuration

This commit is contained in:
Tommy 2024-01-18 16:57:45 +01:00
parent 77451f90e4
commit 29ac8225b5
No known key found for this signature in database
2 changed files with 1 additions and 10 deletions

View file

@ -5,7 +5,7 @@ icon: https://matrix.org/images/matrix-logo.svg
appVersion: 1.99.0
type: application
version: 4.0.7
version: 4.0.8
maintainers:
- name: Tommy Skaug
email: tommy@skaug.me

View file

@ -128,15 +128,6 @@ data:
enable_registration: {{ .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 ##
enable_metrics: true