Skip to content

moreh-dev/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm Chart

helm repo add moreh https://moreh-dev.github.io/helm-charts
helm repo update moreh
helm search repo moreh

Register a chart

Get the compressed chart from the repository or chart directory of your choice.

helm pull <repo>/<chart> --version <version>
helm pull <chart> --repo <repoURL> --version <version>
helm pull <chartURL> --version <version>
helm package <chartDir>

Move the compressed chart to the charts directory.

mv <chart>-<version>.tgz ./charts

Update the index.yaml file.

make index