Update hive cmd/mirror to use hive image tag 986c5efa21

This commit is contained in:
Steven Fairchild 2024-10-09 13:59:05 -04:00
Родитель 511fa6ebb4
Коммит 907c824653
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -111,7 +111,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:bdf9d08a06",
"quay.io/app-sre/hive:986c5efa21",
} {
log.Printf("mirroring %s -> %s", ref, pkgmirror.Dest(dstAcr+acrDomainSuffix, ref))

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

@ -9,7 +9,7 @@ main() {
trap "cleanup $tmpdir" EXIT
# This is the commit sha that the image was built from and ensures we use the correct configs for the release
local -r default_commit="bdf9d08a06"
local -r default_commit="986c5efa21"
local -r hive_image_commit_hash="${1:-$default_commit}"
log "Using hive commit: $hive_image_commit_hash"
# shellcheck disable=SC2034