From bec0257b9cc3c172a09e98a6c269cef99e32897a 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 b327f6c1..9643175f 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