From 13b50792b9417c8d69bba0199b5b2d11901d5ff1 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Fri, 1 Nov 2024 19:23:23 +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 844edaf..ae00421 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.82 + tag: v1.11.83 defaultServer: url: https://{{ include "mycloud-matrix.host.server" . }} name: {{ include "mycloud-matrix.domain" . | quote }}