- 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>
-
- 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
-
- 15 Mar, 2018 1 commit
-
-
Michal Zerola authored
-
- 13 Mar, 2018 1 commit
-
-
Matthew Fisher 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
-
- 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
-
- 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.
-
- 03 May, 2017 1 commit
-
-
ReSearchITEng authored
-
- 25 Apr, 2017 1 commit
-
-
Jorge Marin authored
-
- 24 Apr, 2017 3 commits
-
-
Jorge Marin authored
-
Jorge Marin authored
-
Jorge Marin authored
-
- 19 Mar, 2017 1 commit
-
-
Leszek Charkiewicz authored
This change prevents downloading the same version as already installed.
-
- 15 Nov, 2016 2 commits
-
-
Wayne Brantley authored
shasum is not on many platforms (like centos), use openssl instead.
-
Matt Farina authored
Downloading of charts and helm itself happened over http. This change moves to use https as that is available with valid certs.
-
- 14 Nov, 2016 1 commit
-
-
Matt Farina authored
A bucket name in the path can be migrated to a custom k8s domain name. This is in preperation for that.
-
- 24 Oct, 2016 1 commit
-
-
Matt Butcher authored
This adds 'scripts/get`, which is a bash script for fetching and installing the Helm client. It has the following features: - It uses the GitHub API to discover the latest release - It downloads the SHA256 checksum and verifies the binary using it - It does basic tests on the installation
-