From a781fcbc20cd7394ea3b347566dca933d49597b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 15:40:53 +0000 Subject: [PATCH] Update docker.io/falcosecurity/falcoctl Docker tag to v0.11.0 --- helm/falco/charts/falco/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/falco/charts/falco/values.yaml b/helm/falco/charts/falco/values.yaml index 1da589e..6e20c28 100644 --- a/helm/falco/charts/falco/values.yaml +++ b/helm/falco/charts/falco/values.yaml @@ -481,7 +481,7 @@ falcoctl: # -- The image repository to pull from. repository: falcosecurity/falcoctl # -- The image tag to pull. - tag: "0.10.1" + tag: "0.11.0" artifact: # -- Runs "falcoctl artifact install" command as an init container. It is used to install artfacts before # Falco starts. It provides them to Falco by using an emptyDir volume.