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

base clusterserviceversion updates #323

Merged
merged 1 commit into from
Oct 15, 2024
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 @@ -295,8 +295,8 @@ metadata:
]
capabilities: Basic Install
categories: OpenShift Optional
containerImage: quay.io/bpfman/bpfman-operator:v0.0.0
createdAt: "2024-10-10T19:42:33Z"
containerImage: quay.io/bpfman/bpfman-operator:latest
createdAt: "2024-10-15T17:00:13Z"
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "false"
features.operators.openshift.io/csi: "true"
Expand Down Expand Up @@ -399,8 +399,8 @@ spec:
`warn`, `error`, and `fatal`, defaults to `info`\n- `bpfman.agent.log.level`:
the log level for the bpfman-agent currently supports `info`, `debug`, and `trace`
\n\nThe bpfman operator deploys eBPF programs via CRDs. The following CRDs are
currently available, \n\n- XdpProgram\n- TcProgram\n- TracepointProgram\n- KprobeProgram\n-
UprobeProgram\n- FentryProgram\n- FexitProgram\n\n## More information\n\nPlease
currently available, \n\n- BpfApplication\n- XdpProgram\n- TcProgram\n - TracepointProgram\n-
KprobeProgram\n- UprobeProgram\n- FentryProgram\n- FexitProgram\n\n ## More information\n\nPlease
checkout the [bpfman community website](https://bpfman.io/) for more information."
displayName: Bpfman Operator
icon:
Expand Down
18 changes: 10 additions & 8 deletions config/manifests/bases/bpfman-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
alm-examples: "[]"
categories: OpenShift Optional
capabilities: Basic Install
containerImage: quay.io/bpfman/bpfman-operator:v0.0.0
containerImage: quay.io/bpfman/bpfman-operator:latest
repository: https://github.com/bpfman/bpfman
operatorframework.io/suggested-namespace: bpfman
operatorframework.io/suggested-namespace-template: |-
Expand Down Expand Up @@ -101,13 +101,15 @@ spec:
Configuration\n\nThe `bpfman-config` configmap is automatically created in the `bpfman`
namespace and used to configure the bpfman deployment.\n\nTo edit the config simply
run\n\n```bash\nkubectl edit cm bpfman-config\n```\n\nThe following fields are adjustable\n\n-
`bpfman.agent.image`: The image used for the bpfman-agent`\n-
`bpfman.image`: The image used for bpfman`\n-
`bpfman.log.level`: the log level for bpfman, currently supports
`debug`, `info`, `warn`, `error`, and `fatal`, defaults to `info`\n- `bpfman.agent.log.level`: the log level for the bpfman-agent currently supports `info`, `debug`, and `trace` \n\nThe bpfman operator
deploys eBPF programs via CRDs. The following CRDs are currently available, \n\n-
XdpProgram\n- TcProgram\n- TracepointProgram\n- KprobeProgram\n- UprobeProgram\n- FentryProgram\n- FexitProgram\n\n## More information\n\nPlease
checkout the [bpfman community website](https://bpfman.io/) for more information."
`bpfman.agent.image`: The image used for the bpfman-agent`\n- `bpfman.image`: The
image used for bpfman`\n- `bpfman.log.level`: the log level for bpfman, currently
supports `debug`, `info`, `warn`, `error`, and `fatal`, defaults to `info`\n-
`bpfman.agent.log.level`: the log level for the bpfman-agent currently supports
`info`, `debug`, and `trace` \n\nThe bpfman operator deploys eBPF programs via CRDs.
The following CRDs are currently available, \n\n- BpfApplication\n- XdpProgram\n- TcProgram\n
- TracepointProgram\n- KprobeProgram\n- UprobeProgram\n- FentryProgram\n- FexitProgram\n\n
## More information\n\nPlease checkout the [bpfman community website](https://bpfman.io/)
for more information."
displayName: Bpfman Operator
icon:
- base64data: |
Expand Down
Loading