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.30.2 @sha256:ecfe5841b9bee4fe9690f49c118c33629fa345e3350a0c67a5a34482a99d6bba "
21+ const Image = "kindest/node:v1.31.0 @sha256:53df588e04085fd41ae12de0c3fe4c72f7013bba32a20e7325357a1ac94ba865 "
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:v20240730-75a5af0c "
23+ const kindnetdImage = "docker.io/kindest/kindnetd:v20240813-c6f155d6 "
2424
2525var defaultCNIImages = []string {kindnetdImage }
2626
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ NOTE: we have customized it in the following ways:
2525- install as the default storage class
2626*/
2727
28- const storageProvisionerImage = "docker.io/kindest/local-path-provisioner:v20240513-b9bba138 "
28+ const storageProvisionerImage = "docker.io/kindest/local-path-provisioner:v20240813-c6f155d6 "
2929const storageHelperImage = "docker.io/kindest/local-path-helper:v20230510-486859a6"
3030
3131// 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:v20240701-2cec31c3 "
25+ const DefaultBaseImage = "docker.io/kindest/base:v20240813-c6f155d6 "
You can’t perform that action at this time.
0 commit comments