Skip to content

Commit e172d14

Browse files
update from matrixdotorg/synapse:v1.141.0 to ghcr.io/element-hq/synapse:v1.142.1 (#734)
* update from matrixdotorg/synapse:v1.141.0 to ghcr.io/element-hq/synapse:v1.142.1 * helm-docs: automated action --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 471fae5 commit e172d14

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/matrix/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ sources:
88

99
type: application
1010

11-
version: 21.2.0
11+
version: 21.3.0
1212

1313
# renovate: image=ghcr.io/element-hq/synapse
14-
appVersion: v1.141.0
14+
appVersion: v1.142.1
1515

1616
maintainers:
1717
- name: "jessebot"

charts/matrix/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# matrix
22

3-
![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)
3+
![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)
44

55
A Helm chart to deploy a Matrix homeserver stack on Kubernetes
66

@@ -786,7 +786,7 @@ A Helm chart to deploy a Matrix homeserver stack on Kubernetes
786786
| synapse.extraVolumeMounts | list | `[]` | optional: extra volume mounts for the matrix synapse deployment |
787787
| synapse.extraVolumes | list | `[]` | optional: extra volumes for the matrix synapse deployment |
788788
| synapse.image.pullPolicy | string | `"IfNotPresent"` | pullPolicy for synapse image, Use Always if using image.tag: latest |
789-
| synapse.image.repository | string | `"matrixdotorg/synapse"` | image registry and repository to use for synapse |
789+
| synapse.image.repository | string | `"ghcr.io/element-hq/synapse"` | image registry and repository to use for synapse |
790790
| synapse.image.tag | string | `""` | tag of synapse docker image to use. change this to latest to grab the cutting-edge release of synapse |
791791
| 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 |
792792
| synapse.ingress.className | string | `"nginx"` | ingressClassName for the k8s ingress |

charts/matrix/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ postgresql:
627627
synapse:
628628
image:
629629
# -- image registry and repository to use for synapse
630-
repository: "matrixdotorg/synapse"
630+
repository: "ghcr.io/element-hq/synapse"
631631
# -- tag of synapse docker image to use. change this to latest to grab the
632632
# cutting-edge release of synapse
633633
tag: ""

0 commit comments

Comments
 (0)