bump kicbase
parent
4a6f00ba4b
commit
e9e81cef25
|
@ -24,9 +24,9 @@ import (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// Version is the current version of kic
|
// Version is the current version of kic
|
||||||
Version = "v0.0.17-1613861585-10427"
|
Version = "v0.0.17-1613934488-10548"
|
||||||
// SHA of the kic base image
|
// SHA of the kic base image
|
||||||
baseImageSHA = "c0827e1b58f31cbfeb871af9c7656e5822bd97dd0011b9edd45ddd1ee9ef9dfd"
|
baseImageSHA = "5cacd48d07f699a171eedf65ef1490bd59a523ffcd90662e3b66eb838c5a1b5d"
|
||||||
// The name of the GCR kicbase repository
|
// The name of the GCR kicbase repository
|
||||||
gcrRepo = "gcr.io/k8s-minikube/kicbase-builds"
|
gcrRepo = "gcr.io/k8s-minikube/kicbase-builds"
|
||||||
// The name of the Dockerhub kicbase repository
|
// The name of the Dockerhub kicbase repository
|
||||||
|
|
Loading…
Reference in New Issue