argocd-image-updater
argocd-image-updater copied to clipboard
Automatic container image update for Argo CD
**Describe the bug** Image updater is unable to image tags of application with multiple image defined **To Reproduce** Steps to reproduce the behavior: Add application with multiple images defined like...
 https://quay.io/repository/argoprojlabs/argocd-image-updater?tab=tags v0.12.2 has 8 critical vulnerabilities and numerous others. It was released 10 months ago. `latest` was tagged only a month ago and has a single critical vulnerability (libcurl,...
Add --namespaced flag, that when true will only monitor the configured namespace for applications. If it is false, then monitor all namespaces for applications. By default this is set to...
**Describe the bug** Hello, I'm encountering an issue with the Argo CD Image Updater where it's not updating my kustomization.yaml file as expected. Specifically, the updater seems to omit the...
**Describe the bug** I have configured and argocd application called test-app that tracks a branch called argocd (main is protected). I then setup argocd-image-updater to checkout from master and then...
This commit causes argocd-image-updater to preserve the order of fields in the `kustomization.yaml` file when updating the image(s). Doing so will minimize git diffs in the case that other tools...
When we create ArgoCD application, by default we add below ignore differences configuration ``` ignoreDifferences: - group: '*' kind: '*' managedFieldsManagers: - rollouts-controller ``` These applications have "AutoImageUpdates" configuration enabled....
resolving this error The system-wide python installation should be maintained using the system 92.69 package manager (apk) only. 92.69 92.69 If the package in question is not packaged already (and...
**Describe the bug** argocd-image-updater is unable to get the tag list from Google Artifact Registry. Behaviour can be reproduced running the binary locally or on Kubernetes. Getting the image tags...
Bumps [github.com/argoproj/argo-cd/v2](https://github.com/argoproj/argo-cd) from 2.8.4 to 2.8.8. Release notes Sourced from github.com/argoproj/argo-cd/v2's releases. v2.8.8 Quick Start Non-HA: kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.8/manifests/install.yaml HA: kubectl create namespace...