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** Image tag not updated if application is updated with `argocd --upsert`. **To Reproduce** We have an image with these tags `v0.1.0, v0.1.1, v0.1.2` We have a helm...

bug

**Describe the bug** When registry's `tagsortmode` is set `latest-first`, `digest` update strategy does not work. (at least with ECR). `argocd-image-updater` do detect that update is needed. But it updates to...

bug

**Is your feature request related to a problem? Please describe.** ArgoCD supports a concept of Plugins, such as the [kustomize/helm](https://github.com/argoproj/argocd-example-apps/tree/master/plugins/kustomized-helm) integration, and also used for extending ArgoCD for other use...

enhancement

**Describe the bug** argocd-image-updater is unable to properly find images with `/`s in the repository name which also are in the `library` namespace. **To Reproduce** Steps to reproduce the behavior:...

bug

Seems like the image updater is stuck in a loop of updating the same image back and forth between the same version, 1.20 --> 1.20.0 --> 1.20 --> 1.20.0 etc...

bug

**Describe the bug** I can't use credentials with docker.hub Due to API limitations I'm not able to send frequent requests to docker.hub API and I need to use credential if...

bug

**Describe the bug** git-ask-pass.sh not found **To Reproduce** Using a private Azure DevOps and connectiong to repo by https **Version** v0.11.3 **Logs** time="2022-02-02T15:56:44Z" level=error msg="Could not update application spec: `git...

bug

**Describe the bug** We set up an alert in Prometheus based on the `argocd_image_updater_images_errors_total` metric to be informed in case there is a problem with any image update. For some...

bug

I tried out the `digest` update strategy for a Helm application (introduced in https://github.com/argoproj-labs/argocd-image-updater/pull/176) and found that the default behaviour will produce an invalid reference format `some/image:sha256:`. This should be...

enhancement

i use app of apps method i have following annotations in app description ``` annotations: argocd-image-updater.argoproj.io/image-list: image_alias=image/path/ argocd-image-updater.argoproj.io/image_alias.update-strategy: latest argocd-image-updater.argoproj.io/image_alias.force-update: "true" argocd-image-updater.argoproj.io/image_alias.ignore-tags: regexp:^[a-zA-Z].* ``` I expect that argocd-image-updater will update...

bug