Skip to content

Commit

Permalink
Update vectorim/element-web Docker tag to v1.11.59 (#508)
Browse files Browse the repository at this point in the history
* Update vectorim/element-web Docker tag to v1.11.59

* update helm-docs

---------

Co-authored-by: small-hack-renovate[bot] <151926327+small-hack-renovate[bot]@users.noreply.github.com>
Co-authored-by: jessebot <[email protected]>
  • Loading branch information
small-hack-renovate[bot] and jessebot authored Mar 11, 2024
1 parent 32f705b commit 671dfb4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/matrix/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sources:

type: application

version: 6.3.2
version: 6.3.3

# renovate: image=matrixdotorg/synapse
appVersion: v1.102.0
Expand Down
4 changes: 2 additions & 2 deletions charts/matrix/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# matrix

![Version: 6.3.2](https://img.shields.io/badge/Version-6.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.102.0](https://img.shields.io/badge/AppVersion-v1.102.0-informational?style=flat-square)
![Version: 6.3.3](https://img.shields.io/badge/Version-6.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.102.0](https://img.shields.io/badge/AppVersion-v1.102.0-informational?style=flat-square)

A Helm chart to deploy a Matrix homeserver stack on Kubernetes

Expand Down Expand Up @@ -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.48"` | tag to use for element docker image |
| element.image.tag | string | `"v1.11.59"` | 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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/matrix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.48
tag: v1.11.59
# -- pullPolicy to use for element image, set to Always if using latest tag
pullPolicy: IfNotPresent
service:
Expand Down

0 comments on commit 671dfb4

Please sign in to comment.