From 57ec503dae4ca98022699afcf51fc31b7c87dd5e Mon Sep 17 00:00:00 2001 From: WrenIX Date: Wed, 12 Mar 2025 17:06:03 +0100 Subject: [PATCH] fix(mycloud-matrix): update element-web --- mycloud-matrix/templates/clients/element.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mycloud-matrix/templates/clients/element.yaml b/mycloud-matrix/templates/clients/element.yaml index 7938e15..4fb9615 100644 --- a/mycloud-matrix/templates/clients/element.yaml +++ b/mycloud-matrix/templates/clients/element.yaml @@ -30,8 +30,8 @@ spec: interval: 10m values: image: - repository: docker.io/vectorim/element-web - tag: v1.11.94 + repository: ghcr.io/element-hq/element-web + tag: v1.11.95 {{- $host := .Values.ingress.element.host | default (printf "element.%s" .Values.commons.ingress.domain) }} defaultServer: url: https://{{ include "mycloud-matrix.host.server" . }}