From 23c3e66dc2a26eade3afef9405722ee22570772f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9stor=20Salceda?= Date: Tue, 19 Feb 2019 13:39:51 +0100 Subject: [PATCH] Revert the checksum annotations (#11283) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The sysdig agent automatically restarts when it detects a configuration change. Signed-off-by: Néstor Salceda --- stable/sysdig/CHANGELOG.md | 12 ++++++++++++ stable/sysdig/Chart.yaml | 2 +- stable/sysdig/templates/daemonset.yaml | 3 --- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/stable/sysdig/CHANGELOG.md b/stable/sysdig/CHANGELOG.md index a30f2986b9..a62f7c7382 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.3.1 + +### Minor Changes + +* Revert v1.2.1 changes. The agent automatically restarts when detects a change in the configuration. + ## v1.3.0 ### Major Changes @@ -12,6 +18,12 @@ numbering uses [semantic versioning](http://semver.org). * Mount /run and /var/run instead of Docker socket. It allows to access CRI / containerd socket. * Avoid floating references for the image. +## v1.2.2 + +### Minor Changes + +* Fix value in the agent tags example. + ## v1.2.1 ### Minor Changes diff --git a/stable/sysdig/Chart.yaml b/stable/sysdig/Chart.yaml index fa08faf046..e004bad072 100755 --- a/stable/sysdig/Chart.yaml +++ b/stable/sysdig/Chart.yaml @@ -1,5 +1,5 @@ name: sysdig -version: 1.3.0 +version: 1.3.1 appVersion: 0.88.1 description: Sysdig Monitor and Secure agent keywords: diff --git a/stable/sysdig/templates/daemonset.yaml b/stable/sysdig/templates/daemonset.yaml index f990fafeb3..2565f99acf 100644 --- a/stable/sysdig/templates/daemonset.yaml +++ b/stable/sysdig/templates/daemonset.yaml @@ -15,9 +15,6 @@ spec: labels: app: {{ template "sysdig.fullname" .}} role: monitoring - annotations: - checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }} - checksum/custom-app-checks: {{ include (print $.Template.BasePath "/configmap-custom-app-checks.yaml") . | sha256sum }} spec: serviceAccountName: {{ template "sysdig.serviceAccountName" .}} tolerations: