Skip to content

Commit a650d05

Browse files
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] <github-actions[bot]@users.noreply.github.com>
1 parent e473fb0 commit a650d05

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/matrix/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sources:
88

99
type: application
1010

11-
version: 18.0.0
11+
version: 18.0.1
1212

1313
# renovate: image=ghcr.io/element-hq/synapse
1414
appVersion: v1.121.1

charts/matrix/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# matrix
22

3-
![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)
3+
![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)
44

55
A Helm chart to deploy a Matrix homeserver stack on Kubernetes
66

@@ -417,7 +417,7 @@ A Helm chart to deploy a Matrix homeserver stack on Kubernetes
417417
| 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 |
418418
| element.image.pullPolicy | string | `"IfNotPresent"` | pullPolicy to use for element image, set to Always if using latest tag |
419419
| element.image.repository | string | `"vectorim/element-web"` | registry and repository to use for element docker image |
420-
| element.image.tag | string | `"v1.11.69"` | tag to use for element docker image |
420+
| element.image.tag | string | `"v1.11.87"` | tag to use for element docker image |
421421
| element.ingress.annotations."cert-manager.io/cluster-issuer" | string | `"letsencrypt-staging"` | required for TLS certs issued by cert-manager |
422422
| element.ingress.annotations."nginx.ingress.kubernetes.io/configuration-snippet" | string | `"proxy_intercept_errors off;\n"` | |
423423
| element.ingress.className | string | `"nginx"` | ingressClassName for the k8s ingress |

charts/matrix/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1438,7 +1438,7 @@ element:
14381438
# -- registry and repository to use for element docker image
14391439
repository: "vectorim/element-web"
14401440
# -- tag to use for element docker image
1441-
tag: v1.11.69
1441+
tag: v1.11.87
14421442
# -- pullPolicy to use for element image, set to Always if using latest tag
14431443
pullPolicy: IfNotPresent
14441444
service:

0 commit comments

Comments
 (0)