Catalog

Learn how to view, deploy, and manage your Helm releases.

If you are using the Catalog operator service as part of an IBM Cloud Pak®, see the documentation for that IBM Cloud Pak® to learn more about how to install and use the operator service. For more information about IBM Cloud Paks, see IBM Cloud Paks that use IBM Cloud Pak foundational services.

What's new for the Catalog service

Catalog service v3.5.0 and newer

The service is now available as an operator-based service, ibm-catalog-ui-operator.

Note: The Catalog UI service (ibm-catalog-ui-operator) was deprecated with installer version 3.4.1 and is now removed with installer version 3.6.0. If you upgrade from a previous version where you installed the Catalog UI service, it is still available.

Catalog service v3.4.0

The service is now available as a part of IBM Cloud Pak foundational services.

Available versions

How to check which service version you are using

You can check the installer version in the configmap by running the following command:

oc -n kube-public get ConfigMap ibmcloud-cluster-info -o jsonpath=’{.data.version}’
   3.6.0

You can check the Common service operator full version and deployed namespace by running the following command:

oc get csv --all-namespaces | grep common-service-
common-service        IBM Cloud Platform Common Services     3.6.3                   ibm-common-service-operator.v3.5.6             Succeeded
ibm-common-services  IBM Cloud Platform Common Services     3.6.3                   ibm-common-service-operator.v3.5.6             Succeeded

If there is no ibmcloud-cluster-info configmap in your cluster, it means that the service was installed by installer version 1.1.0 and the service is version 3.5.0 or newer. You can check the Installed Operators tab in the Red Hat OpenShift Container Platform console to find the accurate version.