I have Kubernetes configured to connect to my own container registry, developers are continually pushing changes to that, updating the ":latest" container.
My deployment definition is targetting the :latest tag, and it is all working as I'd expect, but the question has come up that after pushing changes to the container registry, how long should it take before Kubernetes responds to that change and creates a new container?