Skip to content

Commit

Permalink
chore(build): bump default kind k8s node version
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianBezold committed Nov 21, 2023
1 parent 8670611 commit a31b814
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/helm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
node_image:
description: 'kindest/node image for k8s kind cluster'
# k8s version from 3.1 release as default
default: 'kindest/node:v1.24.6'
default: 'kindest/node:v1.27.3'
required: false
type: string

Expand All @@ -41,6 +41,9 @@ jobs:

- name: Kubernetes KinD Cluster
uses: container-tools/kind-action@v1
with:
# upgrade version, default (v0.17.0) uses node image v1.21.1 and doesn't work with more recent node image versions
version: v0.20.0

- name: Set up Helm
uses: azure/setup-helm@v3
Expand Down

0 comments on commit a31b814

Please sign in to comment.