Merge pull request #3785 from BenTheElder/images2

bump images following go bump
This commit is contained in:
Kubernetes Prow Robot
2024-11-08 20:22:44 +00:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -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}

View File

@@ -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

View File

@@ -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"