mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
4da6f80fa9
commit
149fd16232
@@ -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,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: falco
|
||||
version: 1.0.4
|
||||
version: 1.0.5
|
||||
appVersion: 0.17.0
|
||||
description: Falco
|
||||
keywords:
|
||||
|
||||
@@ -20,6 +20,9 @@ rules:
|
||||
- services
|
||||
- events
|
||||
- configmaps
|
||||
- daemonsets
|
||||
- deployments
|
||||
- replicasets
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
|
||||
Reference in New Issue
Block a user