This might not be the correct place to raise this issue, but: When I PR to merge a bundle into the ecosystem, say, into `community-operator-prod`, I see a list of [static test results](https://github.com/redhat-openshift-ecosystem/community-operators-prod/pull/6404#issuecomment-2816867332). One of those errors gives the warning > The "operatorhub" validator is deprecated; for equivalent validation use "operatorhub/v2", "standardcapabilities" and "standardcategories" validators As near as I can tell, the use of the operatorhub validator [is set here](https://github.com/redhat-openshift-ecosystem/operator-pipelines/blob/984a7ee8b1aa7e3d59611b4803efd3167f3c261d/operator-pipeline-images/operatorcert/static_tests/community/bundle.py#L153). Should that be updated to `operatorhubv2` in the code? Or should the pipeline call a different function?