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 7d76bda commit 8fbce47Copy full SHA for 8fbce47
charts/synapse/Chart.yaml
@@ -1,3 +1,3 @@
1
---
2
name: synapse
3
-version: 0.12.0
+version: 0.12.1
charts/synapse/values.yaml
@@ -12,7 +12,8 @@ synapse:
12
# cfg --
13
image:
14
repository: "ghcr.io/code-tool/matrix-stack/synapse"
15
- tag: "v1.124.0"
+ # varsion with git+https://github.com/davefatkin/synapse-s3-storage-provider.git#egg=synapse-s3-storage-provider
16
+ tag: "v1.124.1"
17
pullPolicy: IfNotPresent
18
autoscaling:
19
enabled: true
0 commit comments