Skip to content

Commit

Permalink
Merge pull request #383 from catenax-ng/chore/TRACEFOSS-1957-helm-tes…
Browse files Browse the repository at this point in the history
…t-backwards-compatability

chore(trg):[TRACEFOSS-1957] added helm test backward compatability
  • Loading branch information
ds-mwesener authored Jul 10, 2023
2 parents ce7fe69 + 92e2c4b commit ad37a91
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/helm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ on:
paths:
- 'charts/**'
workflow_dispatch:
workflow_call: # Trigger by another workflow
inputs:
node_image:
description: 'kindest/node image for k8s kind cluster'
default: 'kindest/node:v1.27.3'
required: false
type: string

env:
REGISTRY: kind-registry:5000
Expand Down

0 comments on commit ad37a91

Please sign in to comment.