Skip to content

Commit

Permalink
[stable/sysdig] Enable Sysdig Secure by default (helm#19935)
Browse files Browse the repository at this point in the history
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
Signed-off-by: Artur <artur@upbound.io>
  • Loading branch information
Néstor Salceda authored and Artur committed Jan 28, 2020
1 parent 0de9337 commit 0472af2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions stable/sysdig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
This file documents all notable changes to Sysdig Helm Chart. The release
numbering uses [semantic versioning](http://semver.org).

## v1.7.0

### Major changes

* Enable Sysdig Secure by default.

## v1.6.0

### Major changes
Expand Down
2 changes: 1 addition & 1 deletion stable/sysdig/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: sysdig
version: 1.6.0
version: 1.7.0
appVersion: 0.94.0
description: Sysdig Monitor and Secure agent
keywords:
Expand Down
3 changes: 1 addition & 2 deletions stable/sysdig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The following table lists the configurable parameters of the Sysdig chart and th
| `ebpf.settings.mountEtcVolume` | Needed to detect which kernel version are running in Google COS | `true` |
| `sysdig.accessKey` | Your Sysdig Monitor Access Key | `Nil` You must provide your own key |
| `sysdig.settings` | Settings for agent's configuration file | ` ` |
| `secure.enabled` | Enable Sysdig Secure | `false` |
| `secure.enabled` | Enable Sysdig Secure | `true` |
| `auditLog.enabled` | Enable K8s audit log support for Sysdig Secure | `false` |
| `auditLog.clusterIP` | ClusterIP address where Sysdig will listen to K8s audit log events | ` ` |
| `auditLog.auditServerUrl` | The URL where Sysdig Agent listens for K8s audit log events | `0.0.0.0` |
Expand Down Expand Up @@ -207,7 +207,6 @@ If you deployed the chart setting the values as CLI parameters, like for example
$ helm install \
--name sysdig \
--set sysdig.accessKey=xxxx \
--set secure.enabled=true \
--set ebpf.enabled=true \
--namespace sysdig-agent \
stable/sysdig
Expand Down
2 changes: 1 addition & 1 deletion stable/sysdig/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ sysdig:

secure:
# true here enables Sysdig Secure: container run-time security & forensics
enabled: false
enabled: true

auditLog:
# true here activates the K8s Audit Log feature for Sysdig Secure
Expand Down

0 comments on commit 0472af2

Please sign in to comment.