Adding graphql to find out latest helm version of specified type

This commit is contained in:
Shivam Gupta
2021-03-17 15:22:17 +05:30
parent d315e938e1
commit f4feda54cb
3 changed files with 56 additions and 36 deletions

View File

@ -1,10 +1,14 @@
name: 'Helm tool installer'
description: 'Install a specific version of helm binary. Acceptable values are latest or any semantic version string like 1.15.0'
inputs:
inputs:
version:
description: 'Version of helm'
required: true
default: 'latest'
token:
description: 'Github token'
default: ${{ github.token }}
required: true
outputs:
helm-path:
description: 'Path to the cached helm binary'