- 04 Apr, 2019 3 commits
-
-
Sergey Kozlov authored
Signed-off-by: Sergey Kozlov <mail.sergey.kozlov@gmail.com>
-
Matthew Fisher authored
Document update | variable representation change
-
Arvind Kumar authored
Signed-off-by: Arvind Kumar <10303369+aku163@users.noreply.github.com>
-
- 03 Apr, 2019 4 commits
-
-
Matthew Fisher authored
Fixed a typo in docs
-
Sergey Kozlov authored
Replaced `chart` command by `helm`. Signed-off-by: Sergey Kozlov <mail.sergey.kozlov@gmail.com>
-
Matthew Fisher authored
closes #5544 don't do multiple chart reads on upgrade
-
Joschka Tillmanns authored
Signed-off-by: Joschka Tillmanns <joschka@tillmanns.me>
-
- 26 Mar, 2019 2 commits
-
-
Matthew Fisher authored
chore(glide): bump kubernetes to 1.14
-
Matthew Fisher authored
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
-
- 25 Mar, 2019 3 commits
-
-
Matthew Fisher authored
refactor(*): make "not found" error message user-friendly
-
Pavel Eremeev authored
Signed-off-by: Pavel Eremeev <selslack@users.noreply.github.com>
-
Matthew Fisher authored
Update golang version
-
- 24 Mar, 2019 1 commit
-
-
ialidzhikov authored
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
-
- 23 Mar, 2019 2 commits
-
-
Matthew Fisher authored
remove kubernetes from contributing section
-
Devin Burnette authored
Signed-off-by: Devin Burnette <devin.burnette@betterment.com>
-
- 22 Mar, 2019 2 commits
-
-
Matthew Fisher authored
fix(script): follow redirected URL of github latest release
-
Arief Hidayat authored
Closes #5480 Signed-off-by: Arief Hidayat <mr.arief.hidayat@gmail.com>
-
- 21 Mar, 2019 1 commit
-
-
Arief Hidayat authored
When checking version and desired version is not set, we follow redirected URL of github latest release to get the latest tag instead of trying to get the tag value from html content. Closes #5480 Signed-off-by: Arief Hidayat <mr.arief.hidayat@gmail.com>
-
- 20 Mar, 2019 6 commits
-
-
Matthew Fisher authored
style: fix golint error in init.go for redundant err!=nil check
-
Matthew Fisher authored
update kubernetes deps to latest patch releases
-
Matthew Fisher authored
Update outdated docs image for google storage permissions
-
tariqibrahim authored
Signed-off-by: tariqibrahim <taibrahi@microsoft.com>
-
Matthew Fisher authored
fix(scripts): use a more precise method of grepping
-
Matthew Fisher authored
Github recently changed the output of the releases page. grepping for the exact <a> tag fixes the issue where the wrong tag was being filtered. Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
-
- 18 Mar, 2019 3 commits
-
-
Matthew Fisher authored
fix(tiller): fixed a typo in tiller and unit test
-
Mikhail Kirpichev authored
There was a typo in a tiller error with "released named" message, I've changed it to "a release named". Also fix a unit-test for it. Signed-off-by: Mikhail Kirpichev <mkirpic@gmail.com>
-
tariqibrahim authored
Signed-off-by: tariqibrahim <tariq.ibrahim@microsoft.com>
-
- 16 Mar, 2019 1 commit
-
-
Pavel Eremeev authored
Signed-off-by: Pavel Eremeev <selslack@users.noreply.github.com>
-
- 15 Mar, 2019 1 commit
-
-
robertavram authored
Signed-off-by: robertavram <robert.avram@gmail.com>
-
- 12 Mar, 2019 7 commits
-
-
Matthew Fisher authored
pkg/chartutil: fix SaveDir for nested templates directories
-
Matthew Fisher authored
Refactor helm init command for local helm home directory initialization reuse
-
Matthew Fisher authored
remove appveyor
-
Matthew Fisher authored
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
-
Matthew Fisher authored
Documentation: Fix "helm init" parameters
-
Matthew Fisher authored
update docker version and golang image version in helm
-
Adam Reese authored
Fix debug printouts for zsh completion
-
- 11 Mar, 2019 1 commit
-
-
Jens Frank authored
In the quickstart guide, --max-history is recommended as parameter for helm init. The actual name of the parameter is --history-max. Signed-off-by: Jens Frank <jf@mormo.org>
-
- 10 Mar, 2019 3 commits
-
-
tariqibrahim authored
Signed-off-by: tariqibrahim <tariq.ibrahim@microsoft.com>
-
Marc Khouzam authored
Normally zsh arrays start at index 1 but when emulating other shells this may change. During completion, we run the command emulate -L sh which affects the indexing of zsh arrays to make it start at 0. Consequently, when replacing FUNCNAME by funcstack, we should not change the index. Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
-
Marc Khouzam authored
Cobra provides some out-of-the-box debugging for bash completion. To use it, one must set the variable BASH_COMP_DEBUG_FILE to some file where the debug output will be written. Many of the debug printouts indicate the current method name; they do so by using bash's ${FUNCNAME[0]} variable. This variable is different in zsh. To obtain the current method name in zsh we must use ${funcstack[1]}. This commit adds the proper sed modification to convert from bash to zsh. Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
-