From f7c7dfa910d03e2ddc9c95c8d22fb3bff5c78e6b Mon Sep 17 00:00:00 2001 From: Robert Jacob Date: Wed, 11 Jun 2025 16:30:21 +0200 Subject: [PATCH] fix(operator): Fix type of maximum OpenShift version property (#18066) --- .../manifests/loki-operator.clusterserviceversion.yaml | 2 +- .../manifests/loki-operator.clusterserviceversion.yaml | 2 +- .../manifests/loki-operator.clusterserviceversion.yaml | 2 +- operator/bundle/openshift/metadata/properties.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/operator/bundle/community-openshift/manifests/loki-operator.clusterserviceversion.yaml b/operator/bundle/community-openshift/manifests/loki-operator.clusterserviceversion.yaml index 1d696debd7..22c6eba761 100644 --- a/operator/bundle/community-openshift/manifests/loki-operator.clusterserviceversion.yaml +++ b/operator/bundle/community-openshift/manifests/loki-operator.clusterserviceversion.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" diff --git a/operator/bundle/community/manifests/loki-operator.clusterserviceversion.yaml b/operator/bundle/community/manifests/loki-operator.clusterserviceversion.yaml index d21a76ca00..0d5d75f6be 100644 --- a/operator/bundle/community/manifests/loki-operator.clusterserviceversion.yaml +++ b/operator/bundle/community/manifests/loki-operator.clusterserviceversion.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: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 diff --git a/operator/bundle/openshift/manifests/loki-operator.clusterserviceversion.yaml b/operator/bundle/openshift/manifests/loki-operator.clusterserviceversion.yaml index ad5d867627..baa3ef14ed 100644 --- a/operator/bundle/openshift/manifests/loki-operator.clusterserviceversion.yaml +++ b/operator/bundle/openshift/manifests/loki-operator.clusterserviceversion.yaml @@ -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 diff --git a/operator/bundle/openshift/metadata/properties.yaml b/operator/bundle/openshift/metadata/properties.yaml index 23a9f9a8d1..7d9499bbe5 100644 --- a/operator/bundle/openshift/metadata/properties.yaml +++ b/operator/bundle/openshift/metadata/properties.yaml @@ -1,3 +1,3 @@ properties: - type: olm.maxOpenShiftVersion - value: 4.20 + value: "4.20"