Skip to content

mattermost/mattermost-helm

Mattermost Helm Charts Release

Artifact Hub

This repository collects a set of Helm charts curated by Mattermost.

Charts

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:

Usage

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

Contributing

We welcome contributions. Please refer to our contribution guidelines for details.

Local Development

Requirements

  1. Install GNU make.
  2. Install Docker.
  3. Install Kind.

Verify Changes

To verify changes and execute lint, please execute below command:

make lint

Testing

To execute chart tests locally, please execute below command:

make test