mirror of
https://github.com/helm/charts.git
synced 2026-08-23 14:27:18 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
3a36149103
commit
321863832d
@@ -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,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: falco
|
||||
version: 1.0.5
|
||||
version: 1.0.6
|
||||
appVersion: 0.17.0
|
||||
description: Falco
|
||||
keywords:
|
||||
|
||||
@@ -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) }}
|
||||
|
||||
Reference in New Issue
Block a user