You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have migrated all my ArgoCD application to use valuesObject and randomly the refresh button get stuck but the sync is still hapenning in the background and the UI still show outdated components.
To fix the problem I need to remove the valuesObject path that is being show in the error log of the application-controller and then re add the value again (I guess it clear the cache).
Expected behavior
The refresh button and the UI components should by synced correctly.
Version
ArgoCD v2.8.1+2bc94af
Logs
time="2023-08-23T16:46:11Z" level=error msg="Error constructing app status patch: unable to find api field in struct RawExtension for the json field \"postgresql\"" application=argocd/keycloak
time="2023-08-23T16:46:22Z" level=error msg="Error constructing app status patch: unable to find api field in struct RawExtension for the json field \"postgresql\"" application=argocd/keycloak
time="2023-08-23T16:46:32Z" level=error msg="Error constructing app status patch: unable to find api field in struct RawExtension for the json field \"postgresql\"" application=argocd/keycloak
time="2023-08-23T16:46:11Z" level=error msg="Error constructing app status patch: unable to find api field in struct RawExtension for the json field \"postgresql\"" application=argocd/keycloak
time="2023-08-23T16:46:22Z" level=error msg="Error constructing app status patch: unable to find api field in struct RawExtension for the json field \"postgresql\"" application=argocd/keycloak
time="2023-08-23T16:46:32Z" level=error msg="Error constructing app status patch: unable to find api field in struct RawExtension for the json field \"postgresql\"" application=argocd/keycloak
time="2023-08-23T16:46:41Z" level=error msg="Error constructing app status patch: unable to find api field in struct RawExtension for the json field \"postgresql\"" application=argocd/keycloak
time="2023-08-23T16:46:47Z" level=error msg="Error constructing app status patch: unable to find api field in struct RawExtension for the json field \"postgresql\"" application=argocd/keycloak
time="2023-08-23T16:46:52Z" level=error msg="Error constructing app status patch: unable to find api field in struct RawExtension for the json field \"postgresql\"" application=argocd/keycloak
The text was updated successfully, but these errors were encountered:
Checklist:
argocd version
.Describe the bug
I have migrated all my ArgoCD application to use valuesObject and randomly the refresh button get stuck but the sync is still hapenning in the background and the UI still show outdated components.
To fix the problem I need to remove the valuesObject path that is being show in the error log of the application-controller and then re add the value again (I guess it clear the cache).
Expected behavior
The refresh button and the UI components should by synced correctly.
Version
ArgoCD v2.8.1+2bc94af
Logs
The text was updated successfully, but these errors were encountered: