Skip to content

convertigo/convertigo-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stable repository

Charts are packaged and stored under repo/ directory. To use this github repository as helm repository you need to run these commands:

$ helm repo add convertigo 'https://raw.githubusercontent.com/convertigo/convertigo-helm/master/repo'
$ helm repo update

Contribution

Contribution guide should be respected.

When you add charts to stable/ directory, you need to add/update you charts within repo directory.

Package your chart

helm package -d repo/ $YOUR_CHART_PATH/

Add the option -u when the package has dependencies Change repo/ with repo-incubator for unstable packages.

Index your chart

helm repo index repo/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages