Commit graph

17 commits

Author SHA1 Message Date
Sven van Heugten
480a83206f feat(helm): add --plugins flag to 'helm init' (#5109)
Allow specifying a set of plugins in a yaml file that will be installed during
the `helm init` process.

Closes #5079.

Signed-off-by: Sven van Heugten <svenvanheugten@home.nl>
2019-02-08 08:16:22 -08:00
Martin Hickey
86d8596763 Feature(Plugins): Enable platform specific commands (#5176)
* Add logic for platform specific commands to plugins
* Add plugins doc updated to incorporate platform specific commands
* Add condition for os match:  If OS matches and there is no more specific match, the command
will be executed
2019-01-16 21:52:58 -08:00
Matt Butcher
1ce594f410
ref(helm): rename fetch to pull (#4714)
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
2018-09-28 12:37:57 -06:00
Adam Reese
358746fee6
ref(*): remove HELM_HOST 2018-04-16 23:16:43 -07:00
xianlubird
4b09b0489b Fix some typo
Signed-off-by: xianlubird <xianlubird@gmail.com>
2018-04-11 20:51:58 +08:00
Matthew Fisher
6c585d47a8
Merge pull request #3266 from nokia/docs/downloader-plugin
docs: downloader plugin documentation
2017-12-28 14:58:51 -08:00
Gabriel Miretti
219e1075ce
Fix command formatting 2017-12-19 17:46:03 -03:00
Gergo Huszty
a8b95ca1d1 Downloader plugin documentation added. 2017-12-16 13:32:46 +01:00
Matthew Fisher
d655911088
Merge pull request #3041 from jlyheden/feature/plugin-http-installer
Add plugin installer from http archive
2017-11-22 09:15:45 -08:00
Michelle Noorali
5884124294 ref(docs): update plugin install documentation 2017-11-20 10:12:13 -05:00
Johan Lyheden
4831089500 Add tests to HTTPInstaller, update plugin documentation 2017-10-20 10:28:40 +02:00
Gary Lucas
7681a1c82b Update plugins.md
typo
2017-06-18 12:48:28 -07:00
spiddy
4fb7deb023
Added reference to plugins 2017-04-20 10:13:58 +02:00
dongziming
34d7585f1e Spelling errors and so on. 2016-12-26 11:40:48 +08:00
Greg Taylor
f94934b1a1 plugins.md: Spelling fix 2016-12-16 22:45:45 -08:00
Matt Butcher
a5d818dc4a
fi(helm): add more tests for plugins
This adds tests for setupEnv, and also updates some documentation to
mirror the current state of plugins.
2016-12-01 16:37:19 -07:00
Matt Butcher
fad755e7ae
feat(helm): add plugin system backend
This adds a backend for a plugin system.

Closes #1572
2016-11-29 10:28:54 -07:00