argocd-image-updater
argocd-image-updater copied to clipboard
Automatic container image update for Argo CD
**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...
Add e2e tests for apps in any namespace feature
Image updater updates the wrong helm values when having more than one chart in an Argocd Application
**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...
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...
**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,...
**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...
**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...
**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...
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...