Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Latest commit

 

History

History
40 lines (30 loc) · 853 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 853 Bytes

Logo 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:

  • Full control of private repositories

License

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