diff --git a/cmd/crinit/crinit.go b/cmd/crinit/crinit.go index 945d0b25..8e310c73 100644 --- a/cmd/crinit/crinit.go +++ b/cmd/crinit/crinit.go @@ -27,7 +27,7 @@ import ( ) const ( - clusterregistryImageName = "clusterregistry:dev" + clusterregistryImageName = "gcr.io/crreleases/clusterregistry:latest" defaultEtcdImage = "k8s.gcr.io/etcd:3.0.17" )