helm-charts


Logo

Helm charts

How to use

$ helm repo add toposware \
  https://raw.githubusercontent.com/toposware/helm-charts/gh-pages/ \
  --username [github_username] \
  --password [github_token]
$ helm search repo toposware

Creating new charts

  1. Clone this repository
  2. Create a Helm chart under /charts
  3. Push to main
  4. The automation will package and publish the release 🚀

GitHub token

The GitHub token needs the following permissions:

License

This project is released under the terms of the MIT license.