deis / builder

Git server and application builder for Deis Workflow
https://deis.com
MIT License
40 stars 41 forks source link

fix(charts): reference registry-proxy on 127.0.0.1 #473

Closed bacongobbler closed 7 years ago

bacongobbler commented 7 years ago

On some providers, "localhost" is not set up on the host network. explicitly calling the loopback address fixes this.

See deis/workflow#678

codecov-io commented 7 years ago

Codecov Report

Merging #473 into master will not impact coverage.

@@           Coverage Diff           @@
##           master     #473   +/-   ##
=======================================
  Coverage   56.11%   56.11%           
=======================================
  Files          29       29           
  Lines        1219     1219           
=======================================
  Hits          684      684           
  Misses        497      497           
  Partials       38       38

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4301cb5...634bfe9. Read the comment docs.