From 0164bc2cb5dad06c25c67db565575f436844cb1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9stor=20Salceda?= Date: Mon, 30 Sep 2019 23:25:32 +0200 Subject: [PATCH] [stable/sysdig] Upgrade to Sysdig Agent 0.92.2 (#17549) 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 7d79b2293e..5a040630ca 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.4.17 + +### Minor changes + +* Use the latest image from Agent (0.92.2) by default. + ## v1.4.16 ### Minor changes diff --git a/stable/sysdig/Chart.yaml b/stable/sysdig/Chart.yaml index 3303666912..a2b1224ec8 100755 --- a/stable/sysdig/Chart.yaml +++ b/stable/sysdig/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: sysdig -version: 1.4.16 -appVersion: 0.92.1 +version: 1.4.17 +appVersion: 0.92.2 description: Sysdig Monitor and Secure agent keywords: - monitoring diff --git a/stable/sysdig/README.md b/stable/sysdig/README.md index dcbb6b754f..f3d3f97d98 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.92.1` | +| `image.tag` | The image tag to pull | `0.92.2` | | `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 b80599471a..7c58d5e776 100644 --- a/stable/sysdig/values.yaml +++ b/stable/sysdig/values.yaml @@ -3,7 +3,7 @@ image: registry: docker.io repository: sysdig/agent - tag: 0.92.1 + tag: 0.92.2 # 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