From efec093e6425752e260d21c000affca124da8624 Mon Sep 17 00:00:00 2001 From: Aldo Lacuku Date: Fri, 12 Jan 2024 11:48:22 +0100 Subject: [PATCH] update(falco): bump falcoctl version to 0.7.1 Signed-off-by: Aldo Lacuku --- 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 1f493a3f6..4daa8257c 100644 --- a/charts/falco/values.yaml +++ b/charts/falco/values.yaml @@ -363,7 +363,7 @@ falcoctl: # -- The image repository to pull from. repository: falcosecurity/falcoctl # -- The image tag to pull. - tag: "main" + tag: "0.7.1" 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.