From 1081cbb8548aab273adf117cf4ceb789887215cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 20:57:20 +0000 Subject: [PATCH] chore(deps): update helm release falco to v9.2.0 --- 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 6f40cff..055983a 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 "9.1.0" }} +{{- $flChartVersion := $fl.chartVersion | default "9.2.0" }} {{- $flDriver := $fl.driver | default "modern_ebpf" }} # ============================================================================== diff --git a/tests/test-render/main.k b/tests/test-render/main.k index effab6a..d95a543 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 = "9.1.0" + version = "9.2.0" } namespace = "falco" }