Skip to content

Commit dfbe00c

Browse files
authored
fix(operator): Update skipRange in OpenShift variant (#15984)
1 parent ed061b3 commit dfbe00c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

‎operator/bundle/community-openshift/manifests/loki-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ metadata:
150150
categories: OpenShift Optional, Logging & Tracing
151151
certified: "false"
152152
containerImage: docker.io/grafana/loki-operator:0.7.1
153-
createdAt: "2025-01-28T12:36:38Z"
153+
createdAt: "2025-01-28T16:41:41Z"
154154
description: The Community Loki Operator provides Kubernetes native deployment
155155
and management of Loki and related logging components.
156156
features.operators.openshift.io/disconnected: "true"

‎operator/bundle/community/manifests/loki-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ metadata:
150150
categories: OpenShift Optional, Logging & Tracing
151151
certified: "false"
152152
containerImage: docker.io/grafana/loki-operator:0.7.1
153-
createdAt: "2025-01-28T12:36:34Z"
153+
createdAt: "2025-01-28T16:41:37Z"
154154
description: The Community Loki Operator provides Kubernetes native deployment
155155
and management of Loki and related logging components.
156156
operators.operatorframework.io/builder: operator-sdk-unknown

‎operator/bundle/openshift/manifests/loki-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ metadata:
150150
categories: OpenShift Optional, Logging & Tracing
151151
certified: "false"
152152
containerImage: quay.io/openshift-logging/loki-operator:0.1.0
153-
createdAt: "2025-01-28T12:36:44Z"
153+
createdAt: "2025-01-28T16:41:44Z"
154154
description: |
155155
The Loki Operator for OCP provides a means for configuring and managing a Loki stack for cluster logging.
156156
## Prerequisites and Requirements
@@ -167,7 +167,7 @@ metadata:
167167
features.operators.openshift.io/token-auth-aws: "true"
168168
features.operators.openshift.io/token-auth-azure: "true"
169169
features.operators.openshift.io/token-auth-gcp: "true"
170-
olm.skipRange: '>=5.9.0-0 <6.1.0'
170+
olm.skipRange: '>=6.0.0-0 <6.2.0'
171171
operatorframework.io/cluster-monitoring: "true"
172172
operatorframework.io/suggested-namespace: openshift-operators-redhat
173173
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift

‎operator/config/manifests/openshift/bases/loki-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ metadata:
2323
features.operators.openshift.io/token-auth-aws: "true"
2424
features.operators.openshift.io/token-auth-azure: "true"
2525
features.operators.openshift.io/token-auth-gcp: "true"
26-
olm.skipRange: '>=5.9.0-0 <6.1.0'
26+
olm.skipRange: '>=6.0.0-0 <6.2.0'
2727
operatorframework.io/cluster-monitoring: "true"
2828
operatorframework.io/suggested-namespace: openshift-operators-redhat
2929
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift

0 commit comments

Comments
 (0)