File tree Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ 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.0.14
18
+ version : 0.0.15
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.0.14 "
24
+ appVersion : " 0.0.15 "
25
25
26
26
home : https://github.com/oskoperator/osko
27
27
Original file line number Diff line number Diff line change @@ -219,4 +219,30 @@ rules:
219
219
- get
220
220
- patch
221
221
- update
222
+ - apiGroups :
223
+ - osko.dev
224
+ resources :
225
+ - alertmanagerconfigs
226
+ verbs :
227
+ - create
228
+ - delete
229
+ - get
230
+ - list
231
+ - patch
232
+ - update
233
+ - watch
234
+ - apiGroups :
235
+ - osko.dev
236
+ resources :
237
+ - alertmanagerconfigs/status
238
+ verbs :
239
+ - get
240
+ - apiGroups :
241
+ - " "
242
+ resources :
243
+ - secrets
244
+ verbs :
245
+ - get
246
+ - list
247
+ - watch
222
248
{{- end }}
You can’t perform that action at this time.
0 commit comments