Jann Fischer
Jann Fischer
Hi, that's kind of peculiarity with Docker Hub, which uses `docker.io` as prefix, but there are several APIs associated with it (e.g. at `registry-1.docker.io` or `index.docker.io`). Your `~/.docker/config.json` probably has...
Yes, I agree, probably we should mimic the peculiarities of Docker here and look for the same URLs in the pull secret.
I suspect the log messages you see may come from some dependency component, and not from the image updater itself. Do you have examples of what is logged in `info`...
The problem is, that we need to compare the version that's running with the version(s) found in the registry in order to be able to update. If there's no semantic...
Can you please share your `registries.conf`?
Do you have different Argo CD applications configured for your `ci` and `staging` environments, or is the `ci` environment not connected with Argo CD at all, and just applies the...
Hm. That's an interesting use-case. Indeed, currently it's only possible to create one set of credentials per each registry. Maybe, we can come up with a credentials per path matching,...
I think #275 was the change that introduced the regression. I agree that this should be fixed.
Hey @empath-nirvana, does it stop updating a single application, or all of them?
Thanks for the update. Is the following log line from your description truncated (e.g. did you remove the application name), or is it verbatim (e.g. no application name displayed at...