Skip to content

Commit

Permalink
Replace last instances of labels
Browse files Browse the repository at this point in the history
Signed-off-by: Balazs Nemeth <[email protected]>
  • Loading branch information
bn222 authored and openshift-cherrypick-robot committed Apr 1, 2024
1 parent 6f2378e commit 7cea10e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
13 changes: 11 additions & 2 deletions bundle/manifests/sriov-network-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 11 additions & 2 deletions manifests/stable/sriov-network-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7cea10e

Please sign in to comment.