Skip to content

Commit

Permalink
Merge pull request #1119 from eclipse-tractusx/chore/#685-specify-nod…
Browse files Browse the repository at this point in the history
…e-image-manually

chore(actions): 685 specify node image on helm test action manually
  • Loading branch information
ds-mwesener authored Jun 26, 2024
2 parents 9b43be5 + aa47654 commit 05ff65d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/helm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 05ff65d

Please sign in to comment.