diff --git a/charts/matrix/Chart.yaml b/charts/matrix/Chart.yaml index 54413181..f802a1ba 100644 --- a/charts/matrix/Chart.yaml +++ b/charts/matrix/Chart.yaml @@ -8,10 +8,10 @@ sources: type: application -version: 21.2.0 +version: 21.3.0 # renovate: image=ghcr.io/element-hq/synapse -appVersion: v1.141.0 +appVersion: v1.142.1 maintainers: - name: "jessebot" diff --git a/charts/matrix/README.md b/charts/matrix/README.md index 7d8af65d..288842e5 100644 --- a/charts/matrix/README.md +++ b/charts/matrix/README.md @@ -1,6 +1,6 @@ # matrix -![Version: 21.2.0](https://img.shields.io/badge/Version-21.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.141.0](https://img.shields.io/badge/AppVersion-v1.141.0-informational?style=flat-square) +![Version: 21.3.0](https://img.shields.io/badge/Version-21.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.142.1](https://img.shields.io/badge/AppVersion-v1.142.1-informational?style=flat-square) A Helm chart to deploy a Matrix homeserver stack on Kubernetes @@ -786,7 +786,7 @@ A Helm chart to deploy a Matrix homeserver stack on Kubernetes | synapse.extraVolumeMounts | list | `[]` | optional: extra volume mounts for the matrix synapse deployment | | synapse.extraVolumes | list | `[]` | optional: extra volumes for the matrix synapse deployment | | synapse.image.pullPolicy | string | `"IfNotPresent"` | pullPolicy for synapse image, Use Always if using image.tag: latest | -| synapse.image.repository | string | `"matrixdotorg/synapse"` | image registry and repository to use for synapse | +| synapse.image.repository | string | `"ghcr.io/element-hq/synapse"` | image registry and repository to use for synapse | | synapse.image.tag | string | `""` | tag of synapse docker image to use. change this to latest to grab the cutting-edge release of synapse | | synapse.ingress.annotations."nginx.ingress.kubernetes.io/configuration-snippet" | string | `"proxy_intercept_errors off;\n"` | This annotation is required for the Nginx ingress provider. You can remove it if you use a different ingress provider | | synapse.ingress.className | string | `"nginx"` | ingressClassName for the k8s ingress | diff --git a/charts/matrix/values.yaml b/charts/matrix/values.yaml index 6eca8a86..ef8c0166 100644 --- a/charts/matrix/values.yaml +++ b/charts/matrix/values.yaml @@ -627,7 +627,7 @@ postgresql: synapse: image: # -- image registry and repository to use for synapse - repository: "matrixdotorg/synapse" + repository: "ghcr.io/element-hq/synapse" # -- tag of synapse docker image to use. change this to latest to grab the # cutting-edge release of synapse tag: ""