From 347122956f62eb2dcb1741ed6d59d13d0a0f0386 Mon Sep 17 00:00:00 2001 From: Jeff Cantrill Date: Tue, 9 Jan 2024 13:26:58 -0500 Subject: [PATCH] LOG-4604: remove duplicate olm.skipRange --- bundle/manifests/clusterlogging.clusterserviceversion.yaml | 5 ++--- .../bases/clusterlogging.clusterserviceversion.yaml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/bundle/manifests/clusterlogging.clusterserviceversion.yaml b/bundle/manifests/clusterlogging.clusterserviceversion.yaml index 7178e202f..5b50925c5 100644 --- a/bundle/manifests/clusterlogging.clusterserviceversion.yaml +++ b/bundle/manifests/clusterlogging.clusterserviceversion.yaml @@ -118,10 +118,9 @@ metadata: certified: "false" console.openshift.io/plugins: '["logging-view-plugin"]' containerImage: quay.io/openshift-logging/cluster-logging-operator:latest - createdAt: "2024-01-05T19:36:12Z" + createdAt: "2024-01-09T18:24:05Z" description: The Red Hat OpenShift Logging Operator for OCP provides a means for configuring and managing your aggregated logging stack. - olm.skipRange: '>=5.6.0-0 <5.8.0' features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "false" features.operators.openshift.io/csi: "false" @@ -132,7 +131,7 @@ metadata: features.operators.openshift.io/token-auth-aws: "true" features.operators.openshift.io/token-auth-azure: "false" features.operators.openshift.io/token-auth-gcp: "false" - olm.skipRange: '>=5.7.0-0 <5.9.0' + olm.skipRange: '>=5.6.0-0 <5.8.0' operatorframework.io/cluster-monitoring: "true" operatorframework.io/suggested-namespace: openshift-logging operators.openshift.io/infrastructure-features: '["disconnected","proxy-aware"]' diff --git a/config/manifests/bases/clusterlogging.clusterserviceversion.yaml b/config/manifests/bases/clusterlogging.clusterserviceversion.yaml index 8b466a00d..b32bfad78 100644 --- a/config/manifests/bases/clusterlogging.clusterserviceversion.yaml +++ b/config/manifests/bases/clusterlogging.clusterserviceversion.yaml @@ -9,7 +9,6 @@ metadata: containerImage: quay.io/openshift-logging/cluster-logging-operator:latest description: The Red Hat OpenShift Logging Operator for OCP provides a means for configuring and managing your aggregated logging stack. - olm.skipRange: '>=5.6.0-0 <5.8.0' features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "false" features.operators.openshift.io/csi: "false" @@ -20,6 +19,7 @@ metadata: features.operators.openshift.io/token-auth-aws: "true" features.operators.openshift.io/token-auth-azure: "false" features.operators.openshift.io/token-auth-gcp: "false" + olm.skipRange: '>=5.6.0-0 <5.8.0' operatorframework.io/cluster-monitoring: "true" operatorframework.io/suggested-namespace: openshift-logging operators.openshift.io/infrastructure-features: '["disconnected","proxy-aware"]'