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

I'm using app of apps patterns and then utilising the image updater using git write-back method. It seems pushes the spec param file in git repo specified but it doesn't...

**Describe the bug** We use AKS with "integrated" ACR, we pull images without the need of pull secrets. But argocd-image-updater cannot get image tags. ``` time="2025-02-05T12:50:41Z" level=error msg="Could not get...

bug

These tests fail now because there is a bug with multiple helm app sources.

**Describe the bug** Using [write-back-target](https://argocd-image-updater.readthedocs.io/en/latest/basics/update-methods/#specifying-a-repository-when-using-a-helm-repository-in-repourl:~:text=helmvalues%20in%20config/base-,...or%20absolute%20with%20respect%20to%20the%20repository%3A,-%23%20absolute%20paths%20start%20with) to deploy an application through an ApplicationSet fails to update the image parameters. This works when deploying as an Application. Also referenced this [example](https://github.com/chengfang/image-updater-examples/tree/main/write-helmvalues) from...

bug

**Describe the bug** Image updater is not pulling the latest digest. **To Reproduce** ``` kubectl describe application/apple-bean-app-api-dev Name: apple-bean-app-api-dev Namespace: argocd Labels: Annotations: argocd-image-updater.argoproj.io/app-api.update-strategy: digest argocd-image-updater.argoproj.io/image-list: app-api=asdabacrmgmt.azurecr.io/apple-bean/app-api API Version: argoproj.io/v1alpha1...

bug

Hi! 1. Since v0.15.0 calling [GetApplication()](https://github.com/argoproj-labs/argocd-image-updater/blob/release-0.15/pkg/argocd/argocd.go#L31) triggers in turn [ListApplications()](https://github.com/argoproj-labs/argocd-image-updater/blob/release-0.15/pkg/argocd/argocd.go#L62) in v1.NamespaceAll. 2. GetApplication() is called multiple times in row. These all caues very high resource (CPU mainly) usage on...

**Describe the bug** I have an ApplicationSet deployed in ArgoCD - this deploys 3 applications. For some reason, Argo Image Updater will manage and update only 1 of the 3...

bug

**Describe the bug** A clear and concise description of what the bug is. Hi, I'm trying to add multiple sources to an `ApplicationSet` from which I only want to update...

bug

Hi team. I'd like to report that someone else may have the same problem. I have a local (on-premise) Kubernetes environment on [microk8s](https://microk8s.io/) for testing, where I use argocd-image-updater. If...

bug

**Describe the bug** I'm continuously seeing the following log entries: ``` time="2025-04-16T11:13:30Z" level=info msg="Setting new image to ghcr.io/renovatebot/renovate:39.246.0" alias=renovate application=codeberg image_name=renovatebot/renovate image_tag=39.240.1 registry=ghcr.io time="2025-04-16T11:13:30Z" level=info msg="Successfully updated image 'ghcr.io/renovatebot/renovate:39.240.1' to...

bug