argocd-image-updater
argocd-image-updater copied to clipboard
Automatic container image update for Argo CD
**Is your feature request related to a problem? Please describe.** We need to find a proper way how we can synchronize our changes back to Git. Currently, we leverage Argo...
Is there a reason why the default helm parameter for the image name is `image.name` when it seems the convention appears to be `image.repository`? Some examples - [Kubernetes Dashboard](https://github.com/kubernetes/dashboard/blob/e74d212cc9af8ce35702f88572edf29c5f68ae1f/aio/deploy/helm-chart/kubernetes-dashboard/templates/deployment.yaml#L60) -...
is argocd-image-updater supposed to just work:tm: with GKE workload identity for gcr.io auth? We're seeing authentication errors - ``` "Failed to read tags for host 'gcr.io', repository '/v2/xxx-project/xxx-api/tags/list' ``` >...
This tool will fill an important gap in ArgoCD. It is a gap that most people are probably getting around through manual interventions via UI / CLI, or with CI...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** 1. Enable git write-back 2. `update-strategy: name`, let it write-back to `.argocd-source-*.yaml` 3. change update...
Hi is there currently a helm chart for argocd-image-updater? I would like to install it together with argocd helm chart but the only stuff i found was "kubectl apply -n...
**Is your feature request related to a problem? Please describe.** Presently, in order to allow argocd image updater to update images within my application, I need to go back to...
**Describe the bug** I am testing image-updater plugin with ArgoCD for our CD solution, I have used following annotations on my Argo app ``` argocd-image-updater.argoproj.io/image-list: app=kahootali/nginx argocd-image-updater.argoproj.io/app.update-strategy: latest argocd-image-updater.argoproj.io/app.allow-tags: regexp:^[0-9]{6}-[0-9]{6}_RC$...
Current approach of defining `image-list` is great for many use-cases but can give some issues for usages with ApplicationSets templating and helm chart pattern. It would be great if there...
**Is your feature request related to a problem? Please describe.** I am using ArgoCD image updater with the following annotation to match my image tags ``` argocd-image-updater.argoproj.io/app.update-strategy: latest argocd-image-updater.argoproj.io/app.allow-tags: regexp:...