We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a6f00b commit e9e81ceCopy full SHA for e9e81ce
pkg/drivers/kic/types.go
@@ -24,9 +24,9 @@ import (
24
25
const (
26
// Version is the current version of kic
27
- Version = "v0.0.17-1613861585-10427"
+ Version = "v0.0.17-1613934488-10548"
28
// SHA of the kic base image
29
- baseImageSHA = "c0827e1b58f31cbfeb871af9c7656e5822bd97dd0011b9edd45ddd1ee9ef9dfd"
+ baseImageSHA = "5cacd48d07f699a171eedf65ef1490bd59a523ffcd90662e3b66eb838c5a1b5d"
30
// The name of the GCR kicbase repository
31
gcrRepo = "gcr.io/k8s-minikube/kicbase-builds"
32
// The name of the Dockerhub kicbase repository
0 commit comments