You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| bridges.hookshot.passkey | string |`""`| If bridges.hookshot.passkey AND bridges.hookshot.existingSecret.passkey are BOTH empty strings, we will generate a passkey for you. To Generate yourself: openssl genpkey -out passkey.pem -outform PEM -algorithm RSA -pkeyopt rsa_keygen_bits:4096 |
289
289
| bridges.hookshot.podSecurityContext | object |`{}`| hookshot pod security context |
@@ -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.96"`| 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 |
0 commit comments