chore(operator): Update skipRange for next OpenShift release (#12676)

pull/12114/head^2
Joao Marcal 2 years ago committed by GitHub
parent c4724cd51d
commit e2952b979e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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.6.0
createdAt: "2024-03-27T08:04:23Z"
createdAt: "2024-04-18T16:25:12Z"
description: The Community Loki Operator provides Kubernetes native deployment
and management of Loki and related logging components.
features.operators.openshift.io/disconnected: "true"

@ -150,7 +150,7 @@ metadata:
categories: OpenShift Optional, Logging & Tracing
certified: "false"
containerImage: docker.io/grafana/loki-operator:0.6.0
createdAt: "2024-03-27T08:04:21Z"
createdAt: "2024-04-18T16:25:10Z"
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: "2024-03-27T08:04:24Z"
createdAt: "2024-04-18T16:25:13Z"
description: |
The Loki Operator for OCP provides a means for configuring and managing a Loki stack for cluster logging.
## Prerequisites and Requirements
@ -167,7 +167,7 @@ metadata:
features.operators.openshift.io/token-auth-aws: "true"
features.operators.openshift.io/token-auth-azure: "true"
features.operators.openshift.io/token-auth-gcp: "false"
olm.skipRange: '>=5.7.0-0 <5.9.0'
olm.skipRange: '>=5.8.0-0 <6.0.0'
operatorframework.io/cluster-monitoring: "true"
operatorframework.io/suggested-namespace: openshift-operators-redhat
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift

@ -23,7 +23,7 @@ metadata:
features.operators.openshift.io/token-auth-aws: "true"
features.operators.openshift.io/token-auth-azure: "true"
features.operators.openshift.io/token-auth-gcp: "false"
olm.skipRange: '>=5.7.0-0 <5.9.0'
olm.skipRange: '>=5.8.0-0 <6.0.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