helm package nginx
helm repo index github-helm/ --url https://sandeeplamb.github.io/helm-kubernetes/
git commit -a -m "change index"
git push origin
helm repo add github-helm https://sandeeplamb.github.io/helm-kubernetes/.
helm repo list
helm install github-helm/nginx --name=nginx-my-repo --dry-run --debug
helm install github-helm/nginx --name=nginx-my-repo --debug