Skip to content

Commit

Permalink
NOTES.txt: Fix links
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schnatterer <[email protected]>
  • Loading branch information
schnatterer committed Feb 13, 2024
1 parent af72185 commit 20a95b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions charts/falco/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion charts/falco/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: falco
version: 4.1.1
version: 4.1.2
appVersion: "0.37.0"
description: Falco
keywords:
Expand Down
4 changes: 2 additions & 2 deletions charts/falco/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

Expand Down

0 comments on commit 20a95b2

Please sign in to comment.