This repository hosts a collection of community-maintained Helm charts.
To start using the charts, add the repository to your Helm client:
helm repo add mondu-ai https://mondu-ai.github.io/helm-charts-community
helm repo updateReplace mondu-ai with a name you want to use for this repository locally, and mondu-ai with your actual GitHub username.
Once the repository is added, you can install any chart from this collection. For example, to install the example-chart:
helm install my-release mondu-ai/example-chartReplace my-release with a name for your release and example-chart with the name of the chart you want to install. You can find the list of available charts in the charts/ directory or by searching the repository.
This project is licensed under the MIT License - see the LICENSE file for details.