[stable/sysdig] Upgrade to latest Sysdig Image (9.5.0) (#20471)

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
This commit is contained in:
Néstor Salceda
2020-01-31 03:54:19 -08:00
committed by GitHub
parent 53b93166f8
commit dab43edbe3
4 changed files with 10 additions and 4 deletions
+6
View File
@@ -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.2
### Minor changes
* Use the latest image from Agent (9.5.0) by default.
## v1.7.1
### Major changes
+2 -2
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: sysdig
version: 1.7.1
appVersion: 0.94.0
version: 1.7.2
appVersion: 9.5.0
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.94.0` |
| `image.tag` | The image tag to pull | `9.5.0` |
| `image.pullPolicy` | The Image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Image pull secrets | `nil` |
| `resources.requests.cpu` | CPU requested for being run in a node | `600m` |
+1 -1
View File
@@ -3,7 +3,7 @@
image:
registry: docker.io
repository: sysdig/agent
tag: 0.94.0
tag: 9.5.0
# 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