Skip to content

Commit 44f5bd9

Browse files
authored
Merge pull request #3785 from BenTheElder/images2
bump images following go bump
2 parents 5c6d2da + 02d8a7f commit 44f5bd9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pkg/apis/config/defaults/image.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ limitations under the License.
1818
package defaults
1919

2020
// Image is the default for the Config.Image field, aka the default node image.
21-
const Image = "kindest/node:v1.31.1@sha256:cd224d8da58d50907d1dd41d476587643dad2ffd9f6a4d96caf530fb3b9a5956"
21+
const Image = "kindest/node:v1.31.2@sha256:18fbefc20a7113353c7b75b5c869d7145a6abd6269154825872dc59c1329912e"

pkg/build/nodeimage/const_cni.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ package nodeimage
2020
The default CNI manifest and images are our own tiny kindnet
2121
*/
2222

23-
const kindnetdImage = "docker.io/kindest/kindnetd:v20241023-a345ebe4"
23+
const kindnetdImage = "docker.io/kindest/kindnetd:v20241108-5c6d2daf"
2424

2525
var defaultCNIImages = []string{kindnetdImage}
2626

pkg/build/nodeimage/const_storage.go

+1-1
Original file line numberDiff line numberDiff 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:v20240813-c6f155d6"
28+
const storageProvisionerImage = "docker.io/kindest/local-path-provisioner:v20241108-5c6d2daf"
2929
const storageHelperImage = "docker.io/kindest/local-path-helper:v20230510-486859a6"
3030

3131
// image we need to preload

pkg/build/nodeimage/defaults.go

+1-1
Original file line numberDiff line numberDiff 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:v20240813-c6f155d6"
25+
const DefaultBaseImage = "docker.io/kindest/base:v20241108-5c6d2daf"

0 commit comments

Comments
 (0)