argocd-image-updater
argocd-image-updater copied to clipboard
Automatic container image update for Argo CD
Thanks to them, we can pass a contextual logger down through a call stack: `controller=ctrl controllerGroup=ctrlG controllerKind=ctrlK logger=lgr`. Will be used in future CRD feature. See #1170
Welp, I spent quite some time writing this PR to preserve formatting in Helm values files only to discover that there already some activity in this area, namely https://github.com/argoproj-labs/argocd-image-updater/pull/1039 and...
While reading the code, i found some typos.
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** While the main purpose of the image updater is update images in apps automatically without manual process it is sometimes...
This PR is to address https://github.com/argoproj-labs/argocd-image-updater/issues/1 and is essentially a continuation of https://github.com/argoproj-labs/argocd-image-updater/pull/284 This pull request introduces a webhook server to handle container registry events, enabling automated image updates in...
**Describe the bug** I have an Application with multiple sources: ``` piVersion: argoproj.io/v1alpha1 kind: Application metadata: name: infra namespace: argocd annotations: argocd-image-updater.argoproj.io/write-back-method: git argocd-image-updater.argoproj.io/write-back-target: kustomization argocd-image-updater.argoproj.io/image-list: restarter=codeberg.org/clambin/k8s-restarter argocd-image-updater.argoproj.io/restarter.update-strategy: newest-build spec:...
While working with the argoproj-lab project, this [vulnerability](https://vulert.com/vuln-db/CVE-2025-47933) was identified in the use of Argo CD (this dependency used by argoproj-lab). The vulnerability stems from inadequate filtering of user-inputted URLs,...
**Describe the bug** We have a repo containing the Helm Chart we want to deploy from GitLab, and another repo containing the values .yaml files for environment (lab, dev, uat,...