- 02 Feb, 2018 1 commit
-
-
Adam Reese authored
-
- 05 Jan, 2018 1 commit
-
-
Adam Reese authored
-
- 29 Dec, 2017 1 commit
-
-
Matthew Fisher authored
-
- 20 Nov, 2017 1 commit
-
-
Tim H authored
Instead of presuming that bash is installed at /bin/bash, use `$PATH`. Official [bash docker container](https://hub.docker.com/_/bash/) installs bash at `/usr/local/bin` and recommends the use of `env`
-
- 03 Oct, 2017 2 commits
-
-
Marcin Kłopotek authored
-
Marcin Kłopotek authored
-
- 02 Oct, 2017 1 commit
-
-
Marcin Kłopotek authored
HELM_TMP_ROOT directory is now uniquely generated to avoid potential clashes with old installation instances or other processes using the same /tmp subdirectory
-
- 29 Sep, 2017 1 commit
-
-
Marcin Kłopotek authored
-
- 12 Sep, 2017 1 commit
-
-
Hui Chen authored
-
- 08 Sep, 2017 1 commit
-
-
- 29 Aug, 2017 1 commit
-
-
Justin Scott authored
Currently the bash script that installs Helm is hard-coded to use openssl sha command but some distros like Debian 9 only have sha1. Since the popular current distros have sha1 we can switch to that. Closes(#2859)
-
- 14 Aug, 2017 1 commit
-
-
Tim H authored
Do not close the pipe early, output only the first version found. wget command changed for consistency. Fixes #2802
-
- 07 Jul, 2017 1 commit
-
-
Adam Reese authored
-
- 29 Jun, 2017 1 commit
-
-
Tony Fahrion authored
$EUID is readonly, so it should be save to test against it. Thanks for the tip @thomastaylor312 !
-
- 28 Jun, 2017 2 commits
-
-
Tony Fahrion authored
Avoid using $* multiple times
-
Tony Fahrion authored
If the execution user is already the root user, this avoids requireing sudo to be installed within the environment. Which might helo in CI environments.
-
- 26 May, 2017 1 commit
-
-
peay authored
-
- 24 May, 2017 1 commit
-
-
Matt Butcher authored
-
- 17 May, 2017 1 commit
-
-
Matt Butcher authored
2.4.0 stopped installing development versions by default. This allows the user to re-enable that support by setting --devel. Closes #2407
-
- 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
-
- 03 May, 2017 1 commit
-
-
ReSearchITEng authored
-
- 02 May, 2017 1 commit
-
-
Sushil Kumar authored
-
- 01 May, 2017 2 commits
-
-
Michelle Noorali authored
helps with half of #2224
-
Nikhil Manchanda authored
Updated the 'helm completion' command to take in the shell as a parameter. Currently acceptable options are 'bash' and 'zsh'. Also fixed the completions to work with zsh in a manner similar to what kubectl does. Also updated the docs to reflect this change. Closes #2201
-
- 28 Apr, 2017 1 commit
-
-
Adam Reese authored
-
- 25 Apr, 2017 1 commit
-
-
Jorge Marin authored
-
- 24 Apr, 2017 3 commits
-
-
Jorge Marin authored
-
Jorge Marin authored
-
Jorge Marin authored
-
- 18 Apr, 2017 2 commits
-
-
Shane Starcher authored
-
Justin Scott authored
-
- 13 Apr, 2017 1 commit
-
-
Sushil Kumar authored
-
- 12 Apr, 2017 4 commits
-
-
Adam Reese authored
-
Adam Reese authored
-
Christoph Blecker authored
-
Christoph Blecker authored
-
- 11 Apr, 2017 1 commit
-
-
Adam Reese authored
Rebase on kubernetes v1.6
-
- 22 Mar, 2017 1 commit
-
-
Adam Reese authored
gosimple seems to be eating all memory in CircleCI. Testing disabling the check to see if CI builds.
-
- 19 Mar, 2017 1 commit
-
-
Leszek Charkiewicz authored
This change prevents downloading the same version as already installed.
-
- 12 Mar, 2017 1 commit
-
-
Christoph Blecker authored
-