ipedrazas / drone-helm

Helm (Kubernetes) plugin for drone.io
MIT License
121 stars 90 forks source link

The latest docker image(master-a504685) shows x509: failed to load system roots and no roots provided error #36

Closed hokichaio closed 7 years ago

hokichaio commented 7 years ago

Got this error message from the latest image quay.io/ipedrazas/drone-helm:latest

Creating /root/.helm 
Creating /root/.helm/repository 
Creating /root/.helm/repository/cache 
Creating /root/.helm/repository/local 
Creating /root/.helm/plugins 
Creating /root/.helm/starters 
Creating /root/.helm/cache/archive 
Creating /root/.helm/repository/repositories.yaml 
Error: Looks like "https://kubernetes-charts.storage.googleapis.com" is not a valid chart repository or cannot be reached: Get https://kubernetes-charts.storage.googleapis.com/index.yaml: x509: failed to load system roots and no roots provided
Error running helm command: init --upgrade

Notice there are some changes from here

hokichaio commented 7 years ago

fixed by https://github.com/ipedrazas/drone-helm/pull/35, closing