From 0dea9ca6a18813ea4417680d8124195efe5ab5be Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Thu, 12 Dec 2024 14:42:08 -0800 Subject: [PATCH] upgrade local path images to latest --- pkg/build/nodeimage/const_storage.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/build/nodeimage/const_storage.go b/pkg/build/nodeimage/const_storage.go index b0dd3a9530..bd7812862b 100644 --- a/pkg/build/nodeimage/const_storage.go +++ b/pkg/build/nodeimage/const_storage.go @@ -26,8 +26,8 @@ NOTE: we have customized it in the following ways: - tolerate control plane scheduling taints */ -const storageProvisionerImage = "docker.io/kindest/local-path-provisioner:v20241108-5c6d2daf" -const storageHelperImage = "docker.io/kindest/local-path-helper:v20230510-486859a6" +const storageProvisionerImage = "docker.io/kindest/local-path-provisioner:v20241212-8ac705d0" +const storageHelperImage = "docker.io/kindest/local-path-helper:v20241212-8ac705d0" // image we need to preload var defaultStorageImages = []string{storageProvisionerImage, storageHelperImage}