diff --git a/helm-charts/falcon-kac/Chart.yaml b/helm-charts/falcon-kac/Chart.yaml index 0e0a9f98..c09d47f8 100644 --- a/helm-charts/falcon-kac/Chart.yaml +++ b/helm-charts/falcon-kac/Chart.yaml @@ -15,12 +15,12 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.5 +version: 1.0.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 1.0.5 +appVersion: 1.0.6 keywords: - CrowdStrike diff --git a/helm-charts/falcon-kac/templates/clusterrole.yaml b/helm-charts/falcon-kac/templates/clusterrole.yaml index f5f1950a..770dfa97 100644 --- a/helm-charts/falcon-kac/templates/clusterrole.yaml +++ b/helm-charts/falcon-kac/templates/clusterrole.yaml @@ -10,6 +10,9 @@ rules: resources: - namespaces - nodes + - pods + - replicationcontrollers + - services verbs: - get - list @@ -19,6 +22,25 @@ rules: resources: - daemonsets - deployments + - replicasets + - statefulsets + verbs: + - get + - list + - watch +- apiGroups: + - batch + resources: + - cronjobs + - jobs + verbs: + - get + - list + - watch +- apiGroups: + - admissionregistration.k8s.io + resources: + - validatingwebhookconfigurations verbs: - get - list