Skip to content

Commit

Permalink
upgrade local path images to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed Dec 13, 2024
1 parent a87bbd8 commit 0dea9ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/build/nodeimage/const_storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 0dea9ca

Please sign in to comment.