From b5f79e2687775467dcce38efed31be7cdb084b1e Mon Sep 17 00:00:00 2001 From: Johannes Schnatterer Date: Tue, 13 Feb 2024 09:27:57 +0100 Subject: [PATCH] NOTES.txt: Fix links Signed-off-by: Johannes Schnatterer --- charts/falco/CHANGELOG.md | 3 +++ charts/falco/Chart.yaml | 2 +- charts/falco/README.md | 2 +- charts/falco/templates/NOTES.txt | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) 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/README.md b/charts/falco/README.md index 4f5f400de..6678cf770 100644 --- a/charts/falco/README.md +++ b/charts/falco/README.md @@ -563,7 +563,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.1.1 and their default values. See `values.yaml` for full list. +The following table lists the main configurable parameters of the falco chart v4.1.2 and their default values. See `values.yaml` for full list. ## Values 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}}