Skip to content

Fix access to remote Helm repostories #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 29, 2018

Conversation

elemental-lf
Copy link
Contributor

I've had the problem that helm-diff failed when I specified a remote Helm chart on the command line. Investigation showed that ChartDownloader failed because it knew nothing about the http and https schemes. This PR fixes this problem. I'm using Helm version 2.7.2.

  • Call ChartDownloader with a list of all available getters
  • Return error from downloadTo to get better feedback why
    something went wrong

* Call ChartDownloader with a list of all available getters
* Return error from downloadTo to get better feedback why
  something went wrong
@databus23 databus23 merged commit 81239df into databus23:master Jan 29, 2018
@databus23
Copy link
Owner

Thank you!

@codenio
Copy link
Contributor

codenio commented Feb 20, 2018

Hi,

Access to remote Helm repositories is great.

Notised an issues:
It downloads the remote chart and places in current directory. Downloading chart to Archive dir (~/.helm/cache/archive) would keep the current dir clean

Fix: #30

@elemental-lf
Copy link
Contributor Author

@aananthraj yeah, I also noticed this but it's not directly related to this PR.

@codenio
Copy link
Contributor

codenio commented Feb 22, 2018

yes @elemental-lf , its no way related to this PR, but its a kind of cleanup around it.
Just wanted to convey it here 😄 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants