You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to have keel update some images that do not use very conventional tag naming, so I am using regexp.
What I have noticed is that despite having a poll schedule set on my application deployment, if keel resets (from an upgrade, a deployment restart, etc) and the image happened to be out of date, it will automatically update the application's pod (causing it to restart). Keel does not follow the schedule and automatically does the update immediately after restarting.
This behavior does not happen to my other deployments that use other policies such as force or all.
The annotations I have used for testing are:
I am trying to have keel update some images that do not use very conventional tag naming, so I am using regexp.
What I have noticed is that despite having a poll schedule set on my application deployment, if keel resets (from an upgrade, a deployment restart, etc) and the image happened to be out of date, it will automatically update the application's pod (causing it to restart). Keel does not follow the schedule and automatically does the update immediately after restarting.
This behavior does not happen to my other deployments that use other policies such as force or all.
The annotations I have used for testing are:
with polling enabled on keel.
If you have any insight to this, that would be appreciated.
The text was updated successfully, but these errors were encountered: