From 5ebee42bbf3fd938f4e6ea766fff9b81092784b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 17:29:05 +0000 Subject: [PATCH] feat(docker-image): update matrixdotorg/synapse docker tag to v1.99.0 | datasource | package | from | to | | ---------- | -------------------- | ------- | ------- | | docker | matrixdotorg/synapse | v1.98.0 | v1.99.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 1a090e66..13ecc2a1 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.98.0 + tag: v1.99.0 pullPolicy: IfNotPresent service: type: ClusterIP