From 56352e6f024615fe70f471b5c9939bea3ee5c5c3 Mon Sep 17 00:00:00 2001 From: Caden Marchese <56140267+cadenmarchese@users.noreply.github.com> Date: Thu, 31 Aug 2023 19:41:38 -0400 Subject: [PATCH] Mirror the hive version we intend to upgrade to (#3126) --- 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))