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

Automatic container image update for Argo CD

Results 336 argocd-image-updater issues
Sort by recently updated
recently updated
newest added

**Describe the bug** We have a running argocd image updater. The Docker images in the repo are tagged with: - int-5 - int-1635498622500 (this tag is the oldest in this...

bug

**Is your feature request related to a problem? Please describe.** Image updater is adding a file with images and tags into the same repo/directory where the base manifests are. That...

enhancement

**Is your feature request related to a problem? Please describe.** Please clarify how ArgoCD Image Updater installation changes for an ArgoCD Core installation. For example, is a project token required?...

enhancement

**Describe the bug** [This documentation](https://argocd-image-updater.readthedocs.io/en/stable/install/start/#granting-rbac-permissions-in-argo-cd) details the code required to grant RBAC permissions in Argo CD, however, it does not show where that code needs to be placed inside the...

bug

Hello Guys, You are all doing a great job. My request is as follows, Image-Updater monitors registry for tag changes. I would like to offer monitoring git repository as well....

enhancement

**Describe the bug** If registry in the source spec and the desired target registry have different structures it seems to mix and match them (or something). For example my annotations...

bug

**Is your feature request related to a problem? Please describe.** Currently, Argo CD Image Updater is configured in two ways: * The images and applications to be updated are configured...

enhancement

**Is your feature request related to a problem? Please describe.** First of all, this is an excellent addition to Argo and I think it should definitely be pulled in to...

enhancement

**Is your feature request related to a problem? Please describe.** Argo CD Image Updater's git write-back configuration allows to specify the location of a single kustomization file to write back...

enhancement

**Describe the bug** Amazon ECR's `/tags/list` endpoint returns back the list of tags not sorted by date (it might be lexicographical). To get around this, we're trying to set `tagsortmode:...

bug