From 4f60452fad6c3d355e7af4d7badd6ef976bb16db Mon Sep 17 00:00:00 2001 From: WrenIX Date: Tue, 12 Nov 2024 23:09:43 +0100 Subject: [PATCH] fix(mycloud-matrix): update element-web --- mycloud-matrix/templates/clients/element.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mycloud-matrix/templates/clients/element.yaml b/mycloud-matrix/templates/clients/element.yaml index b34fdb6..86b05d5 100644 --- a/mycloud-matrix/templates/clients/element.yaml +++ b/mycloud-matrix/templates/clients/element.yaml @@ -32,7 +32,7 @@ spec: {{- $host := .Values.ingress.element.host | default (printf "element.%s" .Values.commons.ingress.domain) }} image: repository: docker.io/vectorim/element-web - tag: v1.11.84 + tag: v1.11.85 defaultServer: url: https://{{ include "mycloud-matrix.host.server" . }} name: {{ include "mycloud-matrix.domain" . | quote }}