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

Commit

Permalink
Merge pull request #166 from perotinus/tidedocs
Browse files Browse the repository at this point in the history
Change the default clusterregistry image deployed by crinit
  • Loading branch information
k8s-ci-robot authored Jan 9, 2018
2 parents 56d8fe3 + a9a446a commit 3d079c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/crinit/crinit.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
)

const (
clusterregistryImageName = "clusterregistry:dev"
clusterregistryImageName = "gcr.io/crreleases/clusterregistry:latest"
defaultEtcdImage = "k8s.gcr.io/etcd:3.0.17"
)

Expand Down

0 comments on commit 3d079c9

Please sign in to comment.