Skip to content

Commit 8dfefb1

Browse files
ericomeehanEric Meehanjessebot
authored
Use coturn sharedSecret when provided (#689)
* Allow external Coturn deployment * Use .Values.coturn.sharedSecret when provided * secretKey * Update version number * Apply suggestions from code review - bump chart version --------- Co-authored-by: Eric Meehan <[email protected]> Co-authored-by: Jesse Hitch <[email protected]>
1 parent c6919f9 commit 8dfefb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/matrix/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sources:
88

99
type: application
1010

11-
version: 20.3.0
11+
version: 20.3.1
1212

1313
# renovate: image=ghcr.io/element-hq/synapse
1414
appVersion: v1.140.0

charts/matrix/templates/synapse/_homeserver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ turn_uris:
928928
{{- if and (not .Values.coturn.existingSecret) (empty .Values.coturn.sharedSecret) -}}
929929
turn_shared_secret: "{{ randAlphaNum 24 }}"
930930
{{- else }}
931-
turn_shared_secret: "REPLACE_ME"
931+
turn_shared_secret: "{{ .Values.coturn.sharedSecret }}"
932932
{{- end }}
933933

934934
# How long generated TURN credentials last

0 commit comments

Comments
 (0)