- The
maximo-operator-catalog/operatorsfolder contains the base resource definitions to install the operators - The
maximo-operator-catalog/v9-251127-amd64folders contain overlays that ensure the correct version of the operator is used to align with the tested combination of versions that are verified by IBM.
Do not directly use the content of maximo-operator-catalog/operators, instead choose a specific catalog version and use the appropriate overlay from there, for example:
- Don't use
maximo-operator-catalog/operators/ibm-mas - Do use
maximo-operator-catalog/v9-251127-amd64/ibm-mas/9.0ormaximo-operator-catalog/v9-251127-amd64/ibm-mas/9.1, which ensure the9.0.17or9.1.6version of the operator from that catalog update will be installed.
Refer to examples/instances/dev1 for an example showing how to use the files in this repository to pre-install the operators for a MAS 9.1 install of Core, Manage, and Visual Inspection using the November 2025 catalog update. For required dependencies refer to examples/dependencies.
kustomize build examples/instances/dev1See examples/instances/dev1/resources.yaml to view the result of this kustomize command.
The content in maximo-operator-catalog/operators will be largely static, and with the release of each new operator catalog we will publish a new overlay setting the appropriate values for each operator on all supported release channels.