This repository serves as a Helm chart repository, set up using this guide: https://github.com/helm/helm/blob/master/docs/chart_repository.md.
For general contribution and community guidelines, please see the community repo.
- Fork the project
- Clone your fork
- Make local changes to your fork by editing files
- Commit your changes
- Push your local changes to the remote server
- Create new Pull Request
From here your pull request will be reviewed and once you've responded to all feedback it will be merged into the project. Congratulations, you're a contributor!
- Build your package tgz (
helm package
). - Copy that tgz to the docs/ directory in this project.
- Run
./reindex.sh
- Commit and push your changes.