Open DimitarMicevski1 opened 1 week ago
See this issue and this PR
@bebosudo tnx, but tryed it and does work ...
- name: One container registry
api_url: https://registry.digitalocean.com/refix-one
ping: no
credentials: pullsecret:argocd/secret-one
prefix: registry.digitalocean.com/one-container-registry
- name: Two container registry
api_url: https://registry.digitalocean.com/prefix-two
ping: yes
credentials: pullsecret:argocd/secret-two
defaultns: library
prefix: registry.digitalocean.com/two-container-registry
and in application
argocd-image-updater.argoproj.io/image-name.registry-prefix: one-container-registry
Yeah I know, it isn't working for me either For now I solved it by using a single secret to pull images from multiple repos in the same registry, but I know it doesn't apply to all cases
Is there a way to have 2 container registry from same registry but different project? Argo image updater is having trouble to authenticate with both at the same time, it can only authenticate for one, i am trying this config map