Skip to content

Commit b5f79e2

Browse files
schnattererpoiana
authored andcommitted
NOTES.txt: Fix links
Signed-off-by: Johannes Schnatterer <[email protected]>
1 parent af72185 commit b5f79e2

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

charts/falco/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
This file documents all notable changes to Falco Helm Chart. The release
44
numbering uses [semantic versioning](http://semver.org).
55

6+
## v4.1.2
7+
* Fix links in output after falco install without sidekick
8+
69
## v4.1.1
710

811
* Update README.md.

charts/falco/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: falco
3-
version: 4.1.1
3+
version: 4.1.2
44
appVersion: "0.37.0"
55
description: Falco
66
keywords:

charts/falco/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ If you use a Proxy in your cluster, the requests between `Falco` and `Falcosidek
563563

564564
## Configuration
565565

566-
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.
566+
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.
567567

568568
## Values
569569

charts/falco/templates/NOTES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ No further action should be required.
1919
{{- if not .Values.falcosidekick.enabled }}
2020
Tip:
2121
You can easily forward Falco events to Slack, Kafka, AWS Lambda and more with falcosidekick.
22-
Full list of outputs: https://github.com/falcosecurity/charts/tree/master/falcosidekick.
22+
Full list of outputs: https://github.com/falcosecurity/charts/tree/master/charts/falcosidekick.
2323
You can enable its deployment with `--set falcosidekick.enabled=true` or in your values.yaml.
24-
See: https://github.com/falcosecurity/charts/blob/master/falcosidekick/values.yaml for configuration values.
24+
See: https://github.com/falcosecurity/charts/blob/master/charts/falcosidekick/values.yaml for configuration values.
2525

2626
{{- end}}
2727

0 commit comments

Comments
 (0)