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
Argocd image updater crashes with the following message.
I think the problem lies in the fact that the images discovered are not filtered by the annotation argocd-image-updater.argoproj.io/image-list .
In my case, I have an image injected by operator istio at runtime that should not be observed by argocd image updater.
Error log :
time="2023-12-08T11:22:53Z" level=error msg="Could not update application spec: could not find an image-name annotation for image istio/proxyv2" application=my-app
Argocd image updater crashes with the following message.
I think the problem lies in the fact that the images discovered are not filtered by the annotation
argocd-image-updater.argoproj.io/image-list
.In my case, I have an image injected by operator istio at runtime that should not be observed by argocd image updater.
Error log :
Application annotations :
Application status :
The code lines that should be updated :
https://github.com/argoproj-labs/argocd-image-updater/blob/master/pkg/argocd/argocd.go#L488
@jannfis Does it make sens to you ?
The text was updated successfully, but these errors were encountered: