Revert the checksum annotations (#11283)

The sysdig agent automatically restarts when it detects a configuration
change.

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
This commit is contained in:
Néstor Salceda
2019-02-19 04:39:51 -08:00
committed by Kubernetes Prow Robot
parent a27b06f06b
commit 23c3e66dc2
3 changed files with 13 additions and 4 deletions
+12
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.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
+1 -1
View File
@@ -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:
-3
View File
@@ -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: