openshift-kni / eco-goinfra

Apache License 2.0
7 stars 33 forks source link

argocd: reset application resource version on update #483

Closed klaskosk closed 3 months ago

klaskosk commented 3 months ago

When using force updates on an Argo CD application that has already been pulled from the cluster, there is a risk that the ResourceVersion is newer on the server but is also set in the Definition, resulting in the delete succeeding but not the creation during a force update.