diff --git a/stable/sysdig/Chart.yaml b/stable/sysdig/Chart.yaml index bfe9212b23..147b62be13 100755 --- a/stable/sysdig/Chart.yaml +++ b/stable/sysdig/Chart.yaml @@ -1,5 +1,5 @@ name: sysdig -version: 1.2.1 +version: 1.2.2 appVersion: 0.81.0 description: Sysdig Monitor and Secure agent keywords: diff --git a/stable/sysdig/README.md b/stable/sysdig/README.md index bace13584b..6b7faf4daa 100644 --- a/stable/sysdig/README.md +++ b/stable/sysdig/README.md @@ -58,7 +58,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.AgentTags="role:webserver,location:europe" \ + --set sysdig.accessKey=YOUR-KEY-HERE,sysdig.settings.tags="role:webserver,location:europe" \ stable/sysdig ```