- 05 Apr, 2018 2 commits
-
-
Erik Sundell authored
-
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.
-
- 27 Mar, 2018 1 commit
-
-
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>
-
- 20 Mar, 2018 1 commit
-
-
Arturo Contreras authored
-
- 27 Jul, 2017 2 commits
-
-
Sam Leavens authored
When checking that a value begins with zero use a rune literal instead of the ASCII code for zero.
-
Sam Leavens authored
When passing values with "helm install --set" values with leading zeros are preserved and not parsed as ints. Closes #2693
-
- 08 Jun, 2017 1 commit
-
-
Matt Butcher authored
This adds support for specifying list position with an array index using `--set`. For example, this now works: `--set servers[0].port=8080`
-
- 09 Mar, 2017 1 commit
-
-
Matthew Fisher authored
This is another useful package outside of cmd/helm.
-