Open mattclegg opened 5 months ago
What is the motivation for that? Sorry, I did not quite understand that.
Also what is the relation with the link you added with this PR?
I'm trying to use a chart that has been published to a private GitHub repository. The BrowserDownloadURL from GitHub API doesn't work with "personal access tokens" (which I need to access to the private repository).
The reference to the link is because I've also had to update the helm binary to send the correct headers when downloading the chart from a private GitHub repository.
So now I just need to update index.yaml to use; https://api.github.com/repos/$OWNER/$REPO/releases/assets/$ASSET_ID
+1 :)
@cpanato I'd like to support using the URL from the API instead of the BrowserDownloadURL as that appears to be the only one that supports personal access tokens on private repos.
ref