diff --git a/bundle/manifests/odf-operator.clusterserviceversion.yaml b/bundle/manifests/odf-operator.clusterserviceversion.yaml index 351cd5f98..3939ec653 100644 --- a/bundle/manifests/odf-operator.clusterserviceversion.yaml +++ b/bundle/manifests/odf-operator.clusterserviceversion.yaml @@ -35,7 +35,7 @@ metadata: categories: Storage console.openshift.io/plugins: '["odf-console"]' containerImage: quay.io/ocs-dev/odf-operator:latest - createdAt: "2023-08-08T09:50:10Z" + createdAt: "2023-12-20T04:32:33Z" description: OpenShift Data Foundation provides a common control plane for storage solutions on OpenShift Container Platform. olm.properties: '[{"type": "olm.maxOpenShiftVersion", "value": "4.15"}]' @@ -335,6 +335,14 @@ spec: - patch - update - watch + - apiGroups: + - operators.coreos.com + resources: + - operatorconditions + verbs: + - get + - list + - watch - apiGroups: - operators.coreos.com resources: diff --git a/config/rbac/role.yaml b/config/rbac/role.yaml index e5b61c26d..1c653c73b 100644 --- a/config/rbac/role.yaml +++ b/config/rbac/role.yaml @@ -195,6 +195,14 @@ rules: - patch - update - watch +- apiGroups: + - operators.coreos.com + resources: + - operatorconditions + verbs: + - get + - list + - watch - apiGroups: - operators.coreos.com resources: