argocd-image-updater
argocd-image-updater copied to clipboard
Automatic container image update for Argo CD
**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...
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...
**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,...
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...
**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...
**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...
**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...
**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"...
**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...
**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...