- 28 Nov, 2018 1 commit
-
-
roc authored
https://github.com/kubernetes/helm -> https://github.com/helm/helm https://github.com/kubernetes/charts -> https://github.com/helm/charts Signed-off-by:
Roc Chan <roc@imroc.io>
-
- 24 Aug, 2018 1 commit
-
-
Adam Reese authored
-
- 14 Jun, 2018 1 commit
-
-
Matthew Fisher authored
To match the convention of `helm install`, `helm uninstall` is the inverse. Other tangential changes in this PR: - StatusDeleting has been changed to StatusUninstalling - StatusDeleted has been changed to StatusUninstalled - `helm list --deleted` has been changed to `helm list --uninstalled` - `helm list --deleting` has been changed to `helm list --uninstalling` - `helm.DeleteOption` and all delete options have been renamed to `helm.UninstallOption` I have not made any changes to the "helm.sh/hook-delete-policy", "pre-delete" and "post-delete" hook annotations because 1. it's a major breaking change to existing helm charts, which we've commited to NOT break in Helm 3 2. there is no "helm.sh/hook-install-policy" to pair with "helm.sh/hook-uninstall-policy", so delete still makes sense here `helm delete` and `helm del` have been added as aliases to `helm uninstall`, so `helm delete` and `helm del` still works as is.
-
- 23 Apr, 2018 1 commit
-
-
Adam Reese authored
-
- 20 Apr, 2018 1 commit
-
-
Adam Reese authored
-
- 30 Mar, 2018 1 commit
-
-
ReSearchITEng authored
closes #3795
-
- 22 Mar, 2018 1 commit
-
-
Ferenc- authored
Now the parsing part is the same as in the curl scenario
-
- 20 Mar, 2018 1 commit
-
-
Arturo Contreras authored
-
- 15 Mar, 2018 1 commit
-
-
Michal Zerola authored
-
- 13 Mar, 2018 1 commit
-
-
Matthew Fisher authored
-
- 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 1 commit
-
-
Shane Starcher authored
-