From 60e4b723558dcfaf2a8fb17157205ff884437e99 Mon Sep 17 00:00:00 2001 From: "small-hack-renovate[bot]" <151926327+small-hack-renovate[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 15:38:52 +0200 Subject: [PATCH] Update vectorim/element-web Docker tag to v1.11.68 (#576) * Update vectorim/element-web Docker tag to v1.11.68 * helm-docs: automated action --------- Co-authored-by: Renovate Bot 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 ccbe808b..42283e78 100644 --- a/charts/matrix/Chart.yaml +++ b/charts/matrix/Chart.yaml @@ -8,7 +8,7 @@ sources: type: application -version: 10.1.0 +version: 10.1.1 # renovate: image=matrixdotorg/synapse appVersion: v1.108.0 diff --git a/charts/matrix/README.md b/charts/matrix/README.md index 87f1387a..f5d692ab 100644 --- a/charts/matrix/README.md +++ b/charts/matrix/README.md @@ -1,6 +1,6 @@ # matrix -![Version: 10.1.0](https://img.shields.io/badge/Version-10.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.108.0](https://img.shields.io/badge/AppVersion-v1.108.0-informational?style=flat-square) +![Version: 10.1.1](https://img.shields.io/badge/Version-10.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.108.0](https://img.shields.io/badge/AppVersion-v1.108.0-informational?style=flat-square) A Helm chart to deploy a Matrix homeserver stack on Kubernetes @@ -167,7 +167,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.67"` | tag to use for element docker image | +| element.image.tag | string | `"v1.11.68"` | 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 e95b4d9d..ada03c7d 100644 --- a/charts/matrix/values.yaml +++ b/charts/matrix/values.yaml @@ -1507,7 +1507,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.67 + tag: v1.11.68 # -- pullPolicy to use for element image, set to Always if using latest tag pullPolicy: IfNotPresent service: