From cd3457e85e8549fa084edb096b9854668d6169f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 14:27:00 +0000 Subject: [PATCH] feat(docker-image): update matrixdotorg/synapse docker tag to v1.94.0 | datasource | package | from | to | | ---------- | -------------------- | ------- | ------- | | docker | matrixdotorg/synapse | v1.93.0 | v1.94.0 | --- charts/apps/matrix/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/apps/matrix/values.yaml b/charts/apps/matrix/values.yaml index 3d7221ca..b7be3ec7 100644 --- a/charts/apps/matrix/values.yaml +++ b/charts/apps/matrix/values.yaml @@ -322,7 +322,7 @@ postgresql: synapse: image: repository: "matrixdotorg/synapse" - tag: v1.93.0 + tag: v1.94.0 pullPolicy: IfNotPresent service: type: ClusterIP