Identify which components did not roll back successfully and determine the cause of the rollback failure. Review the full ProductRelease status for per-component failure details. kubectl get productrelease <name> -n iqstudio-operator -o yaml Note the names of any components that are not in the Ready or RollbackCompleted phase. Review Helm release history for each affected component. helm history <release-name> -n <namespace>