Florin Hillebrand
Florin Hillebrand
Hi, as we switched over to the redmine_git_mirror plugin, I did some adaptions to the plugin, to better fit our environment. I would like to share this with you, because...
**Describe the bug** Using GIT write back together with Helm Chart from Helm Chart repository in repoURL isn't supported, because the ArgoCD image-updater tries to resolve the URL under `spec.source.repoURL`...
Addressing #423 This PR does the following: * Get the repository URL either from `app.Spec.Source.RepoURL` or from `argocd-image-updater.argoproj.io/git-repository` if specified and store it into the `WriteBackConfig` struct as `GitRepo`. *...