diff --git a/stable/falco/CHANGELOG.md b/stable/falco/CHANGELOG.md index 9bab3c89d9..0a797d69ad 100644 --- a/stable/falco/CHANGELOG.md +++ b/stable/falco/CHANGELOG.md @@ -3,6 +3,13 @@ This file documents all notable changes to Sysdig Falco Helm Chart. The release numbering uses [semantic versioning](http://semver.org). +## v1.0.5 + +### Minor Changes + +* 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 ### Minor Changes diff --git a/stable/falco/Chart.yaml b/stable/falco/Chart.yaml index 03ab9086cd..bad0d4a9f3 100644 --- a/stable/falco/Chart.yaml +++ b/stable/falco/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: falco -version: 1.0.4 +version: 1.0.5 appVersion: 0.17.0 description: Falco keywords: diff --git a/stable/falco/templates/clusterrole.yaml b/stable/falco/templates/clusterrole.yaml index df2ede6121..bbb1fe0912 100644 --- a/stable/falco/templates/clusterrole.yaml +++ b/stable/falco/templates/clusterrole.yaml @@ -20,6 +20,9 @@ rules: - services - events - configmaps + - daemonsets + - deployments + - replicasets verbs: - get - list