jetstack / version-checker

Kubernetes utility for exposing image versions in use, compared to latest available upstream, as metrics.
https://jetstack.io
Apache License 2.0
691 stars 78 forks source link

Read proxy from environment when using the fallback/selfhosted client #144

Closed slarwise closed 7 months ago

slarwise commented 9 months ago

Hi,

When using a registry that is not part of the supported list (ACR, Docker Hub, ECR, GCR, Quay), I believe that proxy environment variables are not used for the client. Would this be possible to do? I believe it is due to the transport settings of the standalone client, the DefaultTransport reads proxy settings from the environment, but this is not used.

Thanks for a great project!