From 14eb900697d7709e4f0d7dfe8e9cfa20c4d9b763 Mon Sep 17 00:00:00 2001 From: cadenmarchese Date: Tue, 29 Aug 2023 15:27:40 -0400 Subject: [PATCH] Mirror the hive version we intend to upgrade to --- cmd/aro/mirror.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cmd/aro/mirror.go b/cmd/aro/mirror.go index 176e78797c5..53deee274d4 100644 --- a/cmd/aro/mirror.go +++ b/cmd/aro/mirror.go @@ -115,9 +115,7 @@ func mirror(ctx context.Context, log *logrus.Entry) error { "quay.io/app-sre/managed-upgrade-operator:v0.1.891-3d94c00", // https://quay.io/repository/app-sre/hive?tab=tags - // Temporary image to evaluate memory leak - // TODO: move to official hive image once we fix memory leak - "quay.io/bvesel/hive:fec14dcf0-20230623", + "quay.io/app-sre/hive:70b666ec89", } { log.Printf("mirroring %s -> %s", ref, pkgmirror.Dest(dstAcr+acrDomainSuffix, ref))