File tree 2 files changed +13
-3
lines changed
helm-charts/cs-k8s-protection-agent
2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : " 0.1474.4 "
18
+ version : " 1.0.1-1 "
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " 0.1474.0 "
24
+ appVersion : " 1.0.1-1 "
25
25
26
26
icon : " https://www.crowdstrike.com/wp-content/uploads/2020/08/FalconPremium@2x.svg"
Original file line number Diff line number Diff line change @@ -49,4 +49,14 @@ rules:
49
49
- get
50
50
- list
51
51
- watch
52
-
52
+ - apiGroups :
53
+ - rbac.authorization.k8s.io
54
+ resources :
55
+ - roles
56
+ - rolebindings
57
+ - clusterroles
58
+ - clusterrolebindings
59
+ verbs :
60
+ - get
61
+ - list
62
+ - watch
You can’t perform that action at this time.
0 commit comments