@@ -19,12 +19,12 @@ metadata:
1919 ]
2020 capabilities : Seamless Upgrades
2121 categories : Monitoring,Security
22- olm.skipRange : ' >=0.1.6 <0.1.18 '
22+ olm.skipRange : ' >=0.1.6 <0.1.19 '
2323 operatorframework.io/cluster-monitoring : " true"
2424 operatorframework.io/suggested-namespace : openshift-file-integrity
2525 operators.openshift.io/infrastructure-features : ' ["Disconnected"]'
2626 repository : https://github.com/openshift/file-integrity-operator
27- name : file-integrity-operator.v0.1.18
27+ name : file-integrity-operator.v0.1.19
2828 namespace : placeholder
2929spec :
3030 apiservicedefinitions : {}
4646 install :
4747 spec :
4848 clusterPermissions :
49+ - rules :
50+ - apiGroups :
51+ - " "
52+ resources :
53+ - pods
54+ - services
55+ - endpoints
56+ verbs :
57+ - get
58+ - list
59+ - watch
60+ - apiGroups :
61+ - " "
62+ resources :
63+ - configmaps
64+ verbs :
65+ - get
66+ - nonResourceURLs :
67+ - /metrics
68+ - /metrics-fio
69+ verbs :
70+ - get
71+ serviceAccountName : file-integrity-operator-metrics
4972 - rules :
5073 - apiGroups :
5174 - " "
86109 - name : OPERATOR_NAME
87110 value : file-integrity-operator
88111 - name : RELATED_IMAGE_OPERATOR
89- value : quay.io/file-integrity-operator/file-integrity-operator:0.1.18
90- image : quay.io/file-integrity-operator/file-integrity-operator:0.1.18
112+ value : quay.io/file-integrity-operator/file-integrity-operator:0.1.19
113+ image : quay.io/file-integrity-operator/file-integrity-operator:0.1.19
91114 imagePullPolicy : Always
92115 name : file-integrity-operator
93116 resources :
@@ -225,18 +248,6 @@ spec:
225248 - create
226249 - update
227250 serviceAccountName : file-integrity-daemon
228- - rules :
229- - apiGroups :
230- - " "
231- resources :
232- - services
233- - endpoints
234- - pods
235- verbs :
236- - get
237- - list
238- - watch
239- serviceAccountName : prometheus-k8s
240251 strategy : deployment
241252 installModes :
242253 - supported : true
@@ -262,4 +273,4 @@ spec:
262273 provider :
263274 name : Red Hat
264275 url : https://github.com/openshift/file-integrity-operator
265- version : 0.1.18
276+ version : 0.1.19
0 commit comments