From 97034a556f4cdcc447f61003ad9cd036c186bc3b Mon Sep 17 00:00:00 2001 From: Milton Moura Date: Fri, 10 Nov 2023 11:54:48 +0000 Subject: [PATCH] fix(element): Update Element and Widgets --- helmfile/apps/element/helmfile.yaml | 8 ++++---- helmfile/apps/element/values-element.gotmpl | 12 ++++++++---- helmfile/environments/default/images.yaml | 6 +++--- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/helmfile/apps/element/helmfile.yaml b/helmfile/apps/element/helmfile.yaml index 1256fd6e..61b3fa9d 100644 --- a/helmfile/apps/element/helmfile.yaml +++ b/helmfile/apps/element/helmfile.yaml @@ -87,7 +87,7 @@ releases: - name: "matrix-neoboard-widget" chart: "opendesk-matrix-widgets-repo/matrix-neoboard-widget" - version: "3.1.0" + version: "3.2.0" values: - "values-matrix-neoboard-widget.yaml" - "values-matrix-neoboard-widget.gotmpl" @@ -96,7 +96,7 @@ releases: - name: "matrix-neochoice-widget" chart: "opendesk-matrix-widgets-repo/matrix-neochoice-widget" - version: "3.1.0" + version: "3.2.0" values: - "values-matrix-neochoice-widget.yaml" - "values-matrix-neochoice-widget.gotmpl" @@ -105,7 +105,7 @@ releases: - name: "matrix-neodatefix-widget" chart: "opendesk-matrix-widgets-repo/matrix-neodatefix-widget" - version: "3.1.0" + version: "3.2.0" values: - "values-matrix-neodatefix-widget.yaml" - "values-matrix-neodatefix-widget.gotmpl" @@ -123,7 +123,7 @@ releases: - name: "matrix-neodatefix-bot" chart: "opendesk-matrix-widgets-repo/matrix-neodatefix-bot" - version: "3.1.0" + version: "3.2.0" values: - "values-matrix-neodatefix-bot.yaml" - "values-matrix-neodatefix-bot.gotmpl" diff --git a/helmfile/apps/element/values-element.gotmpl b/helmfile/apps/element/values-element.gotmpl index 8b749e0a..7b3270f6 100644 --- a/helmfile/apps/element/values-element.gotmpl +++ b/helmfile/apps/element/values-element.gotmpl @@ -17,12 +17,16 @@ configuration: "net.nordeck.element_web.module.opendesk": config: - ics_navigation_json_url: "https://{{ .Values.global.hosts.intercomService }}.{{ .Values.global.domain }}/navigation.json" - ics_silent_url: "https://{{ .Values.global.hosts.intercomService }}.{{ .Values.global.domain }}/silent" - portal_logo_svg_url: "https://{{ .Values.global.hosts.univentionCorporateServer }}.{{ .Values.global.domain }}/univention/portal/icons/logos/domain.svg" - portal_url: "https://{{ .Values.global.hosts.univentionCorporateServer }}.{{ .Values.global.domain }}/" + banner: + ics_navigation_json_url: "https://{{ .Values.global.hosts.intercomService }}.{{ .Values.global.domain }}/navigation.json" + ics_silent_url: "https://{{ .Values.global.hosts.intercomService }}.{{ .Values.global.domain }}/silent" + portal_logo_svg_url: "https://{{ .Values.global.hosts.univentionCorporateServer }}.{{ .Values.global.domain }}/univention/portal/icons/logos/domain.svg" + portal_url: "https://{{ .Values.global.hosts.univentionCorporateServer }}.{{ .Values.global.domain }}/" custom_css_variables: --cpd-color-text-action-accent: {{ .Values.theme.colors.primary | quote }} + widget_types: + - jitsi + - net.nordeck "net.nordeck.element_web.module.widget_lifecycle": widget_permissions: diff --git a/helmfile/environments/default/images.yaml b/helmfile/environments/default/images.yaml index 412a4277..57bf601b 100644 --- a/helmfile/environments/default/images.yaml +++ b/helmfile/environments/default/images.yaml @@ -20,7 +20,7 @@ images: # @supplier: "Open-Xchange" element: repository: "souvap/tooling/images/element-web" - tag: "1.5.0@sha256:d690c485c971f52ba2ab8e1011aa039a2e32ec1ffb504826f4fa050aa989067a" + tag: "1.6.0@sha256:a71cbd75ee88471e3df59f26a2a37b9b8ff83d2f71f726053acd381ecd87e234" # @supplier: "Element" freshclam: repository: "clamav/clamav" @@ -90,7 +90,7 @@ images: # @supplier: "Nordeck" matrixNeoChoiceWidget: repository: "nordeck/matrix-poll-widget" - tag: "1.2.0@sha256:0abcf7c368c91721413c96deaa1e87f095b6afbe864ea5f042c9a370c38fb07b" + tag: "1.3.0@sha256:19d2c8c7a15fe7d12c4a83a89310831da12323fd45ff0280cce808f1be0c7e0b" # @supplier: "Nordeck" matrixNeoDateFixBot: repository: "nordeck/matrix-meetings-bot" @@ -98,7 +98,7 @@ images: # @supplier: "Nordeck" matrixNeoDateFixWidget: repository: "nordeck/matrix-meetings-widget" - tag: "1.5.2@sha256:cc9e2592c9159cc8f6bed96dae0be6e6fe599977dbef64cbdb1c1b84db85a2bb" + tag: "1.5.3@sha256:918b1eb28cefb08bfdaae57607f0889b454111f2ba80b5ec9bb3c750f8599913" # @supplier: "Nordeck" matrixUserVerificationService: repository: "matrixdotorg/matrix-user-verification-service"