argocd-image-updater
argocd-image-updater copied to clipboard
Automatic container image update for Argo CD
**Is your feature request related to a problem? Please describe.** I have the `image-list` with 21 images in total. And I want to update all of them with `latest` strategy,...
**Is your feature request related to a problem? Please describe.** By default, Argo CD Image Updater ignores images specified in `image-list` but are not currently deployed with the Application. E.g....
Hi All, I am giving a docker image version with a string name.For Example : `nishit2408/argo-imageupdater:dev`. What constraint I can use in `argocd-image-updater.argoproj.io/image-list`
**Describe the bug** The ArgoCD Image Updater seems to not correctly handle images that have been renamed via `newName` in the `kustomization.yaml`. **To Reproduce** _ArgoCD application:_ ```yaml # ... metadata:...
We also forked the nokia repo and fixed the OAuth contract. Image Updater gets support for Azure CR
**Describe the bug** Image-updater mixed up images in its commits : it updated images from other applications and sometimes even removed kustomization patches. **To Reproduce** Steps to reproduce the behavior:...
Hi, Does `Argocd image updater `support local docker images instead of public repositories?
**Describe the bug** Some build tools (e.g. [jib](https://github.com/GoogleContainerTools/jib)) set a static value for the layer/image creation date (e.g. `1970-01-01T00:00:00`) to allow reproducible builds. This causes issues when using e.g. the...
**Describe the bug** By reading through the documentation, I stumbled upon an unclear description about whether the image updater will re-use the git credentials configured in ArgoCD or not. **To...
We would like to use argocd image updater to automatically update the development branch of our application config repo and write back the version to git. This works well. We...