Skip to content

Commit c4b58cf

Browse files
committed
base clusterserviceversion updates
- Added BpfApplication to the list of CRDs in the operator description - Changed default tag for containerImage: quay.io/bpfman/bpfman-operator from v0.0.0 to latest. - Ran `make bundle` Also ran `make bundle` and then updated image tags as needed to v0.5.2. Signed-off-by: Andre Fredette <[email protected]>
1 parent 2d0a1e2 commit c4b58cf

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

bundle/manifests/bpfman-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ metadata:
295295
]
296296
capabilities: Basic Install
297297
categories: OpenShift Optional
298-
containerImage: quay.io/bpfman/bpfman-operator:v0.0.0
299-
createdAt: "2024-10-10T19:42:33Z"
298+
containerImage: quay.io/bpfman/bpfman-operator:latest
299+
createdAt: "2024-10-15T17:00:13Z"
300300
features.operators.openshift.io/cnf: "false"
301301
features.operators.openshift.io/cni: "false"
302302
features.operators.openshift.io/csi: "true"
@@ -399,8 +399,8 @@ spec:
399399
`warn`, `error`, and `fatal`, defaults to `info`\n- `bpfman.agent.log.level`:
400400
the log level for the bpfman-agent currently supports `info`, `debug`, and `trace`
401401
\n\nThe bpfman operator deploys eBPF programs via CRDs. The following CRDs are
402-
currently available, \n\n- XdpProgram\n- TcProgram\n- TracepointProgram\n- KprobeProgram\n-
403-
UprobeProgram\n- FentryProgram\n- FexitProgram\n\n## More information\n\nPlease
402+
currently available, \n\n- BpfApplication\n- XdpProgram\n- TcProgram\n - TracepointProgram\n-
403+
KprobeProgram\n- UprobeProgram\n- FentryProgram\n- FexitProgram\n\n ## More information\n\nPlease
404404
checkout the [bpfman community website](https://bpfman.io/) for more information."
405405
displayName: Bpfman Operator
406406
icon:

config/manifests/bases/bpfman-operator.clusterserviceversion.yaml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
alm-examples: "[]"
66
categories: OpenShift Optional
77
capabilities: Basic Install
8-
containerImage: quay.io/bpfman/bpfman-operator:v0.0.0
8+
containerImage: quay.io/bpfman/bpfman-operator:latest
99
repository: https://github.com/bpfman/bpfman
1010
operatorframework.io/suggested-namespace: bpfman
1111
operatorframework.io/suggested-namespace-template: |-
@@ -101,13 +101,15 @@ spec:
101101
Configuration\n\nThe `bpfman-config` configmap is automatically created in the `bpfman`
102102
namespace and used to configure the bpfman deployment.\n\nTo edit the config simply
103103
run\n\n```bash\nkubectl edit cm bpfman-config\n```\n\nThe following fields are adjustable\n\n-
104-
`bpfman.agent.image`: The image used for the bpfman-agent`\n-
105-
`bpfman.image`: The image used for bpfman`\n-
106-
`bpfman.log.level`: the log level for bpfman, currently supports
107-
`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
108-
deploys eBPF programs via CRDs. The following CRDs are currently available, \n\n-
109-
XdpProgram\n- TcProgram\n- TracepointProgram\n- KprobeProgram\n- UprobeProgram\n- FentryProgram\n- FexitProgram\n\n## More information\n\nPlease
110-
checkout the [bpfman community website](https://bpfman.io/) for more information."
104+
`bpfman.agent.image`: The image used for the bpfman-agent`\n- `bpfman.image`: The
105+
image used for bpfman`\n- `bpfman.log.level`: the log level for bpfman, currently
106+
supports `debug`, `info`, `warn`, `error`, and `fatal`, defaults to `info`\n-
107+
`bpfman.agent.log.level`: the log level for the bpfman-agent currently supports
108+
`info`, `debug`, and `trace` \n\nThe bpfman operator deploys eBPF programs via CRDs.
109+
The following CRDs are currently available, \n\n- BpfApplication\n- XdpProgram\n- TcProgram\n
110+
- TracepointProgram\n- KprobeProgram\n- UprobeProgram\n- FentryProgram\n- FexitProgram\n\n
111+
## More information\n\nPlease checkout the [bpfman community website](https://bpfman.io/)
112+
for more information."
111113
displayName: Bpfman Operator
112114
icon:
113115
- base64data: |

0 commit comments

Comments
 (0)