From 293fd3fd7665519dc2c67b425d869f83ed8f681f Mon Sep 17 00:00:00 2001 From: sdawley Date: Thu, 20 Feb 2025 11:34:31 -0800 Subject: [PATCH] CRW-8243 setting fips-compliant to false until CRW-7950 is resolved. --- .../manifests/che-operator.clusterserviceversion.yaml | 2 +- .../manifests/che-operator.clusterserviceversion.yaml | 2 +- config/manifests/bases/che-operator.clusterserviceversion.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bundle/next/eclipse-che/manifests/che-operator.clusterserviceversion.yaml b/bundle/next/eclipse-che/manifests/che-operator.clusterserviceversion.yaml index 883bcd4e66..d6c9857083 100644 --- a/bundle/next/eclipse-che/manifests/che-operator.clusterserviceversion.yaml +++ b/bundle/next/eclipse-che/manifests/che-operator.clusterserviceversion.yaml @@ -93,7 +93,7 @@ metadata: features.operators.openshift.io/cni: "false" features.operators.openshift.io/csi: "false" features.operators.openshift.io/disconnected: "true" - features.operators.openshift.io/fips-compliant: "true" + features.operators.openshift.io/fips-compliant: "false" features.operators.openshift.io/proxy-aware: "true" features.operators.openshift.io/tls-profiles: "false" features.operators.openshift.io/token-auth-aws: "false" diff --git a/bundle/stable/eclipse-che/manifests/che-operator.clusterserviceversion.yaml b/bundle/stable/eclipse-che/manifests/che-operator.clusterserviceversion.yaml index 40f2efe2c4..bc8c1c3563 100644 --- a/bundle/stable/eclipse-che/manifests/che-operator.clusterserviceversion.yaml +++ b/bundle/stable/eclipse-che/manifests/che-operator.clusterserviceversion.yaml @@ -93,7 +93,7 @@ metadata: features.operators.openshift.io/cni: "false" features.operators.openshift.io/csi: "false" features.operators.openshift.io/disconnected: "true" - features.operators.openshift.io/fips-compliant: "true" + features.operators.openshift.io/fips-compliant: "false" features.operators.openshift.io/proxy-aware: "true" features.operators.openshift.io/tls-profiles: "false" features.operators.openshift.io/token-auth-aws: "false" diff --git a/config/manifests/bases/che-operator.clusterserviceversion.yaml b/config/manifests/bases/che-operator.clusterserviceversion.yaml index 91253b498c..81beaa700f 100644 --- a/config/manifests/bases/che-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/che-operator.clusterserviceversion.yaml @@ -26,7 +26,7 @@ metadata: features.operators.openshift.io/cni: "false" features.operators.openshift.io/csi: "false" features.operators.openshift.io/disconnected: "true" - features.operators.openshift.io/fips-compliant: "true" + features.operators.openshift.io/fips-compliant: "false" features.operators.openshift.io/proxy-aware: "true" features.operators.openshift.io/tls-profiles: "false" features.operators.openshift.io/token-auth-aws: "false"