Description of problem: The file integrity operator is failing to upgrade at the first try with the below error message however at the second retry it is succeeding. ~~~ 2022-02-17T13:43:37.551861810Z {"level":"error","ts":1645105417.5517836,"logger":"controller","msg":"Reconciler error","controller":"configmap-controller","name":"mcp-fileintegrity","namespace":"openshift-file-integrity","error":"ConfigMap 'mcp-fileintegrity' had no owner label","stacktrace":"github.com/go-logr/zapr.(*zapLogger).Error\n\t/go/src/github.com/openshift/file-integrity-operator/vendor/github.com/go-logr/zapr/zapr.go:132\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/go/src/github.com/openshift/file-integrity-operator/vendor/sigs.k8s.io/controller- ~~~ Version-Release number of selected component (if applicable): file-integrity operator from 0.1.16(channel: release-0.1) to 0.1.21(channel: release-0.1), the same happened with version 0.1.22 OCP Version: 4.7.40 (Airgap) How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: The operator should get upgraded at the first try itself. Additional info:
*** This bug has been marked as a duplicate of bug 2049206 ***