We have the only latest version of the Camel-K release in the RedHat OperatorHub catalog. Installation based on the following subscription hangs forever because the `red-hat-camel-k-operator.v1.2.1` is not packaged in the IIB anymore.
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: red-hat-camel-k
namespace: camel-test
spec:
channel: techpreview
installPlanApproval: Manual
name: red-hat-camel-k
source: redhat-operators
sourceNamespace: openshift-marketplace
startingCSV: red-hat-camel-k-operator.v1.2.1
We can compare with the serverless operator:
$ opm index export -i registry.redhat.io/redhat/redhat-operator-index:v4.7 --package serverless-operator -c docker -f serverless $ ls serverless/ 1.0.0 1.1.0 1.10.0 1.10.1 1.11.0 1.12.0 1.13.0 1.2.0 1.3.0 1.4.0 1.4.1 1.5.0 1.6.0 1.7.0 1.7.1 1.7.2 1.8.0 1.9.0 package.yaml
We can see the whole history of the serverless-operator.
$ opm index export -i registry.redhat.io/redhat/redhat-operator-index:v4.7 --package red-hat-camel-k -c docker -f camel-k $ ls camel-k 1.3.0 package.yaml
Only the latest one is there for camel-k operator