upgrade to v0.0.10

pull/7857/head
Priya Wadhwa 2020-04-22 14:44:24 -07:00
parent 7a3db5078e
commit d39b822a3c
1 changed files with 2 additions and 2 deletions

View File

@ -30,9 +30,9 @@ const (
DefaultPodCIDR = "10.244.0.0/16"
// Version is the current version of kic
Version = "v0.0.9"
Version = "v0.0.10"
// SHA of the kic base image
baseImageSHA = "82a826cc03c3e59ead5969b8020ca138de98f366c1907293df91fc57205dbb53"
baseImageSHA = "0c3666c7dacb3c7170a86b237d0d15d37afb5a6d2f0c45046546b5c09f40378c"
// 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"