From e869e172c58ff06ba07084048e5e5b5797faf2e2 Mon Sep 17 00:00:00 2001 From: Mohamed Mahmoud Date: Wed, 25 Sep 2024 10:37:24 -0400 Subject: [PATCH] update Bpfman operator name Signed-off-by: Mohamed Mahmoud --- Containerfile.bpfman-operator.openshift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile.bpfman-operator.openshift b/Containerfile.bpfman-operator.openshift index 795e40c37..68831cb6f 100644 --- a/Containerfile.bpfman-operator.openshift +++ b/Containerfile.bpfman-operator.openshift @@ -37,8 +37,8 @@ COPY --from=bpfman-operator-build /usr/src/bpfman-operator/bpfman-operator . LABEL name="bpfman/bpfman-operator" \ com.redhat.component="bpfman-operator" \ - io.k8s.display-name="Bpfman Operator" \ - summary="Bpfman operator manages the eBPF programs lifecycle." \ + io.k8s.display-name="eBPF Manager Operator" \ + summary="eBPF manager operator manages the eBPF programs lifecycle." \ description="The bpfman-operator repository exists to deploy and manage bpfman within a Kubernetes cluster." \ io.k8s.description="The bpfman-operator repository exists to deploy and manage bpfman within a Kubernetes cluster. ." \ io.openshift.tags="bpfman-operator" \