diff --git a/bundle/manifests/bpfman-operator.clusterserviceversion.yaml b/bundle/manifests/bpfman-operator.clusterserviceversion.yaml index dbe5f1d82..ec5cddbeb 100644 --- a/bundle/manifests/bpfman-operator.clusterserviceversion.yaml +++ b/bundle/manifests/bpfman-operator.clusterserviceversion.yaml @@ -296,7 +296,7 @@ metadata: capabilities: Basic Install categories: OpenShift Optional containerImage: quay.io/bpfman/bpfman-operator:v0.0.0 - createdAt: "2024-07-12T16:12:00Z" + createdAt: "2024-07-12T19:37:22Z" features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "false" features.operators.openshift.io/csi: "true" @@ -341,7 +341,9 @@ spec: apiservicedefinitions: {} customresourcedefinitions: owned: - - kind: BpfApplication + - description: BpfApplication is the Schema for the bpfapplications API + displayName: Bpf Application + kind: BpfApplication name: bpfapplications.bpfman.io version: v1alpha1 - description: BpfProgram is the Schema for the BpfProgram API diff --git a/config/manifests/bases/bpfman-operator.clusterserviceversion.yaml b/config/manifests/bases/bpfman-operator.clusterserviceversion.yaml index 2369c5f9d..3a58c59ba 100644 --- a/config/manifests/bases/bpfman-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/bpfman-operator.clusterserviceversion.yaml @@ -47,6 +47,11 @@ spec: apiservicedefinitions: {} customresourcedefinitions: owned: + - description: BpfApplication is the Schema for the bpfapplications API + displayName: Bpf Application + kind: BpfApplication + name: bpfapplications.bpfman.io + version: v1alpha1 - description: BpfProgram is the Schema for the BpfProgram API displayName: Bpf Program kind: BpfProgram