Petrus Repo

Results 75 comments of Petrus Repo

Here's an even more reduced log of an experiment I just ran Push a commit which changes `targetRevision` of the given Application. Every three minutes log gets a message of...

I can confirm that ArgoCD v2.10.6 still has the issue: argocd-applicationset-controller webhook does not update the generated applications. However, there is a change! * With v2.10.6 the log message is...

Possible bugfix found in [Slack](https://cloud-native.slack.com/archives/C01TSERG0KZ/p1715348382988679?thread_ts=1715337270.158579&cid=C01TSERG0KZ): > I believe (didn't have time to test) we need to change: https://github.com/argoproj/argo-cd/blob/master/applicationset/generators/git.go#L59 `noRevisionCache := appSet.RefreshRequired()` -> `noRevisionCache := true`

> Hi do you know when this bug fix will be merged? Somebody should craft a pull request to figure out if the above is a proper fix. @anyone ?

> My theory is that the git generator fetches the manifests from the repo-server which caches the repository Possibly relevant pieces of information from * https://github.com/argoproj/argo-cd/issues/13047#issuecomment-2131148933

I don’t think new tickets help, we’d need someone to look at the issue on the code level.

You’re now talking about the application webook which does work. The applicationset-webhook needs to be routed to applicationset-controller (instead of argocd-server), but the applicationset webhook does not refresh applications even...

> I didn't test git web hook for namespace argocd,so confused You should see the webhook being received in the applicationset-controller logs. Then you have configured it correctly. However, the...

> From the logs point of view, the argocd-server received the event The argocd-server handles the Application webhook, which doesn’t have an issue at least in ArgoCD 2.10. This issue...

> it was necessary to REFRESH manually on the web page to display the configuration difference OutOfSync Refreshing does not help in this issue with applicationset-webhook. Even with a hard...