Skip to content

mardymark/helm-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

helm-wrapper

Bash wrapper script for Helm

Usage

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 to use

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

install helm version

helm install-version 2.6.1

list installed helm versions

helm versions

About

Bash wrapper script for Helm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages