argocd-image-updater
argocd-image-updater copied to clipboard
Can i use argocd-image-updater when arogcd application is using custom plugin ?
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
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
my plugin is using helm
Then sorry, not possible yet.
It may become possible once the CMP v2 in Argo CD supports parametrization.
@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?
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
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 :)