Skip to content

Commit c787df4

Browse files
committed
Regenerate bundle
Signed-off-by: Andrew McDermott <[email protected]>
1 parent d948e88 commit c787df4

5 files changed

+5
-4
lines changed

bundle/manifests/bpfman-agent-metrics-monitor_monitoring.coreos.com_v1_servicemonitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
spec:
1313
endpoints:
1414
- bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token
15-
path: /metrics
15+
path: /agent-metrics
1616
port: https-metrics
1717
scheme: https
1818
tlsConfig:

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-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ metadata:
1313
rules:
1414
- nonResourceURLs:
1515
- /metrics
16+
- /agent-metrics
1617
verbs:
1718
- get

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-30T17:11:28Z"
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)