argocd-image-updater
argocd-image-updater copied to clipboard
Automatic container image update for Argo CD
**Describe the bug** I'm getting started using ArgoCD Image Updater (AIU). It's giving an error for one of my use cases where I deploy to GCP Cloud Run using ArgoCD....
Image Updater provides some functionality that can be reused by other projects, most notably the feature to inspect OCI and Docker registries' contents and pick an image based on some...
Closes https://github.com/argoproj-labs/argocd-image-updater/issues/556 This PR is to fix 2 issues: 1. current tags filtering behavior will skip semver constraint for prereleases versions (although they are valid semver versions) when there is...
**Is your feature request related to a problem? Please describe.** we have applications created with `valuesObject` configurations and this setup is not supported at the moment. **Describe the solution you'd...
Would it be a good idea to create an object called DefaultFlagValues and add the values below to it? It took me a while to figure out the default interval...
If the {{ and }} are not escaped, Helm will consume those, and the whole template will be lost. The original example: ```yaml argocd-image-updater.argoproj.io/git-branch: main:image-updater{{range .Images}}-{{.Name}}-{{.NewTag}}{{end}} ``` will render as...
the docs say "Argo CD will either automatically deploy the new image version or mark the Application as Out Of Sync, and you can trigger the image update manually by...
**Describe the bug** The bug am facing is that i have different branches for different environements, preprod, staging, prod, and image updater commit and push to a branch with the...
**Is your feature request related to a problem? Please describe.** I'm deploying some complex stuff by using an ApplicationSet which based in a values.yaml file that an user push, it...
**Describe the bug** I've setup argocd image updater in my GKE autopilot cluster using helm charts. It works well with the config below: ``` argocd-image-updater: serviceAccount: name: argo-img-updater-sa annotations: iam.gke.io/gcp-service-account:...