2022-02-09 11:26:07 -05:00
|
|
|
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"
|
2021-03-30 22:43:44 +05:30
|
|
|
inputs:
|
2019-10-04 12:16:40 +05:30
|
|
|
version:
|
2022-02-09 11:26:07 -05:00
|
|
|
description: "Version of helm"
|
2019-10-04 12:16:40 +05:30
|
|
|
required: true
|
2022-02-09 11:26:07 -05:00
|
|
|
default: "latest"
|
2019-10-04 12:16:40 +05:30
|
|
|
outputs:
|
|
|
|
|
helm-path:
|
2022-02-09 11:26:07 -05:00
|
|
|
description: "Path to the cached helm binary"
|
2019-10-04 12:16:40 +05:30
|
|
|
branding:
|
2022-02-09 11:26:07 -05:00
|
|
|
color: "blue"
|
2019-10-04 12:16:40 +05:30
|
|
|
runs:
|
2022-02-09 11:26:07 -05:00
|
|
|
using: "node12"
|
|
|
|
|
main: "lib/index.js"
|