argocd-image-updater
argocd-image-updater copied to clipboard
Re-use certificate information from Argo CD
Is your feature request related to a problem? Please describe.
My problem is the same as described in this issue #190 The fix there was to mount the known_hosts into the image updater. But when not using ssh , the image updater has an error when trying to write back to git because of my self signed certificate. In Argo it is working fine and the certificate is added there.
git fetch origin --tags --force` failed exit status 128: fatal: unable to access 'https://bitbucket.***.de/scm/helm/my-service-helm.git/': SSL certificate problem: self signed certificate in certificate chain" execID=7BZ7L
Describe the solution you'd like A solution could be to reuse the argocd-tls-certs-cm if thats possible.
Describe alternatives you've considered Unfortunatly I dont have any. I did not find anything about that in the documentation.
Yep, I agree. This would be a good feature to have.
Is there any workaround yet? It looks to me that one needs to rebuild the image if custom certificates are required. Am I right?