diff --git a/charts/falco/CHANGELOG.md b/charts/falco/CHANGELOG.md index e5d8839b6..f67e69199 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.7.2 + +* use rules_files key in the preset values files + ## v4.7.1 * fix(falco/config): use rules_files instead of deprecated key rules_file diff --git a/charts/falco/Chart.yaml b/charts/falco/Chart.yaml index eec4258e1..b78a42a31 100644 --- a/charts/falco/Chart.yaml +++ b/charts/falco/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: falco -version: 4.7.1 +version: 4.7.2 appVersion: "0.38.1" description: Falco keywords: diff --git a/charts/falco/README.md b/charts/falco/README.md index 6e3f5375b..dea95247d 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.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.7.2 and their default values. See [values.yaml](./values.yaml) for full list. ## Values diff --git a/charts/falco/values-k8saudit.yaml b/charts/falco/values-k8saudit.yaml index 21d93236d..1bc9953fe 100644 --- a/charts/falco/values-k8saudit.yaml +++ b/charts/falco/values-k8saudit.yaml @@ -41,7 +41,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/values-syscall-k8saudit.yaml b/charts/falco/values-syscall-k8saudit.yaml index 91dcdbd19..1dc91145e 100644 --- a/charts/falco/values-syscall-k8saudit.yaml +++ b/charts/falco/values-syscall-k8saudit.yaml @@ -44,7 +44,7 @@ services: protocol: TCP falco: - rules_file: + rules_files: - /etc/falco/falco_rules.yaml - /etc/falco/k8s_audit_rules.yaml - /etc/falco/rules.d