Bypass registry SSL or pass SelfSigned Certificate in argocd-image-updater #2958
Unanswered
Muhammad-Irfan324
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
argo-helm/charts/argocd-image-updater/values.yaml
Line 149 in ebb2d15
registries:
- name: name of the registry
prefix: name of the registry
api_url: https://registryURL:443
credentials: pullsecret:namespace/secret
insecure: true
Docker registry is nexus with self signed SSL/TLS
For Docker login to local system
crt needs to be store after that docker login can be done
But argocd-image-updater says it can't find the tls verification even though passed the insecure flag
https://github.com/argoproj/argo-helm/blob/main/charts/argocd-image-updater/values.yaml
Even tried to add TLS certificate with volume and volumemount the secret and with init container or directly as well but pod goes into crashloopback error.
Version
argocd-image-updater = v0.14.0
Please tell us about the version you encountered the issue with
Logs
No Option for adding CA for registry? niether the flag is working to bypass the TLS
Documentation Link - https://argocd-image-updater.readthedocs.io/en/stable/configuration/registries/#configuration-format
Beta Was this translation helpful? Give feedback.
All reactions