A Helm plugin that installs or upgrades raw Helm charts from GitHub
helm plugin install --version master https://github.com/sagansystems/helm-github.git
helm github --help
helm github --update
cd $HELM_HOME/plugins/
git pull
helm github install --repo git@github.com:kubernetes/charts.git --path stable/external-dns
helm github install --repo git@github.com:coreos/alb-ingress-controller.git --ref 6d64984 --path alb-ingress-controller-helm
helm github install --repo git@github.com:coreos/alb-ingress-controller.git --ref master --path alb-ingress-controller-helm --namespace kube-system --name alb-ingress-ctlr-1 -f alb-ingress-controller/values.yml --version 0.0.6
helm github upgrade happy-panda --repo git@github.com:kubernetes/charts.git --path stable/external-dns
helm github upgrade happy-panda --repo git@github.com:coreos/alb-ingress-controller.git --ref 6d64984 --path alb-ingress-controller-helm
helm github upgrade happy-panda --repo git@github.com:coreos/alb-ingress-controller.git --ref master --path alb-ingress-controller-helm -f alb-ingress-controller/values.yml --version 0.0.6