From 45c42708754a631ea33d8eb01fba6449ee701269 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 23:59:01 +0000 Subject: [PATCH] chore(deps): update helm release falco to v6.4.1 --- functions/render/000-state-init.yaml.gotmpl | 2 +- tests/test-render/main.k | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/render/000-state-init.yaml.gotmpl b/functions/render/000-state-init.yaml.gotmpl index de3943f..f258b1c 100644 --- a/functions/render/000-state-init.yaml.gotmpl +++ b/functions/render/000-state-init.yaml.gotmpl @@ -92,7 +92,7 @@ {{- $flNamespace := $fl.namespace | default "falco" }} {{- $flReleaseName := $fl.releaseName | default "falco" }} # renovate: datasource=helm depName=falco registryUrl=https://falcosecurity.github.io/charts -{{- $flChartVersion := $fl.chartVersion | default "6.2.0" }} +{{- $flChartVersion := $fl.chartVersion | default "6.4.1" }} {{- $flDriver := $fl.driver | default "modern_ebpf" }} # ============================================================================== diff --git a/tests/test-render/main.k b/tests/test-render/main.k index fad516d..fab374d 100644 --- a/tests/test-render/main.k +++ b/tests/test-render/main.k @@ -49,7 +49,7 @@ _items = [ name = "falco" repository = "https://falcosecurity.github.io/charts" # renovate: datasource=helm depName=falco registryUrl=https://falcosecurity.github.io/charts - version = "6.2.0" + version = "6.4.1" } namespace = "falco" }