diff --git a/charts/falco/CHANGELOG.md b/charts/falco/CHANGELOG.md index 8c1a896c1..1e87c6cf5 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.2.2 + +* fix(falco/README): dead link + ## v4.2.1 * fix(falco/README): typos, formatting and broken links diff --git a/charts/falco/Chart.yaml b/charts/falco/Chart.yaml index da0dabee1..cc96dce8a 100644 --- a/charts/falco/Chart.yaml +++ b/charts/falco/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: falco -version: 4.2.1 +version: 4.2.2 appVersion: "0.37.1" description: Falco keywords: diff --git a/charts/falco/README.gotmpl b/charts/falco/README.gotmpl index d7050b9c3..a50c32d0b 100644 --- a/charts/falco/README.gotmpl +++ b/charts/falco/README.gotmpl @@ -493,7 +493,7 @@ spec: - Master - content: | # ... paste audit-policy.yaml here ... - # https://raw.githubusercontent.com/falcosecurity/evolution/master/examples/k8s_audit_config/audit-policy.yaml + # https://raw.githubusercontent.com/falcosecurity/plugins/master/plugins/k8saudit/configs/audit-policy.yaml name: audit-policy.yaml roles: - Master diff --git a/charts/falco/README.md b/charts/falco/README.md index b5ef78561..e83c3f57a 100644 --- a/charts/falco/README.md +++ b/charts/falco/README.md @@ -490,7 +490,7 @@ spec: - Master - content: | # ... paste audit-policy.yaml here ... - # https://raw.githubusercontent.com/falcosecurity/evolution/master/examples/k8s_audit_config/audit-policy.yaml + # https://raw.githubusercontent.com/falcosecurity/plugins/master/plugins/k8saudit/configs/audit-policy.yaml name: audit-policy.yaml roles: - Master @@ -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.2.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.2.2 and their default values. See [values.yaml](./values.yaml) for full list. ## Values