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

Re-use certificate information from Argo CD

Open BeyerJC opened this issue 3 years ago • 3 comments

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.

BeyerJC avatar Jan 14 '22 09:01 BeyerJC

Yep, I agree. This would be a good feature to have.

jannfis avatar Jan 14 '22 18:01 jannfis

Is there any workaround yet? It looks to me that one needs to rebuild the image if custom certificates are required. Am I right?

mFranz82 avatar Dec 12 '22 20:12 mFranz82