Skip to content

Commit 54ddd68

Browse files
Merge pull request openshift#973 from xperimental/skiprange-5.8
LOG-4045: Update skipRange to allow updating from 5.6 onwards
2 parents 018d7d2 + 347417c commit 54ddd68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bundle/manifests/elasticsearch-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ metadata:
101101
categories: OpenShift Optional, Logging & Tracing
102102
certified: "false"
103103
containerImage: quay.io/openshift-logging/elasticsearch-operator:latest
104-
createdAt: "2023-04-21T09:47:55Z"
104+
createdAt: "2023-05-05T17:50:25Z"
105105
description: |
106106
The Elasticsearch Operator for OCP provides a means for configuring and managing an Elasticsearch cluster for tracing and cluster logging.
107107
## Prerequisites and Requirements
@@ -112,7 +112,7 @@ metadata:
112112
set of OCP nodes may not be large enough to support the Elasticsearch cluster. Additional OCP nodes must be added
113113
to the OCP cluster if you desire to run with the recommended (or better) memory. Each ES node can operate with a
114114
lower memory setting though this is not recommended for production deployments.
115-
olm.skipRange: '>=4.6.0-0 <5.8.0'
115+
olm.skipRange: '>=5.6.0-0 <5.8.0'
116116
operatorframework.io/cluster-monitoring: "true"
117117
operatorframework.io/suggested-namespace: openshift-operators-redhat
118118
operators.openshift.io/infrastructure-features: '["disconnected","proxy-aware"]'

config/manifests/bases/elasticsearch-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ metadata:
9898
set of OCP nodes may not be large enough to support the Elasticsearch cluster. Additional OCP nodes must be added
9999
to the OCP cluster if you desire to run with the recommended (or better) memory. Each ES node can operate with a
100100
lower memory setting though this is not recommended for production deployments.
101-
olm.skipRange: '>=4.6.0-0 <5.8.0'
101+
olm.skipRange: '>=5.6.0-0 <5.8.0'
102102
operatorframework.io/cluster-monitoring: "true"
103103
operatorframework.io/suggested-namespace: openshift-operators-redhat
104104
operators.openshift.io/infrastructure-features: '["disconnected","proxy-aware"]'

0 commit comments

Comments
 (0)