Skip to content

Commit f7c7dfa

Browse files
authored
fix(operator): Fix type of maximum OpenShift version property (#18066)
1 parent fc7c018 commit f7c7dfa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

operator/bundle/community-openshift/manifests/loki-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ metadata:
150150
categories: OpenShift Optional, Logging & Tracing
151151
certified: "false"
152152
containerImage: docker.io/grafana/loki-operator:0.8.0
153-
createdAt: "2025-05-28T16:06:51Z"
153+
createdAt: "2025-06-11T13:21:37Z"
154154
description: The Community Loki Operator provides Kubernetes native deployment
155155
and management of Loki and related logging components.
156156
features.operators.openshift.io/disconnected: "true"

operator/bundle/community/manifests/loki-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ metadata:
150150
categories: OpenShift Optional, Logging & Tracing
151151
certified: "false"
152152
containerImage: docker.io/grafana/loki-operator:0.8.0
153-
createdAt: "2025-05-28T16:06:47Z"
153+
createdAt: "2025-06-11T13:21:34Z"
154154
description: The Community Loki Operator provides Kubernetes native deployment
155155
and management of Loki and related logging components.
156156
operators.operatorframework.io/builder: operator-sdk-unknown

operator/bundle/openshift/manifests/loki-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ metadata:
150150
categories: OpenShift Optional, Logging & Tracing
151151
certified: "false"
152152
containerImage: quay.io/openshift-logging/loki-operator:0.1.0
153-
createdAt: "2025-05-28T16:06:55Z"
153+
createdAt: "2025-06-11T13:21:40Z"
154154
description: |
155155
The Loki Operator for OCP provides a means for configuring and managing a Loki stack for cluster logging.
156156
## Prerequisites and Requirements
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
properties:
22
- type: olm.maxOpenShiftVersion
3-
value: 4.20
3+
value: "4.20"

0 commit comments

Comments
 (0)