Update exemple (#10104)

* update correct exemple

Signed-off-by: Daniel BERUBEN <daniel.beruben@thalesdigital.io>

* Signed-off-by: Daniel BERUBEN <daniel.beruben@thalesdigital.io>

* bump chart version

Signed-off-by: Daniel BERUBEN <daniel.beruben@thalesdigital.io>

* update CHANGELOG

Signed-off-by: Daniel BERUBEN <daniel.beruben@thalesdigital.io>

* update space

Signed-off-by: Daniel BERUBEN <daniel.beruben@thalesdigital.io>

:q!

* remove space

Signed-off-by: Daniel BERUBEN <daniel.beruben@thalesdigital.io>

:x

* space

Signed-off-by: Daniel BERUBEN <daniel.beruben@thalesdigital.io>

:x
This commit is contained in:
Beruben Daniel
2018-12-18 10:53:04 -08:00
committed by Kubernetes Prow Robot
parent 9c8e9a9a0f
commit 8c8a798899
4 changed files with 9 additions and 5 deletions
+4
View File
@@ -3,6 +3,10 @@
This file documents all notable changes to Sysdig Falco Helm Chart. The release
numbering uses [semantic versioning](http://semver.org).
## v0.5.5
* Update correct slack example
## v0.5.4
* Using Falco version 0.13.0 instead of latest.
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: falco
version: 0.5.4
version: 0.5.5
appVersion: 0.13.0
description: Sysdig Falco
keywords:
+1 -1
View File
@@ -110,7 +110,7 @@ data:
# Possible additional things you might want to do with program output:
# - send to a slack webhook:
# program: "jq '{text: .output}' | curl -d @- -X POST https://hooks.slack.com/services/XXX"
# program: "\"jq '{text: .output}' | curl -d @- -X POST https://hooks.slack.com/services/XXX\""
# - logging (alternate method than syslog):
# program: logger -t falco-test
# - send over a network connection:
+3 -3
View File
@@ -130,11 +130,11 @@ falco:
# Possible additional things you might want to do with program output:
# - send to a slack webhook:
# program: "jq '{text: .output}' | curl -d @- -X POST https://hooks.slack.com/services/XXX"
# program: "\"jq '{text: .output}' | curl -d @- -X POST https://hooks.slack.com/services/XXX\""
# - logging (alternate method than syslog):
# program: logger -t falco-test
# program: logger -t falco-test
# - send over a network connection:
# program: nc host.example.com 80
# program: nc host.example.com 80
# If keep_alive is set to true, the program will be started once and
# continuously written to, with each output message on its own