Skip to content
This repository was archived by the owner on Mar 26, 2021. It is now read-only.

Commit 3d079c9

Browse files
authored
Merge pull request #166 from perotinus/tidedocs
Change the default clusterregistry image deployed by crinit
2 parents 56d8fe3 + a9a446a commit 3d079c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/crinit/crinit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
)
2828

2929
const (
30-
clusterregistryImageName = "clusterregistry:dev"
30+
clusterregistryImageName = "gcr.io/crreleases/clusterregistry:latest"
3131
defaultEtcdImage = "k8s.gcr.io/etcd:3.0.17"
3232
)
3333

0 commit comments

Comments
 (0)