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** When using ArgoCD with ArgoCD Image Updater (v0.15.0, also tested with v0.14.0) and ApplicationSet to deploy a demo API to a k3s cluster, the Image Updater successfully...

bug

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...

enhancement

**Is your feature request related to a problem? Please describe.** I would like to be able to specify every image name as a fully qualified name, that is, `registry.url/namespace/imagename:tag`. However,...

enhancement

I'd love to see similar functionality to `digest` when using `newest-build`. Specifically, I'd like to lean on the `latest` tag, but reference a corresponding tag that's paired with it (the...

enhancement

**Describe the bug** We recently upgraded the Argo CD Image Updater (from an old fork off of v0.13) and found a regression where Kustomize patches were broken and Argo CD...

bug

**Describe the bug** When I try to specify a target branch to commit for image updater argoCD doesn't catch image from the branch. I have: ``` apiVersion: argoproj.io/v1alpha1 kind: ApplicationSet...

bug

**Is your feature request related to a problem? Please describe.** `github.com/distribution/distribution/v3/manifest/schema1` package (https://github.com/distribution/distribution/releases) has been deprecated and then removed from distribution/distribution module. In image-updater, there are several places that still...

enhancement

**Describe the bug** I've upgraded from 0.12.0 to 0.15.0. Previously no cluster roles were required. Upon startup, i get the following errors ``` ttime="2024-10-30T12:53:25Z" level=error msg="error while communicating with ArgoCD"...

bug

**Is your feature request related to a problem? Please describe.** We using a huge monorepo with multi argocd application. Each application has a different git write back branch. There are...

enhancement

**Describe the bug** I have a service deployment being managed by Argo Image Updater. I've set it to alphabetical and using the following regex - regexp:-prod$. Up until this week...

bug