Skip to content

Commit

Permalink
TEMP use new kindnet image
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea committed Jun 30, 2024
1 parent db03844 commit 379ff55
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:v20240513-cd2ac642"
const kindnetdImage = "gcr.io/k8s-staging-kind/kindnetd:v20240630-bb0b4eb1"

var defaultCNIImages = []string{kindnetdImage}

Expand Down

0 comments on commit 379ff55

Please sign in to comment.