After attempting to update the Universal Monitoring Agent (UMA) in an OpenShift environment using CLI approach based on "oc patch installplan" command, users may observe the following issues:
Certain pods continue to run using older container images instead of updating to the new version.
Selected upgrade approach is not currently listed as an officially documented or supported upgrade method.
To resolve this issue and properly upgrade UMA, you must abandon the oc patch command and use one of the officially supported upgrade methods:
Method 1: Official OLM / OpenShift Upgrade
Follow the official documentation steps for upgrading UMA via the Operator Lifecycle Manager (OLM) on OpenShift.
Method 2: Helm Upgrade
If you manage your UMA deployment via Helm, proceed with a standard Helm upgrade follong documentation rather than manually patching OpenShift resources. Ensure your Helm repository is updated to pull the latest charts and images.