Skip to content

Commit 720c303

Browse files
authored
feat(operator): Declare feature FIPS support for OpenShift only (#14308)
1 parent ce7b2e8 commit 720c303

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.6.2
153-
createdAt: "2024-09-25T09:56:42Z"
153+
createdAt: "2024-09-30T09:33:40Z"
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.6.2
153-
createdAt: "2024-09-25T09:56:40Z"
153+
createdAt: "2024-09-30T09:33:38Z"
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: 2 additions & 2 deletions
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: "2024-09-25T09:56:44Z"
153+
createdAt: "2024-09-30T09:33:41Z"
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
@@ -161,7 +161,7 @@ metadata:
161161
set of OCP nodes may not be large enough to support the Loki stack. Additional OCP nodes must be added
162162
to the OCP cluster if you desire to run with the recommended (or better) memory.
163163
features.operators.openshift.io/disconnected: "true"
164-
features.operators.openshift.io/fips-compliant: "false"
164+
features.operators.openshift.io/fips-compliant: "true"
165165
features.operators.openshift.io/proxy-aware: "true"
166166
features.operators.openshift.io/tls-profiles: "true"
167167
features.operators.openshift.io/token-auth-aws: "true"

‎operator/config/manifests/openshift/bases/loki-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ metadata:
1717
set of OCP nodes may not be large enough to support the Loki stack. Additional OCP nodes must be added
1818
to the OCP cluster if you desire to run with the recommended (or better) memory.
1919
features.operators.openshift.io/disconnected: "true"
20-
features.operators.openshift.io/fips-compliant: "false"
20+
features.operators.openshift.io/fips-compliant: "true"
2121
features.operators.openshift.io/proxy-aware: "true"
2222
features.operators.openshift.io/tls-profiles: "true"
2323
features.operators.openshift.io/token-auth-aws: "true"

0 commit comments

Comments
 (0)