Skip to content

Commit

Permalink
ci: use node_image: kindest/node:v1.27.1
Browse files Browse the repository at this point in the history
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
  • Loading branch information
leninmehedy committed Jan 25, 2024
1 parent 9eeb733 commit 526d22f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/zxc-compile-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ jobs:
uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0
if: ${{ inputs.enable-unit-tests && !cancelled() && !failure() }}
with:
node_image: kindest/node:v1.27.1
config: dev/dev-cluster.yaml
version: v0.19.0
verbosity: 3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/zxc-fsnetman-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0
if: ${{ steps.check-changed-files.outputs.run-tests && !cancelled() && !failure() }}
with:
node_image: kindest/node:v1.27.1
config: dev/dev-cluster.yaml
version: v0.19.0
verbosity: 3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/zxc-helm-chart-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0
if: ${{ steps.check-changed-files.outputs.run-tests && !cancelled() && !failure() }}
with:
node_image: kindest/node:v1.27.1
config: dev/dev-cluster.yaml
version: v0.19.0
verbosity: 3
Expand Down

0 comments on commit 526d22f

Please sign in to comment.