Skip to content

Commit 759d1bb

Browse files
authored
Merge pull request #266 from redhatrises/ebpf_primary
feat: make eBPF primary sensor
2 parents 217cc84 + b86a867 commit 759d1bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

helm-charts/falcon-sensor/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.28.1
18+
version: 1.29.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: 1.28.1
23+
appVersion: 1.29.1
2424

2525
keywords:
2626
- CrowdStrike

helm-charts/falcon-sensor/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ node:
77
enabled: true
88

99
# Overrides the backend leveraged by the Falcon Sensor (kernel, bpf)
10-
backend: kernel
10+
backend: bpf
1111

1212
# Enable for use on Google's GKE Autopilot clusters
1313
gke:

0 commit comments

Comments
 (0)