villebro opened a new pull request, #28:
URL: https://github.com/apache/superset-kubernetes-operator/pull/28

   ## Summary
   
   Fix a bug where lifecycle task pods get stuck with a stale image after the 
user corrects an image tag (e.g., fixing a typo that caused ImagePullBackOff).
   
   The `resetForConfigChange` logic only triggered when a task was already 
`Complete` or permanently `Failed`. If a pod was stuck in `Pending` or 
`Running` with the wrong image, the controller would keep requeueing without 
ever replacing the pod. Now the controller detects when `status.image` differs 
from the desired image, deletes the stale pod, and resets state to `Pending` 
for immediate recreation.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to