Skip to content

iclinic/charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

Create helm chart project

cd charts
helm create <project>

Create package

cd chart/<project>
helm package .

Move package to docs folder

mv <project>.tgz ../../docs

Update index.yaml

cd docs/
helm repo index .