- 19 Apr, 2018 11 commits
-
-
Matthew Fisher authored
-
Adam Reese authored
fixes: #3826 (cherry picked from commit 6ffff5fe)
-
Matthew Fisher authored
(cherry picked from commit aa2976f0)
-
Adam Reese authored
fixes #3902 (cherry picked from commit 31ddd707)
-
Steffen Windoffer authored
(cherry picked from commit 8bd42d26)
-
Erik Sundell authored
`toYaml` utilized by `.Files` was introducing a new line. It is an issue since the new line is part of a functions output, it can't be whitespace chomped away so it would require a `trimSuffix "\n"` pipe. This commit trims one trailing `\n` from the toYaml output. (cherry picked from commit 35132d14)
-
Erik Sundell authored
`toYaml` was introducing a new line. It is an issue since the new line is part of a functions output, it can't be whitespace chomped away so it would require a `trimSuffix "\n"` pipe. This commit trims one trailing `\n` from the toYaml output. (cherry picked from commit 6cdf6cee)
-
Erik Sundell authored
(cherry picked from commit 05a1f7f4)
-
Stuart Leeks authored
(cherry picked from commit bac4f45f)
-
Matthew Fisher authored
(cherry picked from commit 87c64e79)
-
- 05 Apr, 2018 3 commits
-
-
Matthew Fisher authored
-
Ryan Hartje authored
(cherry picked from commit 9b20d91e)
-
Ryan Hartje authored
(cherry picked from commit 343acc5a)
-
- 04 Apr, 2018 4 commits
-
-
Matthew Fisher authored
-
Michelle Noorali authored
(cherry picked from commit 499636d7)
-
ReSearchITEng authored
closes #3795 (cherry picked from commit 09e0ab18)
-
John Koleszar authored
Adds automountServiceAccountToken when a serviceAccount is specified. Prior to this, tiller falls back to contacting the KUBERNETES_SERVICE on localhost:8080 rather than respecting the cluster IP in the KUBERNETES_SERVICE_{HOST,PORT} environment variables. Fixes #3460, fixes #3467. (cherry picked from commit 1e03f1bc)
-
- 03 Apr, 2018 5 commits
-
-
Matt Farina authored
-
Matthew Fisher authored
import client auth plugins
-
Matthew Fisher authored
Implement before-hook-creation delete policy
-
Matthew Fisher authored
-
Timofey Kirillov authored
Cover hook-succeeded, hook-failed and before-hook-creation hook delete policies.
-
- 02 Apr, 2018 2 commits
-
-
Brian authored
stream releases when listing
-
fibonacci1729 authored
-
- 29 Mar, 2018 2 commits
-
-
Matthew Fisher authored
fix output leak from unit tests of helm create command
-
Arash Deshmeh authored
Signed-off-by:
Arash Deshmeh <adeshmeh@ca.ibm.com>
-
- 28 Mar, 2018 4 commits
-
-
fibonacci1729 authored
-
Matthew Fisher authored
Updated kubernetes_distros.md with DC/OS note.
-
Shredgar authored
Removed typos (additional plus signs)
-
Adam Reese authored
ref(*): kubernetes v1.10 support
-
- 27 Mar, 2018 7 commits
-
-
muhongwei authored
-
muhongwei authored
-
adshmh authored
* fix(helm): fix golint warning due to ApiVersionV1 constant name Signed-off-by:
Arash Deshmeh <adeshmeh@ca.ibm.com> * fix(helm): fix golint warning due to ResolveChartVersionAndGetRepo comment Signed-off-by:
Arash Deshmeh <adeshmeh@ca.ibm.com> * fix(helm): fix golint warnings on HttpGetter type and SetCredentials method missing a comment Signed-off-by:
Arash Deshmeh <adeshmeh@ca.ibm.com> * fix(helm):fix golint warning due to comment on FindChartInAuthRepoURL function Signed-off-by:
Arash Deshmeh <adeshmeh@ca.ibm.com> * fix(helm): fix golint warning due to RepoFile type name Signed-off-by:
Arash Deshmeh <adeshmeh@ca.ibm.com> * fix(helm): fix golint warning due to ParseString comment Signed-off-by:
Arash Deshmeh <adeshmeh@ca.ibm.com>
-
Matthew Fisher authored
Remove outdated note from doc
-
Jonathan Hall authored
-
Shredgar authored
Updated kubernetes_distros.md with a note that Helm is running fine on Kubernetes on DC/OS
-
Adam Reese authored
-
- 25 Mar, 2018 2 commits
-
-
Matthew Fisher authored
Update tiller_ssl.md
-
AdamDang authored
"that" is duplicated.
-