mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 15:36:00 +07:00
Merge pull request #3785 from BenTheElder/images2
bump images following go bump
This commit is contained in:
@@ -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.31.1@sha256:cd224d8da58d50907d1dd41d476587643dad2ffd9f6a4d96caf530fb3b9a5956"
|
||||
const Image = "kindest/node:v1.31.2@sha256:18fbefc20a7113353c7b75b5c869d7145a6abd6269154825872dc59c1329912e"
|
||||
|
||||
@@ -20,7 +20,7 @@ package nodeimage
|
||||
The default CNI manifest and images are our own tiny kindnet
|
||||
*/
|
||||
|
||||
const kindnetdImage = "docker.io/kindest/kindnetd:v20241023-a345ebe4"
|
||||
const kindnetdImage = "docker.io/kindest/kindnetd:v20241108-5c6d2daf"
|
||||
|
||||
var defaultCNIImages = []string{kindnetdImage}
|
||||
|
||||
|
||||
@@ -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:v20240813-c6f155d6"
|
||||
const storageProvisionerImage = "docker.io/kindest/local-path-provisioner:v20241108-5c6d2daf"
|
||||
const storageHelperImage = "docker.io/kindest/local-path-helper:v20230510-486859a6"
|
||||
|
||||
// image we need to preload
|
||||
|
||||
@@ -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:v20240813-c6f155d6"
|
||||
const DefaultBaseImage = "docker.io/kindest/base:v20241108-5c6d2daf"
|
||||
|
||||
Reference in New Issue
Block a user