fix(operator): Fix type of maximum OpenShift version property (#18066)

pull/17867/head
Robert Jacob 7 months ago committed by GitHub
parent fc7c0189c0
commit f7c7dfa910
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. 2
      operator/bundle/openshift/manifests/loki-operator.clusterserviceversion.yaml
  4. 2
      operator/bundle/openshift/metadata/properties.yaml

@ -150,7 +150,7 @@ metadata:
categories: OpenShift Optional, Logging & Tracing
certified: "false"
containerImage: docker.io/grafana/loki-operator:0.8.0
createdAt: "2025-05-28T16:06:51Z"
createdAt: "2025-06-11T13:21:37Z"
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.8.0
createdAt: "2025-05-28T16:06:47Z"
createdAt: "2025-06-11T13:21:34Z"
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: "2025-05-28T16:06:55Z"
createdAt: "2025-06-11T13:21:40Z"
description: |
The Loki Operator for OCP provides a means for configuring and managing a Loki stack for cluster logging.
## Prerequisites and Requirements

@ -1,3 +1,3 @@
properties:
- type: olm.maxOpenShiftVersion
value: 4.20
value: "4.20"

Loading…
Cancel
Save