diff --git a/pkg/build/nodeimage/const_cni.go b/pkg/build/nodeimage/const_cni.go index 94e530aeab..9ec83a2d7c 100644 --- a/pkg/build/nodeimage/const_cni.go +++ b/pkg/build/nodeimage/const_cni.go @@ -20,7 +20,7 @@ package nodeimage The default CNI manifest and images are our own tiny kindnet */ -const kindnetdImage = "docker.io/kindest/kindnetd:v20230227-15197099" +const kindnetdImage = "docker.io/kindest/kindnetd:v20230330-48f316cd@sha256:c19d6362a6a928139820761475a38c24c0cf84d507b9ddf414a078cf627497af" var defaultCNIImages = []string{kindnetdImage} diff --git a/pkg/build/nodeimage/const_storage.go b/pkg/build/nodeimage/const_storage.go index 58feede86e..a27726f3a1 100644 --- a/pkg/build/nodeimage/const_storage.go +++ b/pkg/build/nodeimage/const_storage.go @@ -25,8 +25,8 @@ NOTE: we have customized it in the following ways: - install as the default storage class */ -const storageProvisionerImage = "docker.io/kindest/local-path-provisioner:v0.0.22-kind.0" -const storageHelperImage = "docker.io/kindest/local-path-helper:v20230227-8863bcd1" +const storageProvisionerImage = "docker.io/kindest/local-path-provisioner:v0.0.23-kind.0@sha256:f2d0a02831ff3a03cf51343226670d5060623b43a4cfc4808bd0875b2c4b9501" +const storageHelperImage = "docker.io/kindest/local-path-helper:v20230330-48f316cd@sha256:135203f2441f916fb13dad1561d27f60a6f11f50ec288b01a7d2ee9947c36270" // image we need to preload var defaultStorageImages = []string{storageProvisionerImage, storageHelperImage}