helm-secrets plugin for the asdf version manager.
this plugin will install helm-secrets plugin for helm: https://github.com/jkroepke/helm-secrets
bash,curl,tar, and POSIX utilities.helm: helm must be installed in you system either via asdf/mise or globally.
Plugin:
asdf plugin add helm-secrets
# or
asdf plugin add helm-secrets https://github.com/moveaxlab/asdf-helm-secrets.githelm-secrets:
# Show all installable versions
asdf list-all helm-secrets
# Install specific version
asdf install helm-secrets latest
# Set a version globally (on your ~/.tool-versions file)
asdf global helm-secrets latest
# Now helm-secrets commands are available
helm secrets --versionCheck asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.