- 10 May, 2018 1 commit
-
-
Adam Reese authored
-
- 25 Apr, 2018 1 commit
-
-
Adam Reese authored
-
- 23 Apr, 2018 1 commit
-
- 17 Apr, 2018 1 commit
-
-
Adam Reese authored
-
- 16 Apr, 2018 1 commit
-
-
Adam Reese authored
-
- 26 Feb, 2018 2 commits
-
-
Adam Reese authored
Support installing plugins by relative path ``` helm plugins install . ```
-
Adam Reese authored
Newer gits don't like checking out an empty string. ``` empty string is not a valid pathspec. please use . instead if you meant to match all paths ```
-
- 09 Feb, 2018 1 commit
-
-
oilbeater authored
defer statement executes only when function return, and the resource still be hold during loop. Release the resource manually when not needed.
-
- 20 Oct, 2017 1 commit
-
-
Johan Lyheden authored
-
- 19 Oct, 2017 2 commits
-
-
Johan Lyheden authored
-
Johan Lyheden authored
-
- 14 Jul, 2017 1 commit
-
-
Adam Reese authored
-
- 13 Jul, 2017 1 commit
-
-
Fabian Ruff authored
-
- 30 May, 2017 2 commits
-
-
Seth Goings authored
-
Adam Reese authored
* fix a number of issues with flag parsing * add support for `HELM_DEBUG` * lazy expand flag default envars
-
- 25 May, 2017 1 commit
-
-
Sushil Kumar authored
Fixes https://github.com/kubernetes/helm/issues/2488
-
- 19 May, 2017 1 commit
-
-
Adam Reese authored
If git has autosetuprebase enabled pulling will fail without a descriptive error message.
-
- 16 May, 2017 1 commit
-
-
Sushil Kumar authored
* Adds update option to plugin command Fixes issues/2385 - helm install silently updates the plugin, if it pre-existed * Added tests for new methods for plugin update * Updated docs * Updated review comments :) * Return error exit code when there is error
-
- 06 May, 2017 3 commits
-
-
Sushil Kumar authored
-
Sushil Kumar authored
Partially fixes issues/2385 - helm install silently updates the plugin, if it pre-existed
-
Sushil Kumar authored
Fixes issues/2384 - helm plugin install installs a default version in case requested version is not available
-
- 20 Apr, 2017 1 commit
-
-
Adam Reese authored
-
- 16 Apr, 2017 1 commit
-
-
Gergo Huszty authored
It is now possible to create plugins with chart download capabilities for custom, non-http protocols. Furthermore it is possible to reuse helm packages to implement alternative clients with these custom downloader functions.
-
- 07 Apr, 2017 1 commit
-
-
Adam Reese authored
-
- 06 Apr, 2017 1 commit
-
-
Adam Reese authored
Add plugin management subcommands for installing and removing plugins to `$HELM_HOST/plugins`. Install accepts a vcs url or a local directory. ``` $ helm plugin install http://github.com/adamreese/helm-env Installed plugin: env $ helm plugin list NAME VERSION DESCRIPTION env 0.1.0 Print out the helm environment. $ helm plugin remove env Removed plugin: env ``` closes #1977
-
- 12 Mar, 2017 1 commit
-
-
libesz authored
In the TestLoadDir test case, currently reflect.DeepEqual is expected to fail by error. Expected metadata is different than in the fixture yaml. Also, the type of the struct is mismatching in DeepEqual call (struct vs pointer to struct).
-
- 29 Nov, 2016 1 commit
-
-
Matt Butcher authored
This adds a backend for a plugin system. Closes #1572
-