A collection of Helm charts hosted on GitHub Pages.
helm repo add moonlight8978 https://moonlight8978.github.io/helm-charts
helm repo update
helm search repo moonlight8978
Replace my-release
with your preferred release name and chart-name
with the name of the chart you want to install:
helm install my-release moonlight8978/chart-name
For example:
helm install my-app moonlight8978/extra-manifests
For a complete list of available charts, please check the /charts
directory in this repository.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.