v2.8.0
,latest
(v2.8.0/Dockerfile)
This container provides the Helm client for use with Kubernetes
To build a image use the following command: docker build -t campbelldgunn/k8s-helm-win
to verfiy that the image built and executes, use the following command: docker run campbelldgunn/k8s-helm-win version
kubectl run -it helm --env=HELM_HOST=<HOST>:<PORT> --image=campbelldgunn/k8s-helm --command /bin/sh -n kube-system --rm=true
kubectl run -it helm --image=campbelldgunn/k8s-helm --command /bin/sh -n kube-system --rm=true