From 7cea10e3061c50662f9bdfeef217381f13845d9e Mon Sep 17 00:00:00 2001 From: Balazs Nemeth Date: Mon, 1 Apr 2024 14:07:37 +0200 Subject: [PATCH] Replace last instances of labels Signed-off-by: Balazs Nemeth --- ...riov-network-operator.clusterserviceversion.yaml | 13 +++++++++++-- ...riov-network-operator.clusterserviceversion.yaml | 13 +++++++++++-- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/bundle/manifests/sriov-network-operator.clusterserviceversion.yaml b/bundle/manifests/sriov-network-operator.clusterserviceversion.yaml index 3b339952c..82b8a09d4 100644 --- a/bundle/manifests/sriov-network-operator.clusterserviceversion.yaml +++ b/bundle/manifests/sriov-network-operator.clusterserviceversion.yaml @@ -116,8 +116,17 @@ metadata: } } } - operators.openshift.io/infrastructure-features: '["disconnected", "cni"]' - operators.operatorframework.io/builder: operator-sdk-v1.33.0 + features.operators.openshift.io/disconnected: "true" + features.operators.openshift.io/fips-compliant: "true" + features.operators.openshift.io/proxy-aware: "false" + features.operators.openshift.io/tls-profiles: "false" + features.operators.openshift.io/token-auth-aws: "false" + features.operators.openshift.io/token-auth-azure: "false" + features.operators.openshift.io/token-auth-gcp: "false" + features.operators.openshift.io/cnf: "false" + features.operators.openshift.io/cni: "true" + features.operators.openshift.io/csi: "false" + operators.operatorframework.io/builder: operator-sdk-v1.34.1 operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: https://github.com/k8snetworkplumbingwg/sriov-network-operator support: Red Hat diff --git a/manifests/stable/sriov-network-operator.clusterserviceversion.yaml b/manifests/stable/sriov-network-operator.clusterserviceversion.yaml index 3b339952c..82b8a09d4 100644 --- a/manifests/stable/sriov-network-operator.clusterserviceversion.yaml +++ b/manifests/stable/sriov-network-operator.clusterserviceversion.yaml @@ -116,8 +116,17 @@ metadata: } } } - operators.openshift.io/infrastructure-features: '["disconnected", "cni"]' - operators.operatorframework.io/builder: operator-sdk-v1.33.0 + features.operators.openshift.io/disconnected: "true" + features.operators.openshift.io/fips-compliant: "true" + features.operators.openshift.io/proxy-aware: "false" + features.operators.openshift.io/tls-profiles: "false" + features.operators.openshift.io/token-auth-aws: "false" + features.operators.openshift.io/token-auth-azure: "false" + features.operators.openshift.io/token-auth-gcp: "false" + features.operators.openshift.io/cnf: "false" + features.operators.openshift.io/cni: "true" + features.operators.openshift.io/csi: "false" + operators.operatorframework.io/builder: operator-sdk-v1.34.1 operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: https://github.com/k8snetworkplumbingwg/sriov-network-operator support: Red Hat