From a650d057852bb56805e6c2360ef49abc4ad6d6af Mon Sep 17 00:00:00 2001 From: "small-hack-renovate[bot]" <151926327+small-hack-renovate[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 15:54:18 +0100 Subject: [PATCH] Update vectorim/element-web Docker tag to v1.11.87 (#634) * Update vectorim/element-web Docker tag to v1.11.87 * helm-docs: automated action --------- Co-authored-by: small-hack-renovate[bot] <151926327+small-hack-renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] --- 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 f0e6ec57..badf87e6 100644 --- a/charts/matrix/Chart.yaml +++ b/charts/matrix/Chart.yaml @@ -8,7 +8,7 @@ sources: type: application -version: 18.0.0 +version: 18.0.1 # renovate: image=ghcr.io/element-hq/synapse appVersion: v1.121.1 diff --git a/charts/matrix/README.md b/charts/matrix/README.md index 4b742706..3130e9bf 100644 --- a/charts/matrix/README.md +++ b/charts/matrix/README.md @@ -1,6 +1,6 @@ # matrix -![Version: 18.0.0](https://img.shields.io/badge/Version-18.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.121.1](https://img.shields.io/badge/AppVersion-v1.121.1-informational?style=flat-square) +![Version: 18.0.1](https://img.shields.io/badge/Version-18.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.121.1](https://img.shields.io/badge/AppVersion-v1.121.1-informational?style=flat-square) A Helm chart to deploy a Matrix homeserver stack on Kubernetes @@ -417,7 +417,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.69"` | tag to use for element docker image | +| element.image.tag | string | `"v1.11.87"` | 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 13de8a83..236ec620 100644 --- a/charts/matrix/values.yaml +++ b/charts/matrix/values.yaml @@ -1438,7 +1438,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.69 + tag: v1.11.87 # -- pullPolicy to use for element image, set to Always if using latest tag pullPolicy: IfNotPresent service: