What I Did: I installed Helm with
curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash helm init --history-m
helm init --service-account tiller --override spec.selector.matchLabels.'name'='tiller',spec.selector.matchLabels.'app'='helm' --output yaml | sed 's@apiVersion: extensions/v1beta1@apiVersion: apps/v1@' | kubectl apply -f -