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 authored and poiana committed Feb 13, 2024
1 parent af72185 commit b5f79e2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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
2 changes: 1 addition & 1 deletion charts/falco/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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 b5f79e2

Please sign in to comment.