Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/matrix/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions charts/matrix/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/matrix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down