From aa9aedd4a35438cbdc1ced46821b6fb2029604a5 Mon Sep 17 00:00:00 2001 From: Cesar Celis Hernandez Date: Mon, 17 Apr 2023 08:48:38 -0600 Subject: [PATCH] OpenShift 4.7 has reached its end of life (#1565) --- olm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/olm.sh b/olm.sh index d46b99cbf0b..85eb4c22a97 100755 --- a/olm.sh +++ b/olm.sh @@ -133,7 +133,7 @@ for catalog in "${redhatCatalogs[@]}"; do # as well as the default. { echo " # Annotations to specify OCP versions compatibility." - echo " com.redhat.openshift.versions: v4.6-v4.12" + echo " com.redhat.openshift.versions: v4.8-v4.12" echo " # Annotation to add default bundle channel as potential is declared" echo " operators.operatorframework.io.bundle.channel.default.v1: stable" } >> bundles/$catalog/$RELEASE/metadata/annotations.yaml