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: