Helm Chart Releaser plugin for asdf version manager.
bash
,curl
,tar
: generic POSIX utilities.
Plugin:
asdf plugin add helm-cr
# or
asdf plugin add helm-cr https://github.com/Antiarchitect/asdf-helm-cr.git
helm-cr:
# Show all installable versions
asdf list-all helm-cr
# Install specific version
asdf install helm-cr latest
# Set a version globally (on your ~/.tool-versions file)
asdf global helm-cr latest
# Now cr commands are available
cr version
Check asdf readme for more instructions on how to install & manage versions.
See LICENSE © Andrey Voronkov