operator: Update skipRange for next OpenShift release (#11106)

pull/11129/head^2
Robert Jacob 2 years ago committed by GitHub
parent dfc0013163
commit cea2e0ed58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      operator/bundle/community-openshift/manifests/loki-operator.clusterserviceversion.yaml
  2. 2
      operator/bundle/community/manifests/loki-operator.clusterserviceversion.yaml
  3. 4
      operator/bundle/openshift/manifests/loki-operator.clusterserviceversion.yaml
  4. 2
      operator/config/manifests/openshift/bases/loki-operator.clusterserviceversion.yaml

@ -150,7 +150,7 @@ metadata:
categories: OpenShift Optional, Logging & Tracing
certified: "false"
containerImage: docker.io/grafana/loki-operator:0.5.0
createdAt: "2023-10-23T07:39:01Z"
createdAt: "2023-10-31T11:57:32Z"
description: The Community Loki Operator provides Kubernetes native deployment
and management of Loki and related logging components.
operators.operatorframework.io/builder: operator-sdk-unknown

@ -150,7 +150,7 @@ metadata:
categories: OpenShift Optional, Logging & Tracing
certified: "false"
containerImage: docker.io/grafana/loki-operator:0.5.0
createdAt: "2023-10-23T07:38:57Z"
createdAt: "2023-10-31T11:57:28Z"
description: The Community Loki Operator provides Kubernetes native deployment
and management of Loki and related logging components.
operators.operatorframework.io/builder: operator-sdk-unknown

@ -150,7 +150,7 @@ metadata:
categories: OpenShift Optional, Logging & Tracing
certified: "false"
containerImage: quay.io/openshift-logging/loki-operator:0.1.0
createdAt: "2023-10-23T07:39:06Z"
createdAt: "2023-10-31T11:57:36Z"
description: |
The Loki Operator for OCP provides a means for configuring and managing a Loki stack for cluster logging.
## Prerequisites and Requirements
@ -160,7 +160,7 @@ metadata:
Loki is a memory intensive application. The initial
set of OCP nodes may not be large enough to support the Loki stack. Additional OCP nodes must be added
to the OCP cluster if you desire to run with the recommended (or better) memory.
olm.skipRange: '>=5.6.0-0 <5.8.0'
olm.skipRange: '>=5.7.0-0 <5.9.0'
operatorframework.io/cluster-monitoring: "true"
operatorframework.io/suggested-namespace: openshift-operators-redhat
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift

@ -16,7 +16,7 @@ metadata:
Loki is a memory intensive application. The initial
set of OCP nodes may not be large enough to support the Loki stack. Additional OCP nodes must be added
to the OCP cluster if you desire to run with the recommended (or better) memory.
olm.skipRange: '>=5.6.0-0 <5.8.0'
olm.skipRange: '>=5.7.0-0 <5.9.0'
operatorframework.io/cluster-monitoring: "true"
operatorframework.io/suggested-namespace: openshift-operators-redhat
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift

Loading…
Cancel
Save