Skip to content

Commit 5c36807

Browse files
committed
helm-docs: automated action
1 parent 35fd17e commit 5c36807

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

charts/matrix/README.md

Lines changed: 4 additions & 3 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.5.1](https://img.shields.io/badge/Version-18.5.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

@@ -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 |
@@ -837,4 +838,4 @@ A Helm chart to deploy a Matrix homeserver stack on Kubernetes
837838
| volumes.synapseConfig.storageClass | string | `""` | Storage class (optional) |
838839

839840
----------------------------------------------
840-
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
841+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

0 commit comments

Comments
 (0)