From 6911cc94c569d63f6fe8231af27c8bbe5a947dc9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 17:01:00 +0000 Subject: [PATCH] feat(docker-image): update matrixdotorg/synapse docker tag to v1.87.0 | datasource | package | from | to | | ---------- | -------------------- | ------- | ------- | | docker | matrixdotorg/synapse | v1.86.0 | v1.87.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 859d2726..dd56e25d 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.86.0 + tag: v1.87.0 pullPolicy: IfNotPresent service: type: ClusterIP