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

**Describe the bug** When using git write back I get git --fetch --force timeout after 1m 30s (maybe the size is to big)? Can I extend the timeout, spend a...

bug

When running argocd-image-updater as part of a pipeline, it will be handy to be able to manually specify the image tag that you want to configure on your files. Example:...

**Is your feature request related to a problem? Please describe.** I have disabled `indentation` rule for yamllint because the the git writeback method keeps modifying the indentation of the yaml...

enhancement

when using application with multiple sources, getting the log of image updater as shown below: "skipping app 'guestbook-test' of type '' because it's not of supported source type" application=guestbook-test

bug

Related: https://github.com/argoproj-labs/argocd-image-updater/issues/371 - If a change to manifest is not synced, image updater will keep trying to update the image and try to produce a commit without any changes, this...

**Describe the bug** I'm running into some issues with ArgoCD image updater segfaulting and being unable to write back to the repository. **To Reproduce** I'm using a GitHub app for...

bug

**Is your feature request related to a problem? Please describe.** I would like Image Updater to use its own Github app to authenticate to Github. At the moment, if I...

enhancement

**Describe the bug** On a 2019 Intel MacBook Pro, I've downloaded the darwin amd64 binary. Opening it gives a signature verification error. **To Reproduce** Steps to reproduce the behavior: -...

bug

**Describe the bug** We configured argocd image updater and set below annotations:- argocd-image-updater.argoproj.io/git-branch: main argocd-image-updater.argoproj.io/image-list: python-local.artifactory.int.net.com/python-qa argocd-image-updater.argoproj.io/write-back-method: git:secret:argocd/git-creds Below are the settings for argocd-image-updater-config: apiVersion: v1 data: log.level: debug registries.conf:...

bug

Since we have updated _image-updater_ to latest tag `sha256:ce1a5fc8647056743daa415e91374370f82a12e49d112f61ed296f74589f3407` our images with `digest` update strategy were having trouble updating from GitHub container repo. Errors reported were like: ~~~ time="2023-08-16T08:40:28Z" level=error...

bug