2022-02-09 19:26:07 +03: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 20:13:44 +03:00
|
|
|
inputs:
|
2019-10-04 09:46:40 +03:00
|
|
|
version:
|
2022-02-09 19:26:07 +03:00
|
|
|
description: "Version of helm"
|
2019-10-04 09:46:40 +03:00
|
|
|
required: true
|
2022-02-09 19:26:07 +03:00
|
|
|
default: "latest"
|
2019-10-04 09:46:40 +03:00
|
|
|
outputs:
|
|
|
|
helm-path:
|
2022-02-09 19:26:07 +03:00
|
|
|
description: "Path to the cached helm binary"
|
2019-10-04 09:46:40 +03:00
|
|
|
branding:
|
2022-02-09 19:26:07 +03:00
|
|
|
color: "blue"
|
2019-10-04 09:46:40 +03:00
|
|
|
runs:
|
2022-06-16 22:17:55 +03:00
|
|
|
using: "node16"
|
2022-02-09 19:26:07 +03:00
|
|
|
main: "lib/index.js"
|