You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(olm): No longer report status if minKubeVersion not specified
Currently, OLM will report requirementStatus for `minKubeVersion`
even if it is not specified. The status becomes confusing as
`minKubeVersion` is not required. After this change, the status
is no longer reported if `minKubeVersion` is not specified.
Signed-off-by: Vu Dinh <[email protected]>
0 commit comments