Skip to content

Commit

Permalink
Merge pull request #3499 from BenTheElder/bumpity2
Browse files Browse the repository at this point in the history
update images
  • Loading branch information
BenTheElder committed Feb 2, 2024
2 parents 8f1494e + 020f24d commit fc67703
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.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72"
const Image = "kindest/node:v1.29.1@sha256:a0cc28af37cf39b019e2b448c54d1a3f789de32536cb5a5db61a49623e527144"
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:v20230809-80a64d96"
const kindnetdImage = "docker.io/kindest/kindnetd:v20240202-8f1494ea"

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:v20230511-dc714da8"
const storageProvisionerImage = "docker.io/kindest/local-path-provisioner:v20240202-8f1494ea"
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:v20230831-c80399bf"
const DefaultBaseImage = "docker.io/kindest/base:v20240202-8f1494ea"

0 comments on commit fc67703

Please sign in to comment.