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** My test case app is in 2 different layouts. One is Kustomize, one is Helm. Ultimately we want to go with Helm. They both deploy successfully by...

bug

Add e2e tests for apps in any namespace feature

**Describe the bug** When having more than one helm chart deployed in the same Application file, the annotation `argocd-image-updater.argoproj.io/XXXX.helm.image-name` does not update the properties for the correct chart, but for...

bug

Fixes https://github.com/argoproj-labs/argocd-image-updater/issues/840

**Is your feature request related to a problem? Please describe.** A complete list of all supported application annotations for configuring argocd-image-updater will be helpful. A good place seems to be...

enhancement
component:docs

**Describe the bug** According to the test coverage report at https://app.codecov.io/gh/argoproj-labs/argocd-image-updater/blob/master/pkg%2Fregistry%2Fclient.go , some important code paths are not covered in function: ```go func (client *registryClient) TagMetadata(manifest distribution.Manifest, opts *options.ManifestOptions) (*tag.TagInfo,...

test

**Describe the bug** The stable doc site https://argocd-image-updater.readthedocs.io/en/stable/ seems to be stale, and does not contain recent changes in the current argocd-image-updater stable release. On the upper right corner, it...

bug
component:docs

**Describe the bug** got error ``` time="2024-08-21T16:26:00Z" level=info msg=Trace args="[git fetch origin --tags --force --prune]" dir=/tmp/git-workload-in-cluster-app-podinfo-test1868138268 operation_name="exec git" time_ms=1916.5610530000001 time="2024-08-21T16:26:00Z" level=info msg="git config user.name argocd-image-updater" dir=/tmp/git-workload-in-cluster-app-podinfo-test1868138268 execID=29dd2 time="2024-08-21T16:26:00Z" level=info msg=Trace...

bug

**Describe the bug** I have seen this issue for deployments that are scaled down to 0 replica by Keda and for CronJobs when no Job is running in combination with...

bug

It looks like I closed PR 800 (I don't remember doing that) So I Recreated it For now, AIU only lists application in ArgoCD Namespace before trying to update them...