From cc7202ea7f64405d7858ce65533995721152a176 Mon Sep 17 00:00:00 2001 From: Daniel Fox Date: Fri, 1 Sep 2023 12:16:20 -0700 Subject: [PATCH] Fix defaultEnterpriseRegistry and TigeraRegistry (#2849) --- hack/gen-versions/main.go | 2 +- pkg/components/images.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/gen-versions/main.go b/hack/gen-versions/main.go index 52e2dd8968..10f9dc881c 100644 --- a/hack/gen-versions/main.go +++ b/hack/gen-versions/main.go @@ -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" diff --git a/pkg/components/images.go b/pkg/components/images.go index b4ace72eaf..978d42bded 100644 --- a/pkg/components/images.go +++ b/pkg/components/images.go @@ -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