operator: Prepare bundle for openshift-logging release 5.6 (#7297)

pull/7299/head
Jeff Cantrill 3 years ago committed by GitHub
parent a9daddeeb9
commit d0a96b20b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      operator/bundle/manifests/loki-operator.clusterserviceversion.yaml
  2. 2
      operator/config/manifests/bases/loki-operator.clusterserviceversion.yaml

@ -159,7 +159,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.5.0'
olm.skipRange: '>=5.4.0-0 <5.6.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.5.0'
olm.skipRange: '>=5.4.0-0 <5.6.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