diff --git a/helmfile/apps/element/values-matrix-user-verification-service.yaml b/helmfile/apps/element/values-matrix-user-verification-service.yaml index f1a19d35..30886298 100644 --- a/helmfile/apps/element/values-matrix-user-verification-service.yaml +++ b/helmfile/apps/element/values-matrix-user-verification-service.yaml @@ -22,6 +22,8 @@ extraEnvVars: secretKeyRef: name: "opendesk-matrix-user-verification-service-account" key: "access_token" + - name: "UVS_DISABLE_IP_BLACKLIST" + value: "true" podSecurityContext: enabled: true diff --git a/helmfile/apps/jitsi/values-jitsi.gotmpl b/helmfile/apps/jitsi/values-jitsi.gotmpl index 9345132b..0cc3ebe0 100644 --- a/helmfile/apps/jitsi/values-jitsi.gotmpl +++ b/helmfile/apps/jitsi/values-jitsi.gotmpl @@ -60,7 +60,7 @@ jitsi: - name: "AUTH_TYPE" value: "hybrid_matrix_token" - name: "JWT_APP_ID" - value: "myappid" + value: "{{ .Values.global.hosts.jitsi }}.{{ .Values.global.domain }}" - name: "JWT_APP_SECRET" value: {{ .Values.secrets.jitsi.jwtAppSecret | quote }} - name: "MATRIX_UVS_SYNC_POWER_LEVELS" diff --git a/helmfile/environments/default/charts.yaml b/helmfile/environments/default/charts.yaml index 3504a16d..aae74934 100644 --- a/helmfile/environments/default/charts.yaml +++ b/helmfile/environments/default/charts.yaml @@ -149,7 +149,7 @@ charts: registry: "external-registry.souvap-univention.de" repository: "sovereign-workplace/souvap/tooling/charts/sovereign-workplace-jitsi" name: "sovereign-workplace-jitsi" - version: "1.7.1" + version: "1.7.2" verify: true username: ~ password: ~