Skip to content

Commit 94c2acf

Browse files
committed
synapse 1.129 -> 1.133
1 parent 459a71b commit 94c2acf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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.25.0
3+
version: 0.25.1

charts/synapse/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ synapse:
1313
image:
1414
repository: "ghcr.io/code-tool/matrix-stack/synapse"
1515
# varsion with git+https://github.com/davefatkin/synapse-s3-storage-provider.git#egg=synapse-s3-storage-provider
16-
tag: "v1.129.0"
16+
tag: "v1.133.0"
1717
pullPolicy: IfNotPresent
1818
autoscaling:
1919
enabled: true
@@ -371,6 +371,7 @@ ingress:
371371
- "/_matrix/client/(api/v1|r0|v3|unstable)/directory/room/.*$"
372372
- "/_matrix/client/(r0|v3|unstable)/capabilities$"
373373
- "/_matrix/client/(r0|v3|unstable)/notifications$"
374+
- "/_synapse/admin/v1/rooms/"
374375
# User directory search requests
375376
- "/_matrix/client/(api/v1|r0|v3|unstable)/user_directory/search$"
376377
# TODO: check search url

0 commit comments

Comments
 (0)