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** If an Application has previously been sync'd to the latest image, ArgoCD Image Updater will never update parameters even if they do not currently match the latest...

bug

For those using [Applications in any namespace](https://argo-cd.readthedocs.io/en/stable/operator-manual/app-any-namespace), the docs should mention that Image Updater is not compatible with any `Application` resources installed in namespaces other than `argocd`.

**Version** argocd-image-updater: v0.12.2+1aa317c BuildDate: 2023-01-21T18:33:35Z GitCommit: 1aa317c3c57cdbd3e7f1b7accc99337f112a69e6 GoVersion: go1.19 GoCompiler: gc Platform: linux/amd64 **Logs** time="2023-11-17T03:32:02Z" level=info msg="Starting image update cycle, considering 46 annotated application(s) for update" I1117 03:32:04.337737 1 request.go:665]...

bug

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

dependencies
go

Hello everyone, This code solves a problem that occurs with DigitalOcean repositories when you have multiple repositories in different projects with different credentials. For example: ```yaml registries: - api_url: https://registry.digitalocean.com...

# What is my probem? Greetings, I'm currently facing an issue with my setup. I've installed Argo CD version `v2.9.1` along with Helm Chart version `5.51.4` on my cluster. Additionally,...

bug

**Describe the bug** If 2 ArgoCD Applications are named the same, only one is processed and no Warning is issued **To Reproduce** - Have 2 Argocd Applications with the same...

bug

**Describe the bug** ArgoCD image updater cannot pull image. AWS .env below has access to ECR and may pull/push images locally with docker-compose. ArgoCD with updater and application pods deployed...

bug

Argocd image updater crashes with the following message. I think the problem lies in the fact that the images discovered are not filtered by the annotation `argocd-image-updater.argoproj.io/image-list` . In my...