Skip to content

Commit da82f8f

Browse files
Update vectorim/element-web Docker tag to v1.11.96 (#672)
* Update vectorim/element-web Docker tag to v1.11.96 * 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 91e2e7b commit da82f8f

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: 19.2.0
11+
version: 19.2.1
1212

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

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: 19.2.0](https://img.shields.io/badge/Version-19.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.123.0](https://img.shields.io/badge/AppVersion-v1.123.0-informational?style=flat-square)
3+
![Version: 19.2.1](https://img.shields.io/badge/Version-19.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.123.0](https://img.shields.io/badge/AppVersion-v1.123.0-informational?style=flat-square)
44

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

@@ -418,7 +418,7 @@ A Helm chart to deploy a Matrix homeserver stack on Kubernetes
418418
| 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 |
419419
| element.image.pullPolicy | string | `"IfNotPresent"` | pullPolicy to use for element image, set to Always if using latest tag |
420420
| element.image.repository | string | `"vectorim/element-web"` | registry and repository to use for element docker image |
421-
| element.image.tag | string | `"v1.11.91"` | tag to use for element docker image |
421+
| element.image.tag | string | `"v1.11.96"` | tag to use for element docker image |
422422
| element.ingress.annotations."cert-manager.io/cluster-issuer" | string | `"letsencrypt-staging"` | required for TLS certs issued by cert-manager |
423423
| element.ingress.annotations."nginx.ingress.kubernetes.io/configuration-snippet" | string | `"proxy_intercept_errors off;\n"` | |
424424
| 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.91
1441+
tag: v1.11.96
14421442
# -- pullPolicy to use for element image, set to Always if using latest tag
14431443
pullPolicy: IfNotPresent
14441444
service:

0 commit comments

Comments
 (0)