From b2737255599e680a4c494eef1c68ede0b4826b62 Mon Sep 17 00:00:00 2001 From: Aldo Lacuku Date: Thu, 21 Nov 2024 16:56:53 +0100 Subject: [PATCH] update(falco): bump falco version to 0.39.2 and falcoctl to 0.10.1 Signed-off-by: Aldo Lacuku --- charts/falco/CHANGELOG.md | 4 ++++ charts/falco/Chart.yaml | 4 ++-- charts/falco/README.gotmpl | 2 +- charts/falco/README.md | 4 ++-- charts/falco/values.yaml | 2 +- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/charts/falco/CHANGELOG.md b/charts/falco/CHANGELOG.md index cbb96e027..a75f149f4 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.15.0 + +* update(falco): bump falco version to 0.39.2 and falcoctl to 0.10.1 + ## v4.14.2 * fix(falco/readme): use `rules_files` instead of deprecated `rules_file` in README config snippet diff --git a/charts/falco/Chart.yaml b/charts/falco/Chart.yaml index ce09f9e70..0582008d2 100644 --- a/charts/falco/Chart.yaml +++ b/charts/falco/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: falco -version: 4.14.2 -appVersion: "0.39.1" +version: 4.15.0 +appVersion: "0.39.2" description: Falco keywords: - monitoring diff --git a/charts/falco/README.gotmpl b/charts/falco/README.gotmpl index f7d86d1d2..d3a471b0d 100644 --- a/charts/falco/README.gotmpl +++ b/charts/falco/README.gotmpl @@ -385,7 +385,7 @@ services: protocol: TCP falco: - rules_file: + rules_files: - /etc/falco/k8s_audit_rules.yaml - /etc/falco/rules.d plugins: diff --git a/charts/falco/README.md b/charts/falco/README.md index fee9f1cb9..2a18dce99 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.14.1 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.15.0 and their default values. See [values.yaml](./values.yaml) for full list. ## Values @@ -723,7 +723,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.10.0"` | The image tag to pull. | +| falcoctl.image.tag | string | `"0.10.1"` | 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 60d4021aa..1a332a084 100644 --- a/charts/falco/values.yaml +++ b/charts/falco/values.yaml @@ -482,7 +482,7 @@ falcoctl: # -- The image repository to pull from. repository: falcosecurity/falcoctl # -- The image tag to pull. - tag: "0.10.0" + tag: "0.10.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.