Test for helm 2 support

This commit is contained in:
Sean Eagan
2020-05-27 11:28:00 -05:00
parent 03ba47a0be
commit cc9231ae10
3 changed files with 22 additions and 3 deletions

View File

@@ -4,6 +4,12 @@ author: 'Stefan Prodan'
branding:
icon: 'command'
color: 'blue'
inputs:
helm-version:
description: Helm version to use
required: true
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.helm-version }}

View File

@@ -3,7 +3,7 @@
set -o errexit
set -o pipefail
HELM_VERSION=3.2.1
HELM_VERSION=$1
BIN_DIR="$GITHUB_WORKSPACE/bin"
main() {