Loading .bash_completion.d/helm 0 → 100644 +1 −0 Original line number Diff line number Diff line command -v helm >/dev/null && eval "$(helm completion bash)" Makefile +4 −0 Original line number Diff line number Diff line Loading @@ -79,3 +79,7 @@ binaries: .local/share/bfg/bfg.jar .local/bin/rke .local/bin/docker-machine .loc .local/bin/docker-machine-driver-kvm2: $(download) https://storage.googleapis.com/minikube/releases/latest/docker-machine-driver-kvm2 chmod +x $@ .local/bin/helm: $(curl) https://storage.googleapis.com/kubernetes-helm/helm-v2.13.1-$(os)-$(arch).tar.gz | tar -C .local/bin --wildcards --strip-components=1 -zx */helm chmod +x $@ Loading
.bash_completion.d/helm 0 → 100644 +1 −0 Original line number Diff line number Diff line command -v helm >/dev/null && eval "$(helm completion bash)"
Makefile +4 −0 Original line number Diff line number Diff line Loading @@ -79,3 +79,7 @@ binaries: .local/share/bfg/bfg.jar .local/bin/rke .local/bin/docker-machine .loc .local/bin/docker-machine-driver-kvm2: $(download) https://storage.googleapis.com/minikube/releases/latest/docker-machine-driver-kvm2 chmod +x $@ .local/bin/helm: $(curl) https://storage.googleapis.com/kubernetes-helm/helm-v2.13.1-$(os)-$(arch).tar.gz | tar -C .local/bin --wildcards --strip-components=1 -zx */helm chmod +x $@