From 24f0fe3129e242b09460b5085ca5077a28bf2299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9stor=20Salceda?= Date: Wed, 15 Apr 2020 16:24:03 +0200 Subject: [PATCH] [stable/sysdig] Upgrade Sysdig Agent to its latest version (9.9.0) (#21932) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Néstor Salceda --- stable/sysdig/CHANGELOG.md | 6 ++++++ stable/sysdig/Chart.yaml | 4 ++-- stable/sysdig/README.md | 2 +- stable/sysdig/values.yaml | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/stable/sysdig/CHANGELOG.md b/stable/sysdig/CHANGELOG.md index d786c18f12..b14e5b539d 100644 --- a/stable/sysdig/CHANGELOG.md +++ b/stable/sysdig/CHANGELOG.md @@ -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.10 + +### Minor changes + +* Use the latest image from Agent (9.9.0) by default. + ## v1.7.9 ### Major changes diff --git a/stable/sysdig/Chart.yaml b/stable/sysdig/Chart.yaml index 5f6fa732e7..ce0f33e11d 100755 --- a/stable/sysdig/Chart.yaml +++ b/stable/sysdig/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: sysdig -version: 1.7.9 -appVersion: 9.8.0 +version: 1.7.10 +appVersion: 9.9.0 description: Sysdig Monitor and Secure agent keywords: - monitoring diff --git a/stable/sysdig/README.md b/stable/sysdig/README.md index 706199a3ea..83de5e517a 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 | `9.8.0` | +| `image.tag` | The image tag to pull | `9.9.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` | diff --git a/stable/sysdig/values.yaml b/stable/sysdig/values.yaml index d9510798fc..68d6c898bf 100644 --- a/stable/sysdig/values.yaml +++ b/stable/sysdig/values.yaml @@ -9,7 +9,7 @@ image: registry: docker.io repository: sysdig/agent - tag: 9.8.0 + tag: 9.9.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