File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ type: application
1616# This is the chart version. This version number should be incremented each time you make changes
1717# to the chart and its templates, including the app version.
1818# Versions are expected to follow Semantic Versioning (https://semver.org/)
19- version : 1.19.1
19+ version : 1.19.2
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " 1.19.1 "
24+ appVersion : " 1.19.2 "
Original file line number Diff line number Diff line change @@ -61,6 +61,12 @@ rules:
6161 - get
6262 - list
6363 - watch
64+ - apiGroups :
65+ - batch
66+ resources :
67+ - jobs
68+ verbs :
69+ - deletecollection
6470- apiGroups :
6571 - cert-manager.io
6672 resources :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ controllerManager:
1616 featureEnableV9 : " true"
1717 image :
1818 repository : ghcr.io/mondoohq/mondoo-operator
19- tag : v1.19.1
19+ tag : v1.19.2
2020 imagePullPolicy : IfNotPresent
2121 resources :
2222 limits :
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ kind: Kustomization
1717images :
1818- name : controller
1919 newName : ghcr.io/mondoohq/mondoo-operator
20- newTag : v1.19.1
20+ newTag : v1.19.2
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ resources:
1010images :
1111- name : controller
1212 newName : ghcr.io/mondoohq/mondoo-operator
13- newTag : v1.19.1
13+ newTag : v1.19.2
You can’t perform that action at this time.
0 commit comments