argocd-image-updater icon indicating copy to clipboard operation
argocd-image-updater copied to clipboard

Can i use argocd-image-updater when arogcd application is using custom plugin ?

Open davshafik opened this issue 3 years ago • 6 comments

Can i use argocd-image-updater when arogcd application is using custom plugin ? like vault plugin or it can only work with helm / kustomize applications ?

Note: the app is helm chart but just using vault plugin to fetch the secrets

davshafik avatar Mar 10 '22 13:03 davshafik

Currently, you can make argocd-image-updater work with a plugin if your plugin makes use of Kustomize.

For this to work, you need to set write-back-method to git, and write-back-target to your kustomization.yaml

jannfis avatar Mar 14 '22 12:03 jannfis

my plugin is using helm

davshafik avatar Mar 14 '22 13:03 davshafik

Then sorry, not possible yet.

It may become possible once the CMP v2 in Argo CD supports parametrization.

jannfis avatar Mar 14 '22 16:03 jannfis

@jannfis Hi! Sorry for bothering but it seems ArgoCD supports parametrization currently so could you shed some light on if there are any workarounds to use plugin apps with ArgoCD Image updater?

Const-antine avatar Jan 19 '23 13:01 Const-antine

Is there any progress for this. I have custom plugin which uses helm and now we want to update the images via argocd-image-updater

AnubhavSabarwal avatar Aug 24 '23 09:08 AnubhavSabarwal

I saw this post on a different issue surrounding Image Updater and 'Plugins'. I just deployed it and had it update my Git Repo when I pushed a new image to ACR. I found it works pretty well and would recommend it as a work around until Image Updater works with Plugins :)

TommyBeaton avatar Sep 04 '23 09:09 TommyBeaton