Skip to content

Commit

Permalink
Update Element to 1.11.80
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Oct 8, 2024
1 parent 82032e2 commit 4fe2a5d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/element/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A chart for Element, the web interface for Matrix.org.

type: application

version: "1.0.52"
version: "1.0.53"

# The version of Element
appVersion: "1.11.79"
appVersion: "1.11.80"
3 changes: 2 additions & 1 deletion charts/element/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ config:
disable_guests: false
disable_login_language_selector: false
disable_3pid_login: false
force_verification: false
brand: "Element"
integrations_ui_url: "https://scalar.vector.im/"
integrations_rest_url: "https://scalar.vector.im/api"
Expand All @@ -53,7 +54,7 @@ config:
- "https://scalar-staging.vector.im/_matrix/integrations/v1"
- "https://scalar-staging.vector.im/api"
- "https://scalar-staging.riot.im/scalar/api"
default_widget_height: 280
default_widget_container_height: 280
default_country_code: "GB"
show_labs_settings: false
features: {}
Expand Down
6 changes: 3 additions & 3 deletions element/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ARG NGINX_VERSION=1.27.1
ARG NGINX_VERSION=1.27.2

FROM quay.io/nginx/nginx-unprivileged:${NGINX_VERSION}

USER 0

ARG ELEMENT_VERSION=1.11.79
ARG ELEMENT_TAR_HASH=8f8f3ac9cc90adbe6c0d2298b6066837399bb7aaff38598815d3fb7fc7386dfc
ARG ELEMENT_VERSION=1.11.80
ARG ELEMENT_TAR_HASH=34edbed381166365a700d6dcb69656f43c275d806fb2b8eb70a12b2890c7ea58

RUN curl -Lo /tmp/element-v${ELEMENT_VERSION}.tar.gz https://github.com/vector-im/element-web/releases/download/v${ELEMENT_VERSION}/element-v${ELEMENT_VERSION}.tar.gz && \
printf "${ELEMENT_TAR_HASH} /tmp/element-v${ELEMENT_VERSION}.tar.gz\\n" | sha256sum -c && \
Expand Down
2 changes: 1 addition & 1 deletion element/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
docker buildx build --pull \
. \
--platform linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le \
--push --tag ghcr.io/remram44/matrix-helm/element:1.11.79
--push --tag ghcr.io/remram44/matrix-helm/element:1.11.80

0 comments on commit 4fe2a5d

Please sign in to comment.