matrix-chart icon indicating copy to clipboard operation
matrix-chart copied to clipboard

Helm chart for deploying a Matrix homeserver stack

Results 26 matrix-chart issues
Sort by recently updated
recently updated
newest added

Hello! I'm excited to try your chart! It looks like 2.8.0 didn't get published to your HTTP helm repo? ``` ❯ helm repo add dacruz https://dacruz21.github.io/helm-charts "dacruz" already exists with...

Hey - the storage bucket currently being used is deprecated and has been upgraded to the new repo, see [this update](https://helm.sh/blog/new-location-stable-incubator-charts/)

K8s 1.22 has removed Ingress `v1beta1`. It would be nice to support `v1` ingresses with `ingressClassName`, which would ensure compatibility with newer K8s versions and ingress controllers.

I had issues trying to deploy the chart using Rancher 2. I cloned the repo and performed a helm lint, and I get the same error as the Rancher deploy...

Right now, I think if you apply changes that only affect a bridge, OR need to restart a bridge using `kubectl rollout restart deployment matrix-bridge-twitter` for example.... it'll generate new...

Is there any plan to extend this chart to support workers? https://github.com/matrix-org/synapse/blob/master/docs/workers.md

Hello! I would like to start using this chart though my cluster is multi-architecture and some of the images are not available on arm64. It would be great if there...

Hi, I have created ground files and updated values.yaml and homeserver.yaml accordingly to add the [matrix-appservice-slack](https://github.com/matrix-org/matrix-appservice-slack) bridge. can you reproduce and check what is missing and what should be done...

This resolves the issue I experienced in https://github.com/dacruz21/matrix-chart/issues/44. The latest versions of the matrixdotorg/matrix-appservice-irc container image launches the node.js process with incompatible defaults as below. This PR will allow the...