Skip to content

Commit 5ee8335

Browse files
Update vectorim/element-web Docker tag to v1.11.91 (#656)
* Update vectorim/element-web Docker tag to v1.11.91 * helm-docs: automated action * update a minor version --------- Co-authored-by: jessebot <[email protected]>
1 parent c4e0870 commit 5ee8335

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-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.5.0
11+
version: 18.6.0
1212

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

charts/matrix/README.md

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

3-
![Version: 18.5.0](https://img.shields.io/badge/Version-18.5.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: 18.6.0](https://img.shields.io/badge/Version-18.6.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)
44

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

@@ -365,6 +365,7 @@ A Helm chart to deploy a Matrix homeserver stack on Kubernetes
365365
| coturn.coturn.realm | string | `"turn.example.com"` | hostname for the coturn server realm |
366366
| coturn.enabled | bool | `false` | Set to false to disable the included deployment of Coturn |
367367
| coturn.existingSecret | string | `""` | Optional: name of an existingSecret with key for sharedSecret |
368+
| coturn.external | bool | `false` | Set to true to use an external Coturn deployment |
368369
| coturn.externalDatabase.database | string | `""` | database to create, ignored if existingSecret is passed in |
369370
| coturn.externalDatabase.enabled | bool | `false` | enables the use of postgresql instead of the default sqlite for coturn to use the bundled subchart, enable this, and postgresql.enable |
370371
| coturn.externalDatabase.existingSecret | string | `""` | name of existing Secret to use for postgresql credentials |
@@ -417,7 +418,7 @@ A Helm chart to deploy a Matrix homeserver stack on Kubernetes
417418
| 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 |
418419
| element.image.pullPolicy | string | `"IfNotPresent"` | pullPolicy to use for element image, set to Always if using latest tag |
419420
| element.image.repository | string | `"vectorim/element-web"` | registry and repository to use for element docker image |
420-
| element.image.tag | string | `"v1.11.90"` | tag to use for element docker image |
421+
| element.image.tag | string | `"v1.11.91"` | tag to use for element docker image |
421422
| element.ingress.annotations."cert-manager.io/cluster-issuer" | string | `"letsencrypt-staging"` | required for TLS certs issued by cert-manager |
422423
| element.ingress.annotations."nginx.ingress.kubernetes.io/configuration-snippet" | string | `"proxy_intercept_errors off;\n"` | |
423424
| 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.90
1441+
tag: v1.11.91
14421442
# -- pullPolicy to use for element image, set to Always if using latest tag
14431443
pullPolicy: IfNotPresent
14441444
service:

0 commit comments

Comments
 (0)