Skip to content

Commit

Permalink
Merge pull request #3821 from BenTheElder/new-kindnetd
Browse files Browse the repository at this point in the history
use latest kindnetd image build
  • Loading branch information
k8s-ci-robot authored Dec 12, 2024
2 parents 8ac705d + 3b0f992 commit 6bba844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/build/nodeimage/const_cni.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package nodeimage
The default CNI manifest and images are our own tiny kindnet
*/

const kindnetdImage = "docker.io/kindest/kindnetd:v20241108-5c6d2daf"
const kindnetdImage = "docker.io/kindest/kindnetd:v20241212-9f82dd49"

var defaultCNIImages = []string{kindnetdImage}

Expand Down

0 comments on commit 6bba844

Please sign in to comment.