These instructions assume you installed and configured RHOAI 2.12 following the MLBatch install instructions for RHOAI-v2.12 or the upgrade instructions for RHOAI-V2.12
Your subscription will have automatically created an unapproved install plan to upgrade to RHOAI 2.13.
Before beginning, verify that the expected install plan exists:
oc get ip -n redhat-ods-operator
Typical output would be:
NAME CSV APPROVAL APPROVED
install-kpzzl rhods-operator.2.13.0 Manual false
install-nqrbp rhods-operator.2.10.0 Manual true
install-st8vh rhods-operator.2.11.0 Manual true
install-xs6gq rhods-operator.2.12.0 Manual true
Assuming the install plan exists you can begin the upgrade process.
There are no MLBatch modifications to the default RHOAI configuration maps beyond those already made in previous installs. Therefore, you can simply approve the install plan replacing the example plan name below with the actual value on your cluster:
oc patch ip -n redhat-ods-operator --type merge --patch '{"spec":{"approved":true}}' install-kpzzl