fix(mycloud-matrix): update element-web

This commit is contained in:
WrenIX 2025-01-15 22:03:29 +01:00
parent 9bcb8800bc
commit cce04498dc
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
3 changed files with 3 additions and 3 deletions

View file

@ -6,4 +6,4 @@ maintainers:
- name: WrenIX - name: WrenIX
url: https://wrenix.eu url: https://wrenix.eu
version: 0.1.1 version: 0.1.2

View file

@ -7,7 +7,7 @@ description: "myCloud component to setup matrix"
# mycloud-matrix # mycloud-matrix
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
myCloud component to setup matrix myCloud component to setup matrix

View file

@ -31,7 +31,7 @@ spec:
values: values:
image: image:
repository: docker.io/vectorim/element-web repository: docker.io/vectorim/element-web
tag: v1.11.89 tag: v1.11.90
{{- $host := .Values.ingress.element.host | default (printf "element.%s" .Values.commons.ingress.domain) }} {{- $host := .Values.ingress.element.host | default (printf "element.%s" .Values.commons.ingress.domain) }}
defaultServer: defaultServer:
url: https://{{ include "mycloud-matrix.host.server" . }} url: https://{{ include "mycloud-matrix.host.server" . }}