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