From a5112d5f88b097b3e1bc5639d580d0f61b5652ee Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 31 Dec 2025 17:10:45 -0300 Subject: [PATCH] communication: fix MAS image tag --- services/communication/mas-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/communication/mas-deployment.yaml b/services/communication/mas-deployment.yaml index b327f6c..9643175 100644 --- a/services/communication/mas-deployment.yaml +++ b/services/communication/mas-deployment.yaml @@ -74,7 +74,7 @@ spec: readOnly: false containers: - name: mas - image: ghcr.io/element-hq/matrix-authentication-service:v1.8.0 + image: ghcr.io/element-hq/matrix-authentication-service:1.8.0 args: ["server","--config","/rendered/config.yaml"] ports: - name: http