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

toposware/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation


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.