Skip to content

Commit e112e69

Browse files
committed
hotfix local media storages true
1 parent c54bfb1 commit e112e69

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.43.1
3+
version: 0.43.2

charts/synapse/templates/synapse-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ data:
206206
{{- end }}
207207
media_instance_running_background_jobs: media-repository-background-jobs-0
208208
media_store_path: /tmp/media_store
209-
enable_local_media_storage: false
209+
enable_local_media_storage: true
210210
metrics_flags: ~
211211
oidc_providers: {{ $oidc_providers | toYaml | nindent 6 }}
212212
old_signing_keys: ~

0 commit comments

Comments
 (0)