diff --git a/stable/falco/CHANGELOG.md b/stable/falco/CHANGELOG.md index 4d67698176..e5901e7460 100644 --- a/stable/falco/CHANGELOG.md +++ b/stable/falco/CHANGELOG.md @@ -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. diff --git a/stable/falco/Chart.yaml b/stable/falco/Chart.yaml index 36b3e3fde5..1a4148cb0d 100644 --- a/stable/falco/Chart.yaml +++ b/stable/falco/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: falco -version: 0.5.4 +version: 0.5.5 appVersion: 0.13.0 description: Sysdig Falco keywords: diff --git a/stable/falco/templates/configmap.yaml b/stable/falco/templates/configmap.yaml index c9bd1f0166..60732f44eb 100644 --- a/stable/falco/templates/configmap.yaml +++ b/stable/falco/templates/configmap.yaml @@ -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: diff --git a/stable/falco/values.yaml b/stable/falco/values.yaml index 0b748ea600..646ed1c43d 100644 --- a/stable/falco/values.yaml +++ b/stable/falco/values.yaml @@ -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