From c5cf615993420dd3a946f4999136174ce72cf0c0 Mon Sep 17 00:00:00 2001 From: Leonardo Grasso Date: Thu, 30 May 2024 13:36:30 +0200 Subject: [PATCH] update(charts/falco): bump falcoctl to 0.8.0 Signed-off-by: Leonardo Grasso --- charts/falco/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/falco/values.yaml b/charts/falco/values.yaml index e1139034d..26c90478c 100644 --- a/charts/falco/values.yaml +++ b/charts/falco/values.yaml @@ -376,7 +376,7 @@ falcoctl: # -- The image repository to pull from. repository: falcosecurity/falcoctl # -- The image tag to pull. - tag: "0.7.2" + tag: "0.8.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.