helm lint helm-chart-sources/*
helm package helm-chart-sources/*
helm repo index --url https://shay79il.github.io/helm-chart/ --merge index.yaml .
git add . && git commit -m “Upgrade charts” && git push origin master
helm repo add <repo-name> https://<username>.github.io/helm-chart/
helm upgrade -i <release-name> <repo-name>/<helm-chart-name>