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
A Helm chart to deploy a Matrix homeserver stack on Kubernetes
6
6
@@ -786,7 +786,7 @@ A Helm chart to deploy a Matrix homeserver stack on Kubernetes
786
786
| synapse.extraVolumeMounts | list |`[]`| optional: extra volume mounts for the matrix synapse deployment |
787
787
| synapse.extraVolumes | list |`[]`| optional: extra volumes for the matrix synapse deployment |
788
788
| 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 |
790
790
| synapse.image.tag | string |`""`| tag of synapse docker image to use. change this to latest to grab the cutting-edge release of synapse |
791
791
| 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 |
792
792
| synapse.ingress.className | string |`"nginx"`| ingressClassName for the k8s ingress |
0 commit comments