Helm charts maintained by Improwised Technologies
Add helm repo
helm repo add improwised https://improwised.github.io/charts/- Package the chart, this will create
chartname-semver.tgzfile.
helm package <chart-directory-name>-
Checkout
gh-pagesbranch of this repo and movechart-name-semver.tgztochartsdirectory. -
Index added chart
helm repo index --url https://improwised.github.io/charts .- Add appropriate commit message and push it
tag each chart with it's last chart version e.g. <chart-name>-<chart-version> to it's sha
e.g. git tag erpnext-1.0.0 asdasdasdasdasda here assume that sha is pointing to that perticular erpnext chart version 1.0.0