bump local-path-helper

This commit is contained in:
Benjamin Elder
2022-06-07 14:45:24 -07:00
parent 72b8403210
commit bea91a8405

View File

@@ -26,7 +26,7 @@ NOTE: we have customized it in the following ways:
*/
const storageProvisionerImage = "docker.io/kindest/local-path-provisioner:v0.0.22-kind.0"
const storageHelperImage = "docker.io/kindest/local-path-helper:v20220512-507ff70b"
const storageHelperImage = "docker.io/kindest/local-path-helper:v20220607-9a4d8d2a"
// image we need to preload
var defaultStorageImages = []string{storageProvisionerImage, storageHelperImage}