Skip to content

Commit

Permalink
[stable/falco] Performs a rollingUpdate when you change rules or sett…
Browse files Browse the repository at this point in the history
…ings (helm#17065)

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
Signed-off-by: Marius Voila <myself@mariusv.com>
  • Loading branch information
Néstor Salceda authored and mariusv committed Sep 16, 2019
1 parent 8b9d150 commit 66e3821
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 8 additions & 1 deletion stable/falco/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion stable/falco/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: falco
version: 1.0.5
version: 1.0.6
appVersion: 0.17.0
description: Falco
keywords:
Expand Down
3 changes: 3 additions & 0 deletions stable/falco/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}
Expand Down

0 comments on commit 66e3821

Please sign in to comment.