This repository collects a set of Helm charts curated by Mattermost.
If you are looking to deploy Mattermost, start with the official Mattermost Operator helm chart:
Other charts are provided which support or extend existing deployments:
Helm must be installed and initialized to use the charts. Please refer to Helm's documentation to get started.
Once Helm is set up properly, add the repo as follows:
$ helm repo add mattermost https://helm.mattermost.com
We welcome contributions. Please refer to our contribution guidelines for details.
To verify changes and execute lint, please execute below command:
make lint
To execute chart tests locally, please execute below command:
make test