From c311e2274955afeac513a4bf6aa3a7861dab99a2 Mon Sep 17 00:00:00 2001 From: Akshay Ghodake Date: Tue, 30 Jun 2026 01:34:54 +0530 Subject: [PATCH] Add skip-bundles for 2.25.8 and 3.3.4 on v4.22 These versions are shipped but not yet released for OCP v4.22 in the Red Hat operator index. Adding them to skip-bundles prevents the catalog validator from failing when they are absent from the v4.22 catalog. --- config/config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/config.yaml b/config/config.yaml index d6ce8eff62..821d1de793 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -31,7 +31,9 @@ config: - version: v4.22 onboarded-since: rhods-operator.2.25.0 skip-bundles: + - rhods-operator.2.25.8 - rhods-operator.3.2.1 + - rhods-operator.3.3.4 - rhods-operator.3.4.0-ea.1 - rhods-operator.3.4.0-ea.2 - rhods-operator.3.5.0-ea.1