Mirror the hive version we intend to upgrade to (#3126)

This commit is contained in:
Caden Marchese 2023-08-31 19:41:38 -04:00 коммит произвёл GitHub
Родитель 9f7ef799e4
Коммит 56352e6f02
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -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))