When we upgrade KFP, the existing ScheduledWorkflow doesn't have spec.workflow.spec updated.
That leads to subsequent runs being executed with old images.
Workaround
Delete the scheduled run that is failing to execute, and then recreate it. Alternatively, you can duplicate the existing scheduled run.
When we upgrade KFP, the existing
ScheduledWorkflow
doesn't havespec.workflow.spec
updated. That leads to subsequent runs being executed with old images.Workaround
Delete the scheduled run that is failing to execute, and then recreate it. Alternatively, you can duplicate the existing scheduled run.
Impacted by this bug? Give it a 👍.