File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ limitations under the License.
1818package defaults
1919
2020// Image is the default for the Config.Image field, aka the default node image.
21- const Image = "kindest/node:v1.32.2@sha256:ec2582d73b2982e0c515f6630a6d3af5a599f5f8a830d2f65f09e61600314b88 "
21+ const Image = "kindest/node:v1.32.2@sha256:f226345927d7e348497136874b6d207e0b32cc52154ad8323129352923a3142f "
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ package nodeimage
2020The default CNI manifest and images are our own tiny kindnet
2121*/
2222
23- const kindnetdImage = "docker.io/kindest/kindnetd:v20241212-9f82dd49 "
23+ const kindnetdImage = "docker.io/kindest/kindnetd:v20250214-acbabc1a "
2424
2525var defaultCNIImages = []string {kindnetdImage }
2626
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ NOTE: we have customized it in the following ways:
2626- tolerate control plane scheduling taints
2727*/
2828
29- const storageProvisionerImage = "docker.io/kindest/local-path-provisioner:v20241212-8ac705d0 "
29+ const storageProvisionerImage = "docker.io/kindest/local-path-provisioner:v20250214-acbabc1a "
3030const storageHelperImage = "docker.io/kindest/local-path-helper:v20241212-8ac705d0"
3131
3232// image we need to preload
Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ const DefaultImage = "kindest/node:latest"
2222// DefaultBaseImage is the default base image used
2323// TODO: come up with a reasonable solution to digest pinning
2424// https://github.com/moby/moby/issues/43188
25- const DefaultBaseImage = "docker.io/kindest/base:v20250212-53ff1fb7 "
25+ const DefaultBaseImage = "docker.io/kindest/base:v20250214-acbabc1a "
You can’t perform that action at this time.
0 commit comments