Open magmax opened 3 years ago
FWIW I'm not seeing any warning logs like this but we're also running image-updater 0.10.0, and the namespace is argocd-image-updater
edit to add, I'm also not seeing events though
I am seeing this when using image updater 0.12.0
time="2022-08-12T09:09:18Z" level=warning msg="Event could not be sent: Event \"<myapp>.170a8dd4fe160d18\" is invalid: involvedObject.namespace: Invalid value: \"argocd\": does not match event.namespace" application=<myapp>
Where I have an application name myapp
in namespace myapp
restricted to its own namespace. image updater and argocd deployed to their own namespaces.
Any updates? I facing this issue too. My Image-updater and argocd in different clusters but API is correct work, as I understand because image-updater see the applications and images.
Describe the bug Events when updating images are not correctly sent, probably because the namespace contains a hyphen
-
:To Reproduce Steps to reproduce the behavior:
Expected behavior The event should be sent and no warning should appear in the log.
Additional context
Version 0.10.0
Logs