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" }