diff --git a/stable/sysdig/CHANGELOG.md b/stable/sysdig/CHANGELOG.md index 450abd5fec..fa49e4b5e4 100644 --- a/stable/sysdig/CHANGELOG.md +++ b/stable/sysdig/CHANGELOG.md @@ -3,6 +3,13 @@ This file documents all notable changes to Sysdig Helm Chart. The release numbering uses [semantic versioning](http://semver.org). +## v1.4.4 + +### Minor Changes + +* Use the latest image from Agent (0.89.5) by default. +* Add `persistentvolumes` and `persistentvolumeclaims` to ClusterRole + ## v1.4.3 ### Minor Changes diff --git a/stable/sysdig/Chart.yaml b/stable/sysdig/Chart.yaml index 6fccde2927..80b48a0b6b 100755 --- a/stable/sysdig/Chart.yaml +++ b/stable/sysdig/Chart.yaml @@ -1,6 +1,6 @@ name: sysdig -version: 1.4.3 -appVersion: 0.89.4 +version: 1.4.4 +appVersion: 0.89.5 description: Sysdig Monitor and Secure agent keywords: - monitoring diff --git a/stable/sysdig/README.md b/stable/sysdig/README.md index 1e3d902015..e3c988f8d8 100644 --- a/stable/sysdig/README.md +++ b/stable/sysdig/README.md @@ -41,7 +41,7 @@ The following table lists the configurable parameters of the Sysdig chart and th | --- | --- | --- | | `image.registry` | Sysdig agent image registry | `docker.io` | | `image.repository` | The image repository to pull from | `sysdig/agent` | -| `image.tag` | The image tag to pull | `0.88.1` | +| `image.tag` | The image tag to pull | `0.89.5` | | `image.pullPolicy` | The Image pull policy | `IfNotPresent` | | `image.pullSecrets` | Image pull secrets | `nil` | | `resources.requests.cpu` | CPU requested for being run in a node | `100m` | diff --git a/stable/sysdig/templates/clusterrole.yaml b/stable/sysdig/templates/clusterrole.yaml index 0fc5d82bea..a7e794b06f 100644 --- a/stable/sysdig/templates/clusterrole.yaml +++ b/stable/sysdig/templates/clusterrole.yaml @@ -20,6 +20,8 @@ rules: - namespaces - nodes - resourcequotas + - persistentvolumes + - persistentvolumeclaims verbs: - get - list diff --git a/stable/sysdig/values.yaml b/stable/sysdig/values.yaml index 0858b8ef7a..39fe309a03 100644 --- a/stable/sysdig/values.yaml +++ b/stable/sysdig/values.yaml @@ -3,7 +3,7 @@ image: registry: docker.io repository: sysdig/agent - tag: 0.89.4 + tag: 0.89.5 # Specify a imagePullPolicy # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' # ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images