Skip to content

Commit cec6122

Browse files
authored
upgrada-envoy-and-mas (#11)
1 parent 2e5722d commit cec6122

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.5.5
3+
version: 0.6.0

charts/synapse/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ admin:
307307
serverName: NOT-CONFIGURED
308308
image:
309309
repository: "awesometechnologies/synapse-admin"
310-
tag: "0.10.2"
310+
tag: "0.10.3"
311311
pullPolicy: IfNotPresent
312312
replicas: 1
313313
resources: {}
@@ -373,7 +373,7 @@ envoyProxy:
373373
# maxUnavailable: 1
374374
image:
375375
repository: envoyproxy/envoy
376-
tag: v1.27.7
376+
tag: v1.31.2
377377
pullPolicy: IfNotPresent
378378
resources: {}
379379
# limits:
@@ -417,7 +417,7 @@ matrixAuthentication:
417417
# maxUnavailable: 1
418418
image:
419419
repository: ghcr.io/matrix-org/matrix-authentication-service
420-
tag: 0.9.0
420+
tag: 0.11.0
421421
pullPolicy: IfNotPresent
422422
resources: {}
423423
# limits:

0 commit comments

Comments
 (0)