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

Add instructions to authenticate to Azure Container Registry with workload identity. Closes #586, #550 and #473

**Describe the bug** The problem is that when you store helm values files in a separate repo you use `spes.sources` instead of `spes.source` in your Application manifests. Thus instead of...

bug

**Describe the bug** argocd-image-updater is running, sees valid candidate images from our docker.io repo, and updates them in the k8s Application, but the k8s deployment does not update it's image....

bug

**Describe the bug** - I use ArgoCD with Argo Image updater. - Apps that are using CronWorkflow don't get image tags updated in workflows - Image tags are synced into...

bug

Describe the bug ImageUpdater doesn't work with public docker images using the default configuration To Reproduce Deploy ImageUpdater without any registry configuration, add argoCD application with public docker hub image...

bug

Install azure-cli in Docker image in order to use the `az acr login` command. Can be used with Azure Managed Identities with the following script: ```yaml --- apiVersion: v1 kind:...

**Describe the bug** When using argocd image updater with two images, only the second is updated. The first image remains at the initially defined tag version. It looks like it...

bug

**Describe the bug** I cannot pull images that are stored in Azure Container Registry. **To Reproduce** 1. Install ArgoCD from scratch 2. Install argocd-image-updater (`kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj-labs/argocd-image-updater/stable/manifests/install.yaml`)...

bug