argocd-image-updater
argocd-image-updater copied to clipboard
Automatic container image update for Argo CD
I see similar open issues where argocd updater log said it has updated an image but pod itself doesn't roll out new one: https://github.com/argoproj-labs/argocd-image-updater/issues/186 https://github.com/argoproj-labs/argocd-image-updater/issues/431 Using argocd-image-updater with a static...
**Is your feature request related to a problem? Please describe.** Our log collection system of choice prefers that logs be ingested in a JSON format. We enabled this with ArgoCD...
Fix links that target non existing destination.
Hello, 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 main and then push to...
**Is your feature request related to a problem? Please describe.** Currently, ArgoCD Image Updater only polls container registries for new tags at a given interval. Depending on the number of...
**Is your feature request related to a problem? Please describe.** Currently, we have the following variables available in the git commit message: - .AppName is the name of the application...
Hello, I'm waiting for the webhook trigger functionality before we can adopt this tool. However, I got the idea that I could probably just run the binary in our CI...
Would be great if there is a command either within CLI or within log to list summary of application that currently has image configured for update, its update strategies, last...
Fixes #427
**Is your feature request related to a problem? Please describe.** We use `git` write-back method, but our repository has branch protection rules, which require all commits to `main` branch to...