diff --git a/stable/sysdig/CHANGELOG.md b/stable/sysdig/CHANGELOG.md index 9a059d2f45..09f4adf939 100644 --- a/stable/sysdig/CHANGELOG.md +++ b/stable/sysdig/CHANGELOG.md @@ -3,6 +3,12 @@ This file documents all notable changes to Sysdig Helm Chart. The release numbering uses [semantic versioning](http://semver.org). +## v1.4.14 + +### Minor changes + +* Update REAMED.md to fix the example in how to use the `sysdig.settings.tags` in the command line with `--set` + ## v1.4.13 ### Minor changes diff --git a/stable/sysdig/Chart.yaml b/stable/sysdig/Chart.yaml index 899cd55f54..63ddc23891 100755 --- a/stable/sysdig/Chart.yaml +++ b/stable/sysdig/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: sysdig -version: 1.4.13 +version: 1.4.14 appVersion: 0.92.1 description: Sysdig Monitor and Secure agent keywords: diff --git a/stable/sysdig/README.md b/stable/sysdig/README.md index 5110b200df..6e93f273f1 100644 --- a/stable/sysdig/README.md +++ b/stable/sysdig/README.md @@ -64,7 +64,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm ```bash $ helm install --name my-release \ - --set sysdig.accessKey=YOUR-KEY-HERE,sysdig.settings.tags="role:webserver,location:europe" \ + --set sysdig.accessKey=YOUR-KEY-HERE,sysdig.settings.tags="role:webserver\,location:europe" \ stable/sysdig ```