This repository collects a set of Helm charts curated by Mattermost.
Click on the following links to see installation instructions for each chart:
- focalboard
- mattermost-chaos-engine
- mattermost-enterprise-edition
- mattermost-operator
- mattermost-push-proxy
- mattermost-rtcd
- mattermost-team-edition
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