From 2f74d5da37b380344df60b635372c45f3fee548c Mon Sep 17 00:00:00 2001 From: "small-hack-renovate[bot]" <151926327+small-hack-renovate[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 08:45:16 +0100 Subject: [PATCH] Update vectorim/element-web Docker tag to v1.11.62 (#523) * Update vectorim/element-web Docker tag to v1.11.62 * add helm docs update --------- Co-authored-by: small-hack-renovate[bot] <151926327+small-hack-renovate[bot]@users.noreply.github.com> Co-authored-by: jessebot --- charts/matrix/Chart.yaml | 2 +- charts/matrix/README.md | 4 ++-- charts/matrix/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/matrix/Chart.yaml b/charts/matrix/Chart.yaml index 3cfbb61c..83a745cc 100644 --- a/charts/matrix/Chart.yaml +++ b/charts/matrix/Chart.yaml @@ -8,7 +8,7 @@ sources: type: application -version: 7.1.2 +version: 7.1.3 # renovate: image=matrixdotorg/synapse appVersion: v1.103.0 diff --git a/charts/matrix/README.md b/charts/matrix/README.md index 8255e4be..d191286e 100644 --- a/charts/matrix/README.md +++ b/charts/matrix/README.md @@ -1,6 +1,6 @@ # matrix -![Version: 7.1.2](https://img.shields.io/badge/Version-7.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.103.0](https://img.shields.io/badge/AppVersion-v1.103.0-informational?style=flat-square) +![Version: 7.1.3](https://img.shields.io/badge/Version-7.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.103.0](https://img.shields.io/badge/AppVersion-v1.103.0-informational?style=flat-square) A Helm chart to deploy a Matrix homeserver stack on Kubernetes @@ -165,7 +165,7 @@ A Helm chart to deploy a Matrix homeserver stack on Kubernetes | element.enabled | bool | `true` | Set to false to disable a deployment of Element. Users will still be able to connect via any other instances of Element e.g. https://app.element.io, Element Desktop, or any other Matrix clients | | element.image.pullPolicy | string | `"IfNotPresent"` | pullPolicy to use for element image, set to Always if using latest tag | | element.image.repository | string | `"vectorim/element-web"` | registry and repository to use for element docker image | -| element.image.tag | string | `"v1.11.61"` | tag to use for element docker image | +| element.image.tag | string | `"v1.11.62"` | tag to use for element docker image | | element.ingress.annotations."cert-manager.io/cluster-issuer" | string | `"letsencrypt-staging"` | required for TLS certs issued by cert-manager | | element.ingress.annotations."nginx.ingress.kubernetes.io/configuration-snippet" | string | `"proxy_intercept_errors off;\n"` | | | element.ingress.className | string | `"nginx"` | ingressClassName for the k8s ingress | diff --git a/charts/matrix/values.yaml b/charts/matrix/values.yaml index 0359f386..370c1dac 100644 --- a/charts/matrix/values.yaml +++ b/charts/matrix/values.yaml @@ -691,7 +691,7 @@ element: # -- registry and repository to use for element docker image repository: "vectorim/element-web" # -- tag to use for element docker image - tag: v1.11.61 + tag: v1.11.62 # -- pullPolicy to use for element image, set to Always if using latest tag pullPolicy: IfNotPresent service: