Skip to content
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

[WIP] add parameter for chart version, add repository parameter, add helm home #23

Merged
merged 1 commit into from
Feb 27, 2020

Conversation

scarby
Copy link
Contributor

@scarby scarby commented Feb 20, 2020

This might be 2 issues in one PR but it seems trivial not to separate them.

Initially this should fix: #21 for @raj-shekhar1 , in getting this to work it was necessary to hardcode the helm home argument in the install command (to where docker will install helm to) i'm not entirely happy with this so am open to comments on a better solution (this is fixed in helm3 i believe but shouldn't hurt)

also we need to specify which chart version should be installed which is different to the application version. So i have added this parameter in what should be a backwards compatible manner

@scarby scarby changed the title add parameter for chart version, add repository parameter, add helm home [WIP] add parameter for chart version, add repository parameter, add helm home Feb 20, 2020
@scarby scarby requested a review from colinjfw February 20, 2020 20:03
@colinjfw
Copy link
Collaborator

Initially this looks very safe to me. Thanks for your contribution 🎉

Do you need to run helm repo update before this command or will helm automatically pull from the repository?

@scarby
Copy link
Contributor Author

scarby commented Feb 21, 2020

no, helm update is not required if you provide a URL it will simply pull from that URL

@colinjfw colinjfw merged commit 547935f into deliverybot:master Feb 27, 2020
mlwelles pushed a commit to noho-digital/helm that referenced this pull request Aug 19, 2020
…ot#23)

Adds the following parameters to allow downloading a chart by url:

* chart-version
* repository
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.

Issue while downloading the chart by passing the full URL.
2 participants