debben / vsts-helm-extension

An unofficial Helm extension for Visual Studio Team Services
MIT License
4 stars 1 forks source link

Download of binary fails #1

Closed dtzar closed 6 years ago

dtzar commented 6 years ago

When using the VS2017 hosted or Hosted Linux Preview agents, the download fails with:

2017-11-09T20:36:16.1863960Z ##[section]Starting: helm upgrade
2017-11-09T20:36:16.2063967Z ==============================================================================
2017-11-09T20:36:16.2063967Z Task         : Work with Helm packages
2017-11-09T20:36:16.2063967Z Description  : Build, install, and update helm packages.
2017-11-09T20:36:16.2063967Z Version      : 0.1.0
2017-11-09T20:36:16.2063967Z Author       : Don Ebben
2017-11-09T20:36:16.2063967Z Help         : [More Information](https://github.com/debben/vsts-helm-extension)
2017-11-09T20:36:16.2063967Z ==============================================================================
2017-11-09T20:36:17.6728514Z Downloading: https://storage.googleapis.com/kubernetes-helm/.tar.gz
2017-11-09T20:36:18.0102768Z ##[error]Unexpected HTTP response: 404
2017-11-09T20:36:18.0202773Z ##[section]Finishing: helm upgrade
debben commented 6 years ago

@dtzar,

I was able to reproduce the issue locally and have pushed a fixed version of the extension which should resolve this issue. Could you please try again and let me know if this resolves the download issue?

dtzar commented 6 years ago

The fix worked, thank you for the quick turnaround!