Open eriknelson opened 5 years ago
We had set our spec.maturity value to release, only to discover the installplan will fail to install based on the following error:
spec.maturity
release
spec.maturity in body should be one of [planning pre-alpha alpha beta stable mature inactive deprecated]
Expected outcome: operator-courier should fail a CSV with invalid maturity.
operator-courier
Actual outcome: No failure:
# operator-courier verify ./mig-operator; echo $? 0
We had set our
spec.maturity
value torelease
, only to discover the installplan will fail to install based on the following error:Expected outcome:
operator-courier
should fail a CSV with invalid maturity.Actual outcome: No failure: