Skip to content

Commit

Permalink
Merge pull request #3708 from BenTheElder/go-bump-pt-2
Browse files Browse the repository at this point in the history
bump images following go 1.22.6 update
  • Loading branch information
k8s-ci-robot authored Aug 14, 2024
2 parents c6f155d + 8205bdc commit 53baf05
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.30.2@sha256:ecfe5841b9bee4fe9690f49c118c33629fa345e3350a0c67a5a34482a99d6bba"
const Image = "kindest/node:v1.31.0@sha256:53df588e04085fd41ae12de0c3fe4c72f7013bba32a20e7325357a1ac94ba865"
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:v20240730-75a5af0c"
const kindnetdImage = "docker.io/kindest/kindnetd:v20240813-c6f155d6"

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 @@ -25,7 +25,7 @@ NOTE: we have customized it in the following ways:
- install as the default storage class
*/

const storageProvisionerImage = "docker.io/kindest/local-path-provisioner:v20240513-b9bba138"
const storageProvisionerImage = "docker.io/kindest/local-path-provisioner:v20240813-c6f155d6"
const storageHelperImage = "docker.io/kindest/local-path-helper:v20230510-486859a6"

// 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:v20240701-2cec31c3"
const DefaultBaseImage = "docker.io/kindest/base:v20240813-c6f155d6"

0 comments on commit 53baf05

Please sign in to comment.