From 80a3d74ac731199fb46991083b543351d3e438e7 Mon Sep 17 00:00:00 2001 From: Anthony Vollmer Date: Wed, 24 Jun 2026 13:54:12 -0400 Subject: [PATCH] fix: pin hypershift operator to avoid registry override regression (AROSLSRE-1318) The latest HyperShift operator image includes a regression in registryoverride.Replace (openshift/hypershift#8509) that breaks repository-level --registry-overrides for digest-based images. This causes all CAPI and component image rewrites to fail in environments using ACR mirrors, blocking cluster creation. Pin to the known-good build (a101e669, 2026-06-05) until the upstream fix (openshift/hypershift#8824, OCPBUGS-92034) merges and a new image is published. --- tooling/image-updater/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/image-updater/config.yaml b/tooling/image-updater/config.yaml index 9bdb315291a..d0c53182eb8 100644 --- a/tooling/image-updater/config.yaml +++ b/tooling/image-updater/config.yaml @@ -23,7 +23,7 @@ images: group: hypershift-stack source: image: quay.io/redhat-services-prod/crt-redhat-acm-tenant/hypershift/hypershift-operator - tag: "latest" + tag: "a101e6697af02eba43e6cfd04fc4c00277b72a64" # pinned: latest includes openshift/hypershift#8509 which breaks registry overrides for digest images (OCPBUGS-92034, unpin: AROSLSRE-1318) multiArch: true # Use multi-arch manifest useAuth: true keyVault: