Bug 1821175

Summary: Unable to Update Elastic Search Operator
Product: OpenShift Container Platform Reporter: Gianluca Villani <gvillani>
Component: OLMAssignee: Evan Cordell <ecordell>
OLM sub component: OLM QA Contact: Jian Zhang <jiazha>
Status: CLOSED DUPLICATE Docs Contact:
Severity: medium    
Priority: high    
Version: 4.2.0   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-04-06 13:47:05 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Gianluca Villani 2020-04-06 08:51:32 UTC
Description of problem:
Unable to update Elastic Search Operator ,but OLM wants to install two version of elastic operator at the same time, this elastic is used by ServiceMesh.
Install-plan is not applied but the system try to install 4.3 AND 4.2 operator at the same time.

```yaml
apiVersion: operators.coreos.com/v1alpha1
kind: InstallPlan
metadata:
  generateName: install-
....
  approval: Manual
  approved: false
  clusterServiceVersionNames:
    - elasticsearch-operator.4.3.5-202003020549
    - elasticsearch-operator.4.2.23-202003090920
....
```
Version-Release number of selected component (if applicable):


How reproducible:

N/A
Steps to Reproduce:
N/A

Actual results:

N/A
Expected results:
N/A

Additional info:
Set update in manual mode because we can't update system in automatic way and also because in the past automatic update break components

Comment 1 Evan Cordell 2020-04-06 13:47:05 UTC
This is a dupe of 1818788, I've added the customer case and the reporter to the other bug.

*** This bug has been marked as a duplicate of bug 1818788 ***