snippets > run-any-version-helm-client

March 13, 2019

Run any version of Helm client with Docker

docker run -it --rm -e KUBECONFIG=/root/.kube/config -v ${PWD}:/apps -v <local_path_to_kube_folder>:/root/.kube alpine/helm:<desired_version> <helm_command>