|
1 | 1 | # matrix |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | A Helm chart to deploy a Matrix homeserver stack on Kubernetes |
6 | 6 |
|
@@ -365,6 +365,7 @@ A Helm chart to deploy a Matrix homeserver stack on Kubernetes |
365 | 365 | | coturn.coturn.realm | string | `"turn.example.com"` | hostname for the coturn server realm | |
366 | 366 | | coturn.enabled | bool | `false` | Set to false to disable the included deployment of Coturn | |
367 | 367 | | 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 | |
368 | 369 | | coturn.externalDatabase.database | string | `""` | database to create, ignored if existingSecret is passed in | |
369 | 370 | | 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 | |
370 | 371 | | 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 |
417 | 418 | | 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 | |
418 | 419 | | element.image.pullPolicy | string | `"IfNotPresent"` | pullPolicy to use for element image, set to Always if using latest tag | |
419 | 420 | | 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 | |
421 | 422 | | element.ingress.annotations."cert-manager.io/cluster-issuer" | string | `"letsencrypt-staging"` | required for TLS certs issued by cert-manager | |
422 | 423 | | element.ingress.annotations."nginx.ingress.kubernetes.io/configuration-snippet" | string | `"proxy_intercept_errors off;\n"` | | |
423 | 424 | | element.ingress.className | string | `"nginx"` | ingressClassName for the k8s ingress | |
|
0 commit comments