Is it valid to assume that in the case of bundle-upgrade, we don't have to consider a scenario where an OperatorGroup is not present? In the case of run-bundle, we have a scenario where there is an operator that supports install a set of install modes being installed into a namespace with no OperatorGroup.
Can you help clarify for the case of upgrade? I'm thinking the operator that we are upgrading will probably have an OperatorGroup present and this will be the only case to consider.
Question:
Is it valid to assume that in the case of
bundle-upgrade
, we don't have to consider a scenario where an OperatorGroup is not present? In the case ofrun-bundle
, we have a scenario where there is an operator that supports install a set of install modes being installed into a namespace with no OperatorGroup.Can you help clarify for the case of upgrade? I'm thinking the operator that we are upgrading will probably have an OperatorGroup present and this will be the only case to consider.
@joelanford @estroz