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

bpfman operator release v0.5.2 #5375

Closed
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
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v1
data:
bpfman.agent.healthprobe.addr: :8175
bpfman.agent.image: quay.io/bpfman/bpfman-agent:latest
bpfman.agent.image: quay.io/bpfman/bpfman-agent:v0.5.2
bpfman.agent.log.level: info
bpfman.agent.metric.addr: 127.0.0.1:8174
bpfman.image: quay.io/bpfman/bpfman:latest
bpfman.image: quay.io/bpfman/bpfman:v0.5.2
bpfman.log.level: info
bpfman.toml: |
[database]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ metadata:
"spec": {
"bytecode": {
"image": {
"url": "quay.io/bpfman-bytecode/go-app-counter:latest"
"url": "quay.io/bpfman-bytecode/go-app-counter:v0.5.2"
}
},
"nodeselector": {},
Expand Down Expand Up @@ -97,7 +97,7 @@ metadata:
"bpffunctionname": "test_fentry",
"bytecode": {
"image": {
"url": "quay.io/bpfman-bytecode/fentry:latest"
"url": "quay.io/bpfman-bytecode/fentry:v0.5.2"
}
},
"func_name": "do_unlinkat",
Expand All @@ -117,7 +117,7 @@ metadata:
"bpffunctionname": "test_fexit",
"bytecode": {
"image": {
"url": "quay.io/bpfman-bytecode/fexit:latest"
"url": "quay.io/bpfman-bytecode/fexit:v0.5.2"
}
},
"func_name": "do_unlinkat",
Expand All @@ -137,7 +137,7 @@ metadata:
"bpffunctionname": "my_kprobe",
"bytecode": {
"image": {
"url": "quay.io/bpfman-bytecode/kprobe:latest"
"url": "quay.io/bpfman-bytecode/kprobe:v0.5.2"
}
},
"func_name": "try_to_wake_up",
Expand Down Expand Up @@ -170,7 +170,7 @@ metadata:
"bpffunctionname": "pass",
"bytecode": {
"image": {
"url": "quay.io/bpfman-bytecode/tc_pass:latest"
"url": "quay.io/bpfman-bytecode/tc_pass:v0.5.2"
}
},
"direction": "ingress",
Expand Down Expand Up @@ -205,7 +205,7 @@ metadata:
"bpffunctionname": "enter_openat",
"bytecode": {
"image": {
"url": "quay.io/bpfman-bytecode/tracepoint:latest"
"url": "quay.io/bpfman-bytecode/tracepoint:v0.5.2"
}
},
"globaldata": {
Expand Down Expand Up @@ -238,7 +238,7 @@ metadata:
"bpffunctionname": "my_uprobe",
"bytecode": {
"image": {
"url": "quay.io/bpfman-bytecode/uprobe:latest"
"url": "quay.io/bpfman-bytecode/uprobe:v0.5.2"
}
},
"func_name": "syscall",
Expand Down Expand Up @@ -271,7 +271,7 @@ metadata:
"bpffunctionname": "pass",
"bytecode": {
"image": {
"url": "quay.io/bpfman-bytecode/xdp_pass:latest"
"url": "quay.io/bpfman-bytecode/xdp_pass:v0.5.2"
}
},
"globaldata": {
Expand All @@ -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:v0.5.2
createdAt: "2024-10-14T22:02:48Z"
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 Expand Up @@ -1063,7 +1063,7 @@ spec:
env:
- name: GO_LOG
value: debug
image: quay.io/bpfman/bpfman-operator:latest
image: quay.io/bpfman/bpfman-operator:v0.5.2
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down