[stable/falco] Performs a rollingUpdate when you change rules or settings (#17065)

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
This commit is contained in:
Néstor Salceda
2019-09-11 05:41:23 -07:00
committed by Kubernetes Prow Robot
parent 3a36149103
commit 321863832d
3 changed files with 12 additions and 2 deletions
+8 -1
View File
@@ -3,11 +3,18 @@
This file documents all notable changes to Sysdig Falco Helm Chart. The release
numbering uses [semantic versioning](http://semver.org).
## v1.0.6
### Minor Changes
* Falco does a rollingUpgrade when the falco or falco-rules configMap changes
with a helm upgrade
## v1.0.5
### Minor Changes
* Add 3 resources (`daemonsets`, `deployments`, `replicasets`) to the ClusterRole resource list
* Add 3 resources (`daemonsets`, `deployments`, `replicasets`) to the ClusterRole resource list
Ref: [PR#514](https://github.com/falcosecurity/falco/pull/514) from Falco repository
## v1.0.4
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: falco
version: 1.0.5
version: 1.0.6
appVersion: 0.17.0
description: Falco
keywords:
+3
View File
@@ -14,6 +14,9 @@ spec:
labels:
app: {{ template "falco.fullname" .}}
role: security
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
checksum/rules: {{ include (print $.Template.BasePath "/configmap-rules.yaml") . | sha256sum }}
spec:
serviceAccountName: {{ template "falco.serviceAccountName" .}}
{{- if (and .Values.ebpf.enabled .Values.ebpf.settings.hostNetwork) }}