Skip to content

Commit

Permalink
LOG-4604: remove duplicate olm.skipRange
Browse files Browse the repository at this point in the history
  • Loading branch information
jcantrill authored and openshift-merge-bot[bot] committed Jan 9, 2024
1 parent fe54e4d commit 3471229
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions bundle/manifests/clusterlogging.clusterserviceversion.yaml
Expand Up @@ -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"
Expand All @@ -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"]'
Expand Down
Expand Up @@ -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"
Expand All @@ -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"]'
Expand Down

0 comments on commit 3471229

Please sign in to comment.