operator: Update skipRange for 5.8 release (#9298)

pull/9289/head
Robert Jacob 3 years ago committed by GitHub
parent b3ca9fc219
commit 9a61ba5229
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:main-99acb9b
createdAt: "2023-04-18T07:59:30Z"
createdAt: "2023-04-26T13:24:42Z"
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:main-99acb9b
createdAt: "2023-04-18T07:59:27Z"
createdAt: "2023-04-26T13:24:39Z"
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:v0.1.0
createdAt: "2023-04-18T07:59:33Z"
createdAt: "2023-04-26T13:24:45Z"
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.4.0-0 <5.7.0'
olm.skipRange: '>=5.6.0-0 <5.8.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.4.0-0 <5.7.0'
olm.skipRange: '>=5.6.0-0 <5.8.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