From aa4765426c502327163c195116d724fab275fd9d Mon Sep 17 00:00:00 2001 From: Martin Maul Date: Wed, 26 Jun 2024 13:58:41 +0200 Subject: [PATCH] chore(actions): 685 specify node image on helm test action manually --- .github/workflows/helm-test.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/helm-test.yaml b/.github/workflows/helm-test.yaml index 773be02789..95a4bbfce6 100644 --- a/.github/workflows/helm-test.yaml +++ b/.github/workflows/helm-test.yaml @@ -26,6 +26,12 @@ on: - 'charts/**' workflow_dispatch: + inputs: + node_image: + description: 'kindest/node image for k8s kind cluster' + default: 'kindest/node:v1.27.3' + required: false + type: string workflow_call: # Trigger by another workflow inputs: node_image: