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
{{ message }}
This repository was archived by the owner on May 26, 2026. It is now read-only.
I upgraded a CSV and copied in the CRDs. I had one that isn't mentioned in the CSV in the folder with a spec.version that mentioned a previous version. operator-courier verify would complain
ERROR: CRD.spec.version does not match CSV.spec.crd.owned.version
This confused me for awhile until I realized the other CRD was in the directory and removed it to clear the error.
Two suggestions:
As there can be multiple CRDs on an operator, could the CRD in conflict with the CSV be mentioned by some identifier like name?
I upgraded a CSV and copied in the CRDs. I had one that isn't mentioned in the CSV in the folder with a spec.version that mentioned a previous version.
operator-courier verifywould complainThis confused me for awhile until I realized the other CRD was in the directory and removed it to clear the error.
Two suggestions: