Skip to content

mzinga-io/helm-charts

MZinga Helm Charts

License

Repository containing MZinga related helm charts.

Setup

You must install make to install and setup git hooks on this repo.

After installing it run:

make setup

Usage

Helm must be installed 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 mzingaio https://mzinga-io.github.io/helm-charts

If you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages. You can then run helm search repo mzingaio to see the charts.

To install the mzinga chart:

  helm install mzinga mzingaio/mzinga

To uninstall the chart:

  helm uninstall mzinga

Chart documentation is available in mzinga directory.

Contributing

We'd love to have you contribute! Please refer to our contribution guidelines for details.

License

MIT License.