mirror of
https://github.com/Azure/setup-helm.git
synced 2026-04-16 03:19:52 +00:00
Added setup-helm : Install helm binary
This commit is contained in:
parent
40c954dc7e
commit
8552a6edfe
7 changed files with 449 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -1,3 +1,15 @@
|
|||
# Setup Helm
|
||||
#### Install a specific version of helm binary on the runner.
|
||||
|
||||
Acceptable values are latest or any semantic version string like 1.15.0. Use this action in workflow to define which version of helm will be used.
|
||||
|
||||
```yaml
|
||||
- uses: azure/setup-helm@v1
|
||||
with:
|
||||
version: '<version>' # default is latest stable
|
||||
id: install
|
||||
```
|
||||
Refer to the action metadata file for details about all the inputs https://github.com/Azure/setup-helm/blob/master/action.yml
|
||||
|
||||
# Contributing
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue