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 4ea2d98 commit 2aa1428Copy full SHA for 2aa1428
2 files changed
charts/synapse/Chart.yaml
@@ -2,4 +2,4 @@ apiVersion: v2
2
appVersion: 1.151.0
3
description: matrix synapse kubernetes deployment
4
name: synapse
5
-version: 2.8.1
+version: 2.8.2
charts/synapse/templates/synapse-secret.yaml
@@ -231,6 +231,7 @@ stringData:
231
- synapse-event-persister-{{ . }}
232
{{- end }}
233
quarantined_media_changes:
234
+ - main
235
{{- range until ( $workers.quarantined_media_changes.replicas | int) }}
236
- synapse-quarantined-media-changes-{{ . }}
237
0 commit comments