ARO-4779: Mirror new hive image to close vulns

This commit is contained in:
Lisa Rashidi-Ranjbar 2023-11-29 11:03:14 -07:00 коммит произвёл Caden Marchese
Родитель b86781166e
Коммит a017435855
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -134,7 +134,7 @@ func mirror(ctx context.Context, log *logrus.Entry) error {
"quay.io/app-sre/managed-upgrade-operator:v0.1.952-44b631a",
// https://quay.io/repository/app-sre/hive?tab=tags
"quay.io/app-sre/hive:f1bc6ceaf3",
"quay.io/app-sre/hive:9dd47f8bfa",
} {
log.Printf("mirroring %s -> %s", ref, pkgmirror.Dest(dstAcr+acrDomainSuffix, ref))