App sync fails with 'failed to compare revisions for source 1 of 2' when new source is introduced first #20900
Labels
bug
Something isn't working
more-information-needed
Further information is requested
version:2.12
Latest confirmed affected version is 2.12
Checklist:
argocd version
.Describe the bug
This indicates to me that ArgoCD is performing comparisons between each index in the source array (i.e. old[0] vs new[0]), instead of pattern matching between source repos/names when comparisons are performed.
To Reproduce
Expected behavior
I would expect that ArgoCD would perform comparisons between sources with the same
repositoryUrl
, rather than naively comparing between source indexes.Version
The text was updated successfully, but these errors were encountered: