Skip to content

Commit 0dea9ca

Browse files
committed
upgrade local path images to latest
1 parent a87bbd8 commit 0dea9ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/build/nodeimage/const_storage.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ NOTE: we have customized it in the following ways:
2626
- tolerate control plane scheduling taints
2727
*/
2828

29-
const storageProvisionerImage = "docker.io/kindest/local-path-provisioner:v20241108-5c6d2daf"
30-
const storageHelperImage = "docker.io/kindest/local-path-helper:v20230510-486859a6"
29+
const storageProvisionerImage = "docker.io/kindest/local-path-provisioner:v20241212-8ac705d0"
30+
const storageHelperImage = "docker.io/kindest/local-path-helper:v20241212-8ac705d0"
3131

3232
// image we need to preload
3333
var defaultStorageImages = []string{storageProvisionerImage, storageHelperImage}

0 commit comments

Comments
 (0)