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" \