From 248ba81cdcdf8ee08048d3e731975525a28eb8e0 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Tue, 11 Feb 2025 23:30:42 +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 5bd84de..8b9e6d6 100644 --- a/mycloud-matrix/templates/clients/element.yaml +++ b/mycloud-matrix/templates/clients/element.yaml @@ -31,7 +31,7 @@ spec: values: image: repository: docker.io/vectorim/element-web - tag: v1.11.91 + tag: v1.11.92 {{- $host := .Values.ingress.element.host | default (printf "element.%s" .Values.commons.ingress.domain) }} defaultServer: url: https://{{ include "mycloud-matrix.host.server" . }}