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

We are using ArgoCD and Argo Image Updater on AKS cluster and everything looks perfect except the fact that I'm unable to force Argo Image Updater to filter only specific...

bug

**Describe the bug** I have installed 0.15.2 version of image updater. Configured configmap like this: ``` data: registries.conf: | registries: - name: nexus prefix: nexus.example api_url: https://nexus.example credentials: pullsecret:argocd/nexus default:...

bug

Introduces an implementation idea to fix the bug where multiple helm sources applications doesn't update the correct pod with the correct image. The approach is to introduce a `argocd-image-updater.argoproj.io/%s.helm.release-name` label...

**Describe the bug** when there are three parameters in helm value, it's not working. **To Reproduce** ``` argocd-image-updater.argoproj.io/image-list: myalias=my-registry/my-repository:latest argocd-image-updater.argoproj.io/myalias.update-strategy: digest argocd-image-updater.argoproj.io/myalias.force-update: true argocd-image-updater.argoproj.io/myalias.helm.image-name: backstage.image.repository argocd-image-updater.argoproj.io/myalias.helm.image-tag: backstage.image.tag ``` in helm...

bug

I am having trouble debugging this issue: Which I have been able to reproduce using the CLI: Even when adding `--loglevel trace`, I could not get the content of the...

bug

Instead of passing `insecure: true` to our own private registries, we might want to do something better, like injecting our own baked CA Bundle into the Pod. Using helm, we...

enhancement

**Is your feature request related to a problem? Please describe.** For our specific workflow, we use a folder structure like /values/generated/{environment}.yaml This is the yaml we write back to when...

enhancement

This pull request introduces a new update strategy called `calver` for handling calendar versioning in the Argo CD Image Updater. The changes span across multiple files to integrate this new...

**Describe the bug** Invoking `argocd-image-updater test` prints out: ``` ... # Check for the latest built image for a tag that matches a pattern argocd-image-updater test nginx --allow-tags '^1.19.\d+(\-.*)*$' --update-strategy...

bug

Hey there, I don't know whether this describes a bug, or a feature request. Hope someone can categorize this correctly. 🙈 We have issues to use ArgoCD Image Updater in...