mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
Kubernetes Prow Robot
parent
9c8e9a9a0f
commit
8c8a798899
@@ -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,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: falco
|
||||
version: 0.5.4
|
||||
version: 0.5.5
|
||||
appVersion: 0.13.0
|
||||
description: Sysdig Falco
|
||||
keywords:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user