Skip to content

Commit

Permalink
add version support message (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverMKing committed Apr 11, 2022
1 parent fa870ea commit 39f7870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@
Install a specific version of helm binary on the runner.
## Example

Acceptable values are latest or any semantic version string like v2.16.7 Use this action in workflow to define which version of helm will be used.
Acceptable values are latest or any semantic version string like v3.5.0 Use this action in workflow to define which version of helm will be used. v2 of this action only supports Helm3.

```yaml
- uses: azure/setup-helm@v1
Expand Down

0 comments on commit 39f7870

Please sign in to comment.