This repo houses helm charts for the Microsoft helm hub repository https://artifacthub.io/packages/search?repo=microsoft
Example usage:
helm repo add microsoft https://microsoft.github.io/charts/repo
helm install microsoft/spark --version 1.0.0
To contribute a chart, first create an archive of your chart using helm package
. Then place the archive in the repo
folder and update repo/index.yaml
, sources.yaml
with your chart details. Hint: use helm repo index
to generate your index.yaml
for your chart in the same folder where your chart archive lives. Create a branch with your work and merge it into the gh-pages
branch to deploy.
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.