update SHA

pull/7858/head
Priya Wadhwa 2020-04-27 10:47:10 -07:00
parent 90b029e359
commit 2459caea75
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ const (
// Version is the current version of kic
Version = "v0.0.10"
// SHA of the kic base image
baseImageSHA = "0c3666c7dacb3c7170a86b237d0d15d37afb5a6d2f0c45046546b5c09f40378c"
baseImageSHA = "f58e0c4662bac8a9b5dda7984b185bad8502ade5d9fa364bf2755d636ab51438"
// OverlayImage is the cni plugin used for overlay image, created by kind.
// CNI plugin image used for kic drivers created by kind.
OverlayImage = "kindest/kindnetd:0.5.4"