Force docker image re-pull for Kubernetes pod
It is sometimes happened when you need to update just docker image and do not do deployment again. Here is oneliner to do this for Kubernetes deployment myapp.
printf '{"spec":{"template":{"metadata":{"labels":{"date":"%s"}}}}}' `date +%s` | xargs -0 kubectl patch deployment myapp -p