Skip to content

Commit

Permalink
Fix defaultEnterpriseRegistry and TigeraRegistry (#2849)
Browse files Browse the repository at this point in the history
  • Loading branch information
danudey authored Sep 1, 2023
1 parent fd551e2 commit cc7202e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/gen-versions/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

const (
defaultCalicoRegistry = "docker.io"
defaultEnterpriseRegistry = "gcr.io/unique-caldron-775/cnx"
defaultEnterpriseRegistry = "quay.io"

eeVersionsTpl = "enterprise.go.tpl"
osVersionsTpl = "calico.go.tpl"
Expand Down
2 changes: 1 addition & 1 deletion pkg/components/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package components
// Default registries for Calico and Tigera.
const (
CalicoRegistry = "docker.io/"
TigeraRegistry = "gcr.io/unique-caldron-775/cnx/"
TigeraRegistry = "quay.io/"
// For production InitRegistry should match TigeraRegistry.
// For the master branch and other testing scenarios we switch TigeraRegistry to
// point to a testing repo but the init image will be pushed to quay, so having
Expand Down

0 comments on commit cc7202e

Please sign in to comment.