File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
charts/mimirrules-controller Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ type: application
21
21
# This is the chart version. This version number should be incremented each time you make changes
22
22
# to the chart and its templates, including the app version.
23
23
# Versions are expected to follow Semantic Versioning (https://semver.org/)
24
- version : 1.0.6
24
+ version : 1.0.7
25
25
26
26
# This is the version number of the application being deployed. This version number should be
27
27
# incremented each time you make changes to the application. Versions are not expected to
28
28
# follow Semantic Versioning. They should reflect the version the application is using.
29
29
# It is recommended to use it with quotes.
30
- appVersion : " 1.0.6 "
30
+ appVersion : " 1.0.7 "
Original file line number Diff line number Diff line change @@ -36,9 +36,17 @@ rules:
36
36
- get
37
37
- patch
38
38
- update
39
+ - apiGroups :
40
+ - " "
41
+ resources :
42
+ - events
43
+ verbs :
44
+ - get
45
+ - create
39
46
---
40
47
{{- end }}
41
48
49
+
42
50
# permissions to do leader election.
43
51
apiVersion : rbac.authorization.k8s.io/v1
44
52
kind : Role
You can’t perform that action at this time.
0 commit comments