How to force redeploy with pulling docker image? #10099
Replies: 4 comments 1 reply
-
+1, Id like to know as well? I can only do this now by changing the image tag in my dev enviornment, but if the image is set to the latest in my prod env, I would expect argo to pull the image during a sync. |
Beta Was this translation helpful? Give feedback.
-
I think the only way to do this is using |
Beta Was this translation helpful? Give feedback.
-
If you are using "latest" for a tag this is a bad practice and you should avoid it (especially in production) |
Beta Was this translation helpful? Give feedback.
-
in your deployment template containers spec, if you define
|
Beta Was this translation helpful? Give feedback.
-
Hi,
All I want is to redeploy deployment using argocd CLI. Expected behavior is like action:
kubectl rollout restart deployment <my_deployment>
When deployment is restarted and docker image is downloading again. Is it possible in argocd?
Beta Was this translation helpful? Give feedback.
All reactions