Skip to content

Commit

Permalink
Mirror the hive version we intend to upgrade to
Browse files Browse the repository at this point in the history
  • Loading branch information
cadenmarchese committed Aug 29, 2023
1 parent 3b370ae commit 14eb900
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/aro/mirror.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit 14eb900

Please sign in to comment.