From 8c8a79889934dd4c36a311100a488000a2bc4d69 Mon Sep 17 00:00:00 2001 From: Beruben Daniel Date: Tue, 18 Dec 2018 13:53:04 -0500 Subject: [PATCH] Update exemple (#10104) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * update correct exemple Signed-off-by: Daniel BERUBEN * Signed-off-by: Daniel BERUBEN * bump chart version Signed-off-by: Daniel BERUBEN * update CHANGELOG Signed-off-by: Daniel BERUBEN * update space Signed-off-by: Daniel BERUBEN :q! * remove space Signed-off-by: Daniel BERUBEN :x * space Signed-off-by: Daniel BERUBEN :x --- stable/falco/CHANGELOG.md | 4 ++++ stable/falco/Chart.yaml | 2 +- stable/falco/templates/configmap.yaml | 2 +- stable/falco/values.yaml | 6 +++--- 4 files changed, 9 insertions(+), 5 deletions(-) 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