To add as a repo:
helm repo add vualto https://raw.githubusercontent.com/Vualto/public-helm-charts/master/
To update the repo:
helm repo update vualto https://raw.githubusercontent.com/Vualto/public-helm-charts/master/
To add a new package to the repo:
- Run
helm package --version <version> .
in the same folder as yourcharts.yaml
. - Add the resulting
.tgz
file to the root of this repo. - Run
helm repo index --url https://raw.githubusercontent.com/Vualto/public-helm-charts/master/ .
to generate a new index.yaml. - Commit and push the new helm package and updated
index.yaml
. - Run
helm repo update vualto
to refresh the local version info. - Run
helm search vualto
to see the new version.