azure/Helm tool installer
Install a specific version of helm binary. Acceptable values are latest or any semantic version string like 1.15.0
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of helm | no | latest |
| version-file | Path to a .tool-versions file to read the helm version from | no | — |
| token | GitHub token. Used to be required to fetch the latest version | no | ${{ github.token }} |
| downloadBaseURL | Set the download base URL | no | https://get.helm.sh |
Outputs
| name | description |
|---|---|
| helm-path | Path to the cached helm binary |