Skip to content

Commit 9111fcb

Browse files
committed
f
1 parent 76ec71c commit 9111fcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/synapse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
name: synapse
3-
version: 0.28.3
3+
version: 0.28.4

charts/synapse/templates/synapse-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ data:
272272
# Enable the MAS integration
273273
enabled: true
274274
# The base URL where Synapse will contact MAS
275-
endpoint: {{ $.Values.synapse.matrixAuthenticationServiceEndpoint | default (printf "http://matrix-authentication.%s.svc:%s" $.Release.Namespace ($.Values.matrixAuthentication.service.port | quote)) }}
275+
endpoint: {{ $.Values.synapse.matrixAuthenticationServiceEndpoint | default (printf "http://matrix-authentication.%s.svc:%s" $.Release.Namespace ($.Values.matrixAuthentication.service.port | int)) }}
276276
# The shared secret used to authenticate MAS requests, must be the same as `matrix.secret` in the MAS configuration
277277
# See https://element-hq.github.io/matrix-authentication-service/reference/configuration.html#matrix
278278
secret: {{ $.Values.experimentalFeatures.msc3861.admin_token }}

0 commit comments

Comments
 (0)