diff --git a/charts/falco/CHANGELOG.md b/charts/falco/CHANGELOG.md index 8d1255960..929d0c8a8 100644 --- a/charts/falco/CHANGELOG.md +++ b/charts/falco/CHANGELOG.md @@ -3,6 +3,9 @@ This file documents all notable changes to Falco Helm Chart. The release numbering uses [semantic versioning](http://semver.org). +## v4.1.2 +* Fix links in output after falco install without sidekick + ## v4.1.1 * Update README.md. diff --git a/charts/falco/Chart.yaml b/charts/falco/Chart.yaml index 4c344db30..6a6c82dc2 100644 --- a/charts/falco/Chart.yaml +++ b/charts/falco/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: falco -version: 4.1.1 +version: 4.1.2 appVersion: "0.37.0" description: Falco keywords: diff --git a/charts/falco/templates/NOTES.txt b/charts/falco/templates/NOTES.txt index cad1dc3d7..b077ff77b 100644 --- a/charts/falco/templates/NOTES.txt +++ b/charts/falco/templates/NOTES.txt @@ -19,9 +19,9 @@ No further action should be required. {{- if not .Values.falcosidekick.enabled }} Tip: You can easily forward Falco events to Slack, Kafka, AWS Lambda and more with falcosidekick. -Full list of outputs: https://github.com/falcosecurity/charts/tree/master/falcosidekick. +Full list of outputs: https://github.com/falcosecurity/charts/tree/master/charts/falcosidekick. You can enable its deployment with `--set falcosidekick.enabled=true` or in your values.yaml. -See: https://github.com/falcosecurity/charts/blob/master/falcosidekick/values.yaml for configuration values. +See: https://github.com/falcosecurity/charts/blob/master/charts/falcosidekick/values.yaml for configuration values. {{- end}}