From 8d186746bcfe0a32682962c36e6a4f5d758451ff Mon Sep 17 00:00:00 2001 From: James Pace Date: Sun, 1 Feb 2026 01:04:09 -0500 Subject: [PATCH] Specify a specific version of synapse. --- matrix/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix/deployment.yaml b/matrix/deployment.yaml index 6fdcf2c..11ba636 100644 --- a/matrix/deployment.yaml +++ b/matrix/deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: synapse - image: docker.io/matrixdotorg/synapse:latest + image: docker.io/matrixdotorg/synapse:sha-53e8a3c env: - name: SYNAPSE_CONFIG_DIR value: /config