Skip to content

Commit

Permalink
post v0.5.5 cleanup
Browse files Browse the repository at this point in the history
Found a nit in the bundle docs after the bundle was pushed to
OperatorHub.

Signed-off-by: Billy McFall <[email protected]>
  • Loading branch information
Billy99 committed Jan 8, 2025
1 parent b7fc471 commit cd631e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions bundle/manifests/bpfman-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ metadata:
capabilities: Basic Install
categories: OpenShift Optional
containerImage: quay.io/bpfman/bpfman-operator:latest
createdAt: "2025-01-03T19:50:49Z"
createdAt: "2025-01-08T17:26:28Z"
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "false"
features.operators.openshift.io/csi: "true"
Expand Down Expand Up @@ -759,9 +759,9 @@ spec:
\n\nThe bpfman operator deploys eBPF programs via CRDs. The following CRDs are
currently available, \n\n- BpfApplication\n- FentryProgram\n- FexitProgram\n -
KprobeProgram\n- TcProgram\n- TcxProgram\n- TracepointProgram\n- UprobeProgram\n-
XdpProgram\n - BpfNsApplication\n- TcProgram\n- TcxNsProgram\n- UprobeNsProgram\n-
XdpNsProgram\n\n ## More information\n\nPlease checkout the [bpfman community
website](https://bpfman.io/) for more information."
XdpProgram\n - BpfNsApplication\n- TcNsProgram\n- TcxNsProgram\n- UprobeNsProgram\n-
XdpNsProgram\n- BpfProgram\n - BpfNsProgram\n\n ## More information\n\nPlease
checkout the [bpfman community website](https://bpfman.io/) for more information."
displayName: Bpfman Operator
icon:
- base64data: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ spec:
`info`, `debug`, and `trace` \n\nThe bpfman operator deploys eBPF programs via CRDs.
The following CRDs are currently available, \n\n- BpfApplication\n- FentryProgram\n- FexitProgram\n
- KprobeProgram\n- TcProgram\n- TcxProgram\n- TracepointProgram\n- UprobeProgram\n- XdpProgram\n
- BpfNsApplication\n- TcProgram\n- TcxNsProgram\n- UprobeNsProgram\n- XdpNsProgram\n\n
- BpfNsApplication\n- TcNsProgram\n- TcxNsProgram\n- UprobeNsProgram\n- XdpNsProgram\n- BpfProgram\n
- BpfNsProgram\n\n
## More information\n\nPlease checkout the [bpfman community website](https://bpfman.io/)
for more information."
displayName: Bpfman Operator
Expand Down

0 comments on commit cd631e1

Please sign in to comment.