argocd-image-updater
argocd-image-updater copied to clipboard
add the ability to specify filename for helm based git write back target
based on feature request: https://github.com/argoproj-labs/argocd-image-updater/issues/287
edit:
- the original commit was force pushed because the old one was unsigned
Hey, apologies for coming so late to this one! I was just thinking, that this is not specific to Helm, because it really is writing the app source YAML, just to a different path.
So, I think the write-back-target
parameter name should not be helm
(and not exclusively associated to applications of type Helm at all), but probably should be named app-source
and work for both, Kustomize and Helm (and later on, possibly other) types of applications.
Hi,
any update on this feature request? We really need it.
Thanks.
any update on this ? seems like it would be very nice to merge the feature but still no review
This is what we are looking for!
An update would be greatly appreciated, thanks! 👍
I think this was achieved in #636