Skip to content

Commit 157fc35

Browse files
committed
Regenerate the bundle
$ make bundle Signed-off-by: Andrew McDermott <[email protected]>
1 parent d83e8ee commit 157fc35

3 files changed

+3
-3
lines changed

bundle/manifests/bpfman-agent-metrics-service_v1_service.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ metadata:
1313
app.kubernetes.io/part-of: bpfman-operator
1414
name: bpfman-agent-metrics-service
1515
spec:
16+
clusterIP: None
1617
ports:
1718
- name: https-metrics
1819
port: 8443
1920
protocol: TCP
2021
targetPort: https-metrics
2122
selector:
22-
name: bpfman-daemon
23+
name: bpfman-metrics-proxy
2324
status:
2425
loadBalancer: {}

bundle/manifests/bpfman-config_v1_configmap.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ data:
33
bpfman.agent.healthprobe.addr: :8175
44
bpfman.agent.image: quay.io/bpfman/bpfman-agent:latest
55
bpfman.agent.log.level: info
6-
bpfman.agent.metric.addr: :8443
76
bpfman.image: quay.io/bpfman/bpfman:latest
87
bpfman.log.level: info
98
bpfman.toml: |

bundle/manifests/bpfman-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ metadata:
994994
capabilities: Basic Install
995995
categories: OpenShift Optional
996996
containerImage: quay.io/bpfman/bpfman-operator:latest
997-
createdAt: "2025-05-13T16:53:16Z"
997+
createdAt: "2025-05-28T10:59:19Z"
998998
description: The bpfman Operator is designed to manage eBPF programs for applications.
999999
features.operators.openshift.io/cnf: "false"
10001000
features.operators.openshift.io/cni: "false"

0 commit comments

Comments
 (0)