We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87bbd8 commit 0dea9caCopy full SHA for 0dea9ca
pkg/build/nodeimage/const_storage.go
@@ -26,8 +26,8 @@ NOTE: we have customized it in the following ways:
26
- tolerate control plane scheduling taints
27
*/
28
29
-const storageProvisionerImage = "docker.io/kindest/local-path-provisioner:v20241108-5c6d2daf"
30
-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"
31
32
// image we need to preload
33
var defaultStorageImages = []string{storageProvisionerImage, storageHelperImage}
0 commit comments