From 3b747df7e1f200ed6a8ca2b950bd0400c245b5b5 Mon Sep 17 00:00:00 2001 From: Tanmay Satam Date: Wed, 14 Jun 2023 11:21:17 -0400 Subject: [PATCH] Update Hive image to 32e143a294 --- cmd/aro/mirror.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/aro/mirror.go b/cmd/aro/mirror.go index 8bcf108d09e..3afb8a7aee7 100644 --- a/cmd/aro/mirror.go +++ b/cmd/aro/mirror.go @@ -115,8 +115,9 @@ 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-20230504", + "quay.io/app-sre/hive:32e143a294", } { log.Printf("mirroring %s -> %s", ref, pkgmirror.Dest(dstAcr+acrDomainSuffix, ref))