Get this error when I try to update the ingress in traefik

Error while updating ingress status: failed to update ingress status test-staging/name-ingress: Operation cannot be fulfilled on ingresses.extensions "name-ingress": the object has been modified; please apply your changes to the latest version and try again" namespace=test-staging ingress=name-ingress providerName=kubernetes

I am applying the ingress externally. I have argo taking care of it but i have disabled the auto sync. However when i kubectl apply the ingress with a change in the annotation I get the response that the op cannot be fullfilled.

Even if I delete it and re-apply it I have the same error.