Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1.76 KB

README.md

File metadata and controls

60 lines (38 loc) · 1.76 KB

asdf-helm-secrets Build Lint

helm-secrets plugin for the asdf version manager.

this plugin will install helm-secrets plugin for helm: https://github.com/jkroepke/helm-secrets

Contents

Dependencies

  • bash, curl, tar, and POSIX utilities.
  • helm: helm must be installed in you system either via asdf/mise or globally.

Install

Plugin:

asdf plugin add helm-secrets
# or
asdf plugin add helm-secrets https://github.com/moveaxlab/asdf-helm-secrets.git

helm-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 --version

Check asdf readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © moveax