Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

post v0.5.5 cleanup #360

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading