mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
Kubernetes Prow Robot
parent
a27b06f06b
commit
23c3e66dc2
@@ -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,5 +1,5 @@
|
||||
name: sysdig
|
||||
version: 1.3.0
|
||||
version: 1.3.1
|
||||
appVersion: 0.88.1
|
||||
description: Sysdig Monitor and Secure agent
|
||||
keywords:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user