Skip to content

Commit 756cbfd

Browse files
authored
Merge pull request #4427 from Azure/kimorris27/ARO-22213-hive-image-repo-change
Hive image repo change
2 parents 6202179 + 788971c commit 756cbfd

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

cmd/aro/mirror.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,6 @@ func mirror(ctx context.Context, _log *logrus.Entry) error {
162162
// https://gitlab.cee.redhat.com/service/app-interface/-/blob/master/data/services/osd-operators/cicd/saas/saas-managed-upgrade-operator.yaml?ref_type=heads
163163
"quay.io/app-sre/managed-upgrade-operator:v0.1.1202-g118c178",
164164

165-
// https://quay.io/repository/app-sre/hive?tab=tags
166-
"quay.io/app-sre/hive:8796c4f534",
167-
168165
// https://registry.redhat.io/openshift4/ose-must-gather (standard OpenShift must-gather)
169166
"registry.redhat.io/openshift4/ose-must-gather:latest",
170167

hack/hive/hive-generate-config.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ main() {
1515
# shellcheck disable=SC2034
1616
local -r hive_operator_namespace="hive"
1717

18-
# For now we'll use the quay hive image, but this will change to an ACR once the quay.io -> ACR mirroring is setup
19-
# Note: semi-scientific way to get the latest image: `podman search --list-tags --limit 10000 quay.io/app-sre/hive | tail -n1`
2018
# shellcheck disable=SC2034
21-
local -r hive_image="arointsvc.azurecr.io/app-sre/hive:${hive_image_commit_hash}"
19+
local -r hive_image="arointsvc.azurecr.io/redhat-services-prod/crt-redhat-acm-tenant/hive-operator/hive:${hive_image_commit_hash}"
2220

2321

2422
# shellcheck disable=SC2034

0 commit comments

Comments
 (0)