argocd-image-updater
argocd-image-updater copied to clipboard
Automatic container image update for Argo CD
We're using Helm charts through Kustomize. During every update cycle the images are being updated even if there are no image updates in the upstream repo: ``` 2024-08-06T10:43:27.268478185-04:00 stdout F...
**Describe the bug** When running (latest/master branch) updater, with Applications in other namespaces, Events will fail to be published, with a message like: ``` time="2024-08-29T17:04:39Z" level=warning msg="Event could not be...
Sync namespace for Event to the Application namespace (#847) Note that this does assume that the kubernetes client has permissions to create Events on the particular namespace (this typically depends...
Fixes https://github.com/argoproj-labs/argocd-image-updater/issues/809 For multiple aliases pointing to the same image, parameters for each alias should be updated according to the application annotations. The test is contributed by dshmelev.
**Describe the bug** ArgoCD Image Updater does not update the helm values file when multiple aliases of the same image are in application annotation. **To Reproduce** Create an application with...
https://github.com/argoproj-labs/argocd-image-updater/blob/master/test/e2e/prereqs/argocd/kustomization.yaml#L2 The above line currently refers to argocd v2.1.5, which is quite old. Need to update it to point to tag `stable`, so more recent features in argocd can be...
**Is your feature request related to a problem? Please describe.** When deploying charts with multiple images (such as with app-of-apps), each image must be specified in the annotation. The number...
**Describe the bug** when using canonical name of the image for helm the image-update is not able to write back to git **To Reproduce** ``` apiVersion: argoproj.io/v1alpha1 kind: ApplicationSet metadata:...
Add e2e test for app-wide-upgrade-strategy