From 2a4d84a0bca7f2acbfe98777c16ae78ecb009706 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Thu, 1 Jan 2026 23:22:38 +0900 Subject: [PATCH] CHORE(deps): upgrade Falco to 0.40.0 - Upgrade for kernel 6.14 support - Apply dependency updates --- falco/helm-values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/falco/helm-values.yaml b/falco/helm-values.yaml index 4034ad7..e3e2a24 100644 --- a/falco/helm-values.yaml +++ b/falco/helm-values.yaml @@ -6,11 +6,11 @@ driver: enabled: true kind: modern_ebpf # Uses modern eBPF features, no driver compilation needed -# Image configuration +# Image configuration - use Falco 0.40.0 for kernel 6.14 support image: registry: docker.io - repository: falcosecurity/falco-no-driver - tag: 0.39.2 + repository: falcosecurity/falco + tag: 0.40.0 # Resource requests resources: