From f2b6500c756ff8ee68d8f33bfb7a990658200d97 Mon Sep 17 00:00:00 2001 From: Luca Guerra Date: Fri, 9 Aug 2024 10:55:45 +0200 Subject: [PATCH] update(falco): update chart to 0.38.2 Signed-off-by: Luca Guerra --- charts/falco/CHANGELOG.md | 4 ++++ charts/falco/Chart.yaml | 4 ++-- charts/falco/values.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/charts/falco/CHANGELOG.md b/charts/falco/CHANGELOG.md index f67e69199..c41faa3d2 100644 --- a/charts/falco/CHANGELOG.md +++ b/charts/falco/CHANGELOG.md @@ -3,6 +3,10 @@ This file documents all notable changes to Falco Helm Chart. The release numbering uses [semantic versioning](http://semver.org). +## v4.8.0 + +* Upgrade Falco version to 0.38.2 + ## v4.7.2 * use rules_files key in the preset values files diff --git a/charts/falco/Chart.yaml b/charts/falco/Chart.yaml index b78a42a31..7b1c11700 100644 --- a/charts/falco/Chart.yaml +++ b/charts/falco/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: falco -version: 4.7.2 -appVersion: "0.38.1" +version: 4.8.0 +appVersion: "0.38.2" description: Falco keywords: - monitoring diff --git a/charts/falco/values.yaml b/charts/falco/values.yaml index 8bfcfc393..bd8f2a61a 100644 --- a/charts/falco/values.yaml +++ b/charts/falco/values.yaml @@ -471,7 +471,7 @@ falcoctl: # -- The image repository to pull from. repository: falcosecurity/falcoctl # -- The image tag to pull. - tag: "0.8.0" + tag: "0.9.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.