This PR includes the OperatorHub manifests for the aforementioned releases on community-operators, and RedHat's OperatorHub Catalog.
Additionally, I'm bringing back the versioned CSVs for OpenShift. The reason is that the one for Kubernetes will need them as well since it's a copy of our directory on community-operators, and versions will be there it seems.
I've added an extra directory, current, however, that the pipeline is going to use build the bundle images for testing. And removed the cp command for CRDs since it may hide that we didn't update them if one deploys manually (which is what I did this time around.)
Finally, I've changed the flavor CSV field from a text box to a dropdown with default and musl.
This PR includes the OperatorHub manifests for the aforementioned releases on community-operators, and RedHat's OperatorHub Catalog.
Additionally, I'm bringing back the versioned CSVs for OpenShift. The reason is that the one for Kubernetes will need them as well since it's a copy of our directory on community-operators, and versions will be there it seems.
I've added an extra directory,
current
, however, that the pipeline is going to use build the bundle images for testing. And removed thecp
command for CRDs since it may hide that we didn't update them if one deploys manually (which is what I did this time around.)Finally, I've changed the flavor CSV field from a text box to a dropdown with
default
andmusl
.