$ helm repo add toposware \
https://raw.githubusercontent.com/toposware/helm-charts/gh-pages/ \
--username [github_username] \
--password [github_token]
$ helm search repo toposware
- Clone this repository
- Create a Helm chart under
/charts
- Push to
main
- The automation will package and publish the release 🚀
The GitHub token needs the following permissions:
- Full control of private repositories
This project is released under the terms of the MIT license.