From 6693a51af8ffa06996de2402c05c9e2acad8da46 Mon Sep 17 00:00:00 2001 From: Gerd Oberlechner Date: Tue, 19 Nov 2024 13:25:10 +0100 Subject: [PATCH] mirror catalog images for 4.16 the 4.17 CPO references the 4.16 catalog images so they need to remain synced Signed-off-by: Gerd Oberlechner --- dev-infrastructure/templates/image-sync.bicep | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-infrastructure/templates/image-sync.bicep b/dev-infrastructure/templates/image-sync.bicep index 8d8408372..cac74219b 100644 --- a/dev-infrastructure/templates/image-sync.bicep +++ b/dev-infrastructure/templates/image-sync.bicep @@ -249,6 +249,10 @@ var ocpMirrorConfig = { graph: true } additionalImages: [ + { name: 'registry.redhat.io/redhat/redhat-operator-index:v4.16' } + { name: 'registry.redhat.io/redhat/certified-operator-index:v4.16' } + { name: 'registry.redhat.io/redhat/community-operator-index:v4.16' } + { name: 'registry.redhat.io/redhat/redhat-marketplace-index:v4.16' } { name: 'registry.redhat.io/redhat/redhat-operator-index:v4.17' } { name: 'registry.redhat.io/redhat/certified-operator-index:v4.17' } { name: 'registry.redhat.io/redhat/community-operator-index:v4.17' }