diff --git a/charts/matrix/Chart.yaml b/charts/matrix/Chart.yaml index 953b80fc..9048fe04 100644 --- a/charts/matrix/Chart.yaml +++ b/charts/matrix/Chart.yaml @@ -8,7 +8,7 @@ sources: type: application -version: 18.5.0 +version: 18.6.0 # renovate: image=ghcr.io/element-hq/synapse appVersion: v1.123.0 diff --git a/charts/matrix/README.md b/charts/matrix/README.md index 2fd5d9c7..89e42c77 100644 --- a/charts/matrix/README.md +++ b/charts/matrix/README.md @@ -1,6 +1,6 @@ # matrix -![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) +![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) A Helm chart to deploy a Matrix homeserver stack on Kubernetes @@ -365,6 +365,7 @@ A Helm chart to deploy a Matrix homeserver stack on Kubernetes | coturn.coturn.realm | string | `"turn.example.com"` | hostname for the coturn server realm | | coturn.enabled | bool | `false` | Set to false to disable the included deployment of Coturn | | coturn.existingSecret | string | `""` | Optional: name of an existingSecret with key for sharedSecret | +| coturn.external | bool | `false` | Set to true to use an external Coturn deployment | | coturn.externalDatabase.database | string | `""` | database to create, ignored if existingSecret is passed in | | 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 | | 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 | 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.90"` | tag to use for element docker image | +| element.image.tag | string | `"v1.11.91"` | 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 | diff --git a/charts/matrix/values.yaml b/charts/matrix/values.yaml index 268f5961..172ffb77 100644 --- a/charts/matrix/values.yaml +++ b/charts/matrix/values.yaml @@ -1438,7 +1438,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.90 + tag: v1.11.91 # -- pullPolicy to use for element image, set to Always if using latest tag pullPolicy: IfNotPresent service: