[stable/falco] Add more role resources to ClusterRole (#16396)

* Add more role resources to ClusterRole

Added 3 resources
- daemonsets
- deployments
- replicasets

These were added in the falco integration example (https://github.com/falcosecurity/falco/blob/bd4c3ffa39da02e8ce1b6a96ab871d254d663fdf/integrations/k8s-using-daemonset/k8s-with-rbac/falco-account.yaml)

Signed-off-by: Ryota <rytswd@gmail.com>

* Bump the version from 1.0.4 to 1.0.5

Signed-off-by: Ryota <rytswd@gmail.com>

* Add entry for v1.0.5

Signed-off-by: Ryota <rytswd@gmail.com>

* Update CHANGELOG.md

Signed-off-by: Ryota <rytswd@gmail.com>
This commit is contained in:
Ryota
2019-08-21 07:37:18 -07:00
committed by Kubernetes Prow Robot
parent 4da6f80fa9
commit 149fd16232
3 changed files with 11 additions and 1 deletions
+7
View File
@@ -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
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: falco
version: 1.0.4
version: 1.0.5
appVersion: 0.17.0
description: Falco
keywords:
+3
View File
@@ -20,6 +20,9 @@ rules:
- services
- events
- configmaps
- daemonsets
- deployments
- replicasets
verbs:
- get
- list