diff --git a/pelorus-operator/bundle/manifests/pelorus-operator.clusterserviceversion.yaml b/pelorus-operator/bundle/manifests/pelorus-operator.clusterserviceversion.yaml index 666fb75e..b777a569 100644 --- a/pelorus-operator/bundle/manifests/pelorus-operator.clusterserviceversion.yaml +++ b/pelorus-operator/bundle/manifests/pelorus-operator.clusterserviceversion.yaml @@ -50,7 +50,7 @@ metadata: categories: | Modernization & Migration,Developer Tools,Monitoring,Integration & Delivery containerImage: quay.io/pelorus/pelorus-operator:0.0.10-rc.6 - createdAt: "2024-09-19T18:41:49Z" + createdAt: "2024-09-19T20:50:32Z" description: | Tool that helps IT organizations measure their impact on the overall performance of their organization operatorframework.io/suggested-namespace: pelorus @@ -329,6 +329,7 @@ spec: - watch - create - delete + - patch - apiGroups: - build.openshift.io resources: diff --git a/pelorus-operator/config/rbac/pelorus_manager_role.yaml b/pelorus-operator/config/rbac/pelorus_manager_role.yaml index ee570ad6..e660b961 100644 --- a/pelorus-operator/config/rbac/pelorus_manager_role.yaml +++ b/pelorus-operator/config/rbac/pelorus_manager_role.yaml @@ -78,6 +78,7 @@ rules: - watch - create - delete + - patch # Required to build and deploy exporters from the source code - apiGroups: - "build.openshift.io"