-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webhook Not Triggering Application Refresh After Updating ArgoCD from v2.6.7 to v2.6.8 #14533
Comments
Today, I discovered that I'm also encountering an ongoing issue with my Webhook. It has been malfunctioning for several months now, and despite being on the latest version ( Currently, I am receiving the following error in my argocd-server pod for every application in ArgoCD:
|
Probably related to this then. https://github.com/argoproj/argo-cd/pull/12386/files I bet it's somehow targeting the wrong ns for the patch. |
@mikebryant thank you so much for tracking that down, it completely escaped me. |
This issue is fixed in the latest release v2.7.9. Thank you! 😊 |
Awesome, thanks for confirming, @lusu007! |
Checklist:
argocd version
.Describe the bug
After updating from version 2.6.7 to 2.6.8, the webhook is no longer triggering a refresh of our applications. This issue is impacting our workflow and preventing automatic updates of our deployed applications.
We have verified that the webhook configuration in our Git repository is correctly set up and that the URL is pointing to the correct ArgoCD API endpoint. The events that should trigger the refresh are properly configured as well.
We have also checked the delivery settings of the webhook in the Git repository to ensure that the requests are reaching the ArgoCD API endpoint without any restrictions or blocks.
Upon reviewing the ArgoCD server logs, we have found this warning message:
level=warning msg="Failed to refresh app 'infra-manifest' for controller reprocessing: error patching annotations in application \"infra-manifest\": the server could not find the requested resource (patch applications.argoproj.io infra-manifest)"
To Reproduce
Update ArgoCD from v2.6.7 to v2.6.8 and test webhook with a push event.
Expected behavior
Webhook triggers Applications refresh after a push event.
Version
Logs
ArgoCD server logs warning message:
The text was updated successfully, but these errors were encountered: