argocd-image-updater icon indicating copy to clipboard operation
argocd-image-updater copied to clipboard

Does argocd image updater support local docker images instead public repositories

Open nishit93-hub opened this issue 2 years ago • 4 comments

Hi, Does Argocd image updater support local docker images instead of public repositories?

nishit93-hub avatar Nov 28 '21 17:11 nishit93-hub

Depends on what "local" means in your case 🤔

You can add custom registries via the configuration. Have a look into the documentation: https://argocd-image-updater.readthedocs.io/en/stable/configuration/registries/

janpieper-gcx avatar Dec 06 '21 10:12 janpieper-gcx

@janpieper-gcx

By Local, I meant Kubernetes nodes(VM) or any instance, if I don't want to push the docker image to any public repository and Not the public registries like docker hub

nishit93-hub avatar Dec 06 '21 10:12 nishit93-hub

Try adding a custom registry to your configuration. See the documentation link in my previous comment 😉

janpieper-gcx avatar Dec 06 '21 11:12 janpieper-gcx

@janpieper-gcx Okay! Thanks and what constraints I can use in argocd-image-updater.argoproj.io/image-list if I use docker image tag as "string". For e.g "dev", "new" etc.

nishit93-hub avatar Dec 06 '21 16:12 nishit93-hub