We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574e613 commit 0557520Copy full SHA for 0557520
pkg/build/nodeimage/const_cni.go
@@ -20,7 +20,7 @@ package nodeimage
20
The default CNI manifest and images are our own tiny kindnet
21
*/
22
23
-const kindnetdImage = "docker.io/kindest/kindnetd:v20241212-9f82dd49"
+const kindnetdImage = "docker.io/kindest/kindnetd:v20250214-acbabc1a"
24
25
var defaultCNIImages = []string{kindnetdImage}
26
0 commit comments