From c4a0e0760c95a6479c1ef410c94ce8420f299b01 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/README.md | 4 ++-- charts/falco/values.yaml | 2 +- 4 files changed, 9 insertions(+), 5 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/README.md b/charts/falco/README.md index dea95247d..ee27ba161 100644 --- a/charts/falco/README.md +++ b/charts/falco/README.md @@ -581,7 +581,7 @@ If you use a Proxy in your cluster, the requests between `Falco` and `Falcosidek ## Configuration -The following table lists the main configurable parameters of the falco chart v4.7.2 and their default values. See [values.yaml](./values.yaml) for full list. +The following table lists the main configurable parameters of the falco chart v4.8.0 and their default values. See [values.yaml](./values.yaml) for full list. ## Values @@ -722,7 +722,7 @@ The following table lists the main configurable parameters of the falco chart v4 | falcoctl.image.pullPolicy | string | `"IfNotPresent"` | The image pull policy. | | falcoctl.image.registry | string | `"docker.io"` | The image registry to pull from. | | falcoctl.image.repository | string | `"falcosecurity/falcoctl"` | The image repository to pull from. | -| falcoctl.image.tag | string | `"0.8.0"` | The image tag to pull. | +| falcoctl.image.tag | string | `"0.9.0"` | The image tag to pull. | | falcosidekick | object | `{"enabled":false,"fullfqdn":false,"listenPort":""}` | For configuration values, see https://github.com/falcosecurity/charts/blob/master/charts/falcosidekick/values.yaml | | falcosidekick.enabled | bool | `false` | Enable falcosidekick deployment. | | falcosidekick.fullfqdn | bool | `false` | Enable usage of full FQDN of falcosidekick service (useful when a Proxy is used). | 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.