I have started to learn GitOps ArgoCD. I have one basic doubt. I am unable to test ArgoCD because I do not have any Cluster. It will be so kind of you if you can clear my doubts.
- As an example currently I am running my deployment using
test:1
docker image. Then using Jenkins I uploadtest:2
and then puttest:2
in place oftest:1
then ArgoCD detects the change and applies the new image in a cluster. But if before I usedtest:latest
then using Jenkins I uploads a new image with same nametest:latest
. What will happen now? Will ArgoCD deploy the image ( name and tag of the new and previous image are the same )