IBM / cloudpak-gitops

Deployment of IBM Cloud Paks using ArgoCD / Red Hat GitOps operator.
Apache License 2.0
22 stars 23 forks source link

Subscriptions getting stuck due to "startingCSV" not existing for OCP version. #42

Closed nastacio closed 3 years ago

nastacio commented 3 years ago

Describe the bug The startingCSV field for a Subscription may not exist for all versions of OpenShift, which will cause a Subscription to fail to install. Additionally, they only make sense if the Subscription approval mode is Manual.

In short, given that all Subscriptions in this repository have automatic approval, the field should be remove.

To Reproduce Steps to reproduce the behavior:

  1. See how "Red Hat OpenShift Pipelines" 1.4.1 gets stuck on OCP 4.8.x

Expected behavior Subscriptions created from this repo should always be processed correctly.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.