We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8340c commit edfa9e3Copy full SHA for edfa9e3
2 files changed
charts/synapse/Chart.yaml
@@ -2,5 +2,5 @@
2
apiVersion: v2
3
name: synapse
4
description: matrix synapse kubernetes deployment
5
-version: 2.0.1
+version: 2.0.2
6
appVersion: 1.149.1
charts/synapse/templates/synapse-secret.yaml
@@ -220,10 +220,6 @@ stringData:
220
{{- range until ( $workers.federation_sender.replicas | int) }}
221
- synapse-federation-sender-{{ . }}
222
{{- end }}
223
- outbound_federation_restricted_to:
224
- {{- range until ( $workers.federation_sender.replicas | int) }}
225
- - synapse-federation-sender-{{ . }}
226
- {{- end }}
227
run_background_tasks_on: synapse-background-worker-0
228
log_config: /data/log.config
229
macaroon_secret_key: "{{ $macaroon_secret_key }}"
0 commit comments