Skip to content

Commit

Permalink
fix: set v1.29.0 image for 2nd kind worker node as well
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Szakaly <alex.szakaly@gmail.com>
  • Loading branch information
alex1989hu committed Jan 6, 2024
1 parent 5ae6690 commit 6028310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/kind-with-registry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ nodes:
kubeletExtraArgs:
"rotate-server-certificates": "true"
- role: worker
image: kindest/node:v1.27.2
image: kindest/node:v1.29.0
kubeadmConfigPatches:
- |-
kind: JoinConfiguration
Expand Down

0 comments on commit 6028310

Please sign in to comment.