Bash wrapper script for Helm
Add the script to your location in your path e.g.:
cp helm /usr/local/bin/helm
chmod +x /usr/local/bin/helm
Set helm version using an env var:
export HELM_VERSION=2.6.1
Set helm version for the current directory:
echo "2.6.1" > .helm_version
helm install-version 2.6.1
helm versions