- 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`
-
- 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
-
- 11 Mar, 2017 1 commit
-
-
Christoph Blecker authored
-
- 17 Feb, 2017 1 commit
-
-
Ladicle authored
`unbound variable` error occurs when docker-machine is not used.
-
- 15 Jan, 2017 1 commit
-
-
Christoph Blecker authored
-
- 01 Dec, 2016 1 commit
-
-
Adam Reese authored
-
- 29 Nov, 2016 1 commit
-
-
Matt Butcher authored
This adds a hidden 'helm doc' command that generates documentation out of the Helm help text. Currently it can create: - man pages for HELM(1) - Markdown documentation - bash autocompletions Those are the three built-ins for Cobra. The command is hidden so that it doesn't show up to the regular user, since this is really a specialized task. It has the advantage of making it trivially easy to install man pages and bash completion at installation time.
-
- 15 Nov, 2016 2 commits
-
-
Wayne Brantley authored
shasum is not on many platforms (like centos), use openssl instead.
-
Matt Farina authored
gometalinter has moved to versioned releases. The latest of the v1 major versioned releases can be retrieved through pkg.in. This change moves gometalinter use to the latest v1 release.
-