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

Support further installation methods besides Helm Repositories #35

Closed
dgloeckner opened this issue Sep 7, 2021 · 1 comment · Fixed by #36
Closed

Support further installation methods besides Helm Repositories #35

dgloeckner opened this issue Sep 7, 2021 · 1 comment · Fixed by #36

Comments

@dgloeckner
Copy link
Contributor

According to the official docs, the following methods exist:

  • A chart repository (as we've seen above)
  • A local chart archive (helm install foo foo-0.1.1.tgz)
  • An unpacked chart directory (helm install foo path/to/foo)
  • A full URL (helm install foo https://example.com/charts/foo-1.2.3.tgz)

I'm specifically interested in the 2 "local" variants mentioned above.

Looking at the implementation of InstallOrUpgradeChart, install and update in client.go we could provide a variant which accepts a local chart directory.

I can try to make contributions if there's a chance that this gets merged ;)

@dgloeckner
Copy link
Contributor Author

This is actually working as expected. See the docu update in PR #36

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 a pull request may close this issue.

1 participant