Rancher 2.8.5: upgrade RKE to 1.28 "rke-network-plugin-deploy-job"

Hi, using a k3s 1.28 rancher 2.8.5, I’m upgrading a RKE from 1.27.16 to 1.28.13. I see the control planes node on 1.28 but workers still on 1.27 and this error appear in rancher:

 [k8s] Job [rke-network-plugin-deploy-job] deletion timed out. Consider increasing addon_job_timeout value 

I changed addon_job_timeout from 30s to 90s, but the error stayed.
I downgraded via rancher UI to 1.27, the node are all same version now but UI is still displaying the error: should I try again the upgrade or how to manually run that job?

Thank you

So for people hitting the same problem:

I got a smell when I saw the rke-network-plugin-deploy-job was more than 1yo and had an image tagged in 1.26.

I had to delete the 3 jobs rke-coredns-addon-deploy-job, rke-metrics-addon-deploy-job, rke-network-plugin-deploy-job so they got re-generated by the upgrade job with the correct image version.

And the upgrade finished correctly some minutes later.