Skip to content

Commit

Permalink
Merge pull request #3864 from BenTheElder/imaage-bumpity
Browse files Browse the repository at this point in the history
bump golang images
  • Loading branch information
BenTheElder authored Feb 15, 2025
2 parents acbabc1 + cb29b1b commit 1bb527b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkg/apis/config/defaults/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ limitations under the License.
package defaults

// Image is the default for the Config.Image field, aka the default node image.
const Image = "kindest/node:v1.32.2@sha256:ec2582d73b2982e0c515f6630a6d3af5a599f5f8a830d2f65f09e61600314b88"
const Image = "kindest/node:v1.32.2@sha256:f226345927d7e348497136874b6d207e0b32cc52154ad8323129352923a3142f"
2 changes: 1 addition & 1 deletion pkg/build/nodeimage/const_cni.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package nodeimage
The default CNI manifest and images are our own tiny kindnet
*/

const kindnetdImage = "docker.io/kindest/kindnetd:v20241212-9f82dd49"
const kindnetdImage = "docker.io/kindest/kindnetd:v20250214-acbabc1a"

var defaultCNIImages = []string{kindnetdImage}

Expand Down
2 changes: 1 addition & 1 deletion pkg/build/nodeimage/const_storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ NOTE: we have customized it in the following ways:
- tolerate control plane scheduling taints
*/

const storageProvisionerImage = "docker.io/kindest/local-path-provisioner:v20241212-8ac705d0"
const storageProvisionerImage = "docker.io/kindest/local-path-provisioner:v20250214-acbabc1a"
const storageHelperImage = "docker.io/kindest/local-path-helper:v20241212-8ac705d0"

// image we need to preload
Expand Down
2 changes: 1 addition & 1 deletion pkg/build/nodeimage/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ const DefaultImage = "kindest/node:latest"
// DefaultBaseImage is the default base image used
// TODO: come up with a reasonable solution to digest pinning
// https://github.com/moby/moby/issues/43188
const DefaultBaseImage = "docker.io/kindest/base:v20250212-53ff1fb7"
const DefaultBaseImage = "docker.io/kindest/base:v20250214-acbabc1a"

0 comments on commit 1bb527b

Please sign in to comment.