Upgrade image to 0.89.5 and update cluster role (#13094)

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
This commit is contained in:
Néstor Salceda
2019-04-22 05:07:44 -07:00
committed by Kubernetes Prow Robot
parent b02ae3f484
commit 08678ecb94
5 changed files with 13 additions and 4 deletions
+7
View File
@@ -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
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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` |
+2
View File
@@ -20,6 +20,8 @@ rules:
- namespaces
- nodes
- resourcequotas
- persistentvolumes
- persistentvolumeclaims
verbs:
- get
- list
+1 -1
View File
@@ -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