Bypass registry SSL or pass SelfSigned Certificate in argocd-image-updater #2959
Labels
argocd-image-updater
awaiting-upstream
Is waiting for a change upstream to be completed before it can be merged.
bug
Something isn't working
no-issue-activity
Describe the bug
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
Related helm chart
argocd-image-updater
Helm chart version
0.11.0
To Reproduce
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
Expected behavior
It Should By pass the TLS and gowith insecure
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: