- 11 Apr, 2018 10 commits
-
-
Matthew Fisher authored
-
Matthew Fisher authored
refactor release_testing unit tests to utilize runReleaseCases
-
Matthew Fisher authored
toYaml - Fix #3470 and #3410's trailing \n issues
-
Matthew Fisher authored
Remove Mercurial build-time dependency
-
Manuel Rüger authored
Since the only dep (bitbucket.org/ww/goautoneg) that required it is gone in https://github.com/kubernetes/helm/commit/845e99014362983d01179a411ae664b104e6c1f7#diff-f16a80eae23d5b298c2652448ec420cfL4
-
Matthew Fisher authored
Basic auth credentials from repo not used in install/upgrade/fetch co…
-
eyalbe4 authored
-
Matthew Fisher authored
Fix some typo
-
xianlubird authored
Signed-off-by: xianlubird <xianlubird@gmail.com>
-
Matthew Fisher authored
fix `helm get manifest` context deadline exceeded error
-
- 10 Apr, 2018 2 commits
-
-
Matthew Fisher authored
Proper none not in capitals
-
AdamDang authored
Helm is a proper none, should be written in capitals.
-
- 08 Apr, 2018 2 commits
-
-
Matthew Fisher authored
Template comment in docs - syntax error fix
-
Erik Sundell authored
`*/ }}` would cause an error actually, one must use `*/}}` or `*/ -}}`. Not obvious at all.
-
- 07 Apr, 2018 2 commits
-
-
Matthew Fisher authored
Fix some typos
-
AdamDang authored
typo fix get->Get's
-
- 06 Apr, 2018 11 commits
-
-
Matthew Fisher authored
fix(docs): Add the missing docs
-
Taylor Thomas authored
Because I was too stupid to regen the docs and flake made it so we didn't get a reminder
-
Taylor Thomas authored
fix(package): Adds missing `set-string` flag and parameter
-
Taylor Thomas authored
A recent PR (#3471) wasn't up to date with the latest master changes. This fixes the issue and adds the right number of parameters to the `vals` function call.
-
Nikhil Manchanda authored
fix output leak from tiller release install test
-
Taylor Thomas authored
Fix: Failed rollback left in PENDING_ROLLBACK state
-
Matthew Fisher authored
rename TPR to CRD
-
Taylor Thomas authored
remove unused servicePort from default ingress template
-
Matthew Fisher authored
feat: add --set and --values options to 'helm package'
-
Steffen Windoffer authored
-
AdamDang authored
outout->output Get's->get the the->the
-
- 05 Apr, 2018 9 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.
-
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.
-
Matthew Fisher authored
Updates readme with chocolatey install command for Windows
-
Taylor Thomas authored
return a non 0 exit code when lint fails due to missing Chart.yaml
-
Stefan Henseler authored
-
Taylor Thomas authored
Update rbac.md
-
Matthew Fisher authored
-
Matthew Fisher authored
Fixes typos introduced in #3540.
-
- 04 Apr, 2018 4 commits
-
-
Daryl Walleck authored
-
Michelle Noorali authored
fix(pkg/tiller): saves all previous computed values on reuseValues
-
Michelle Noorali authored
Fix #3822
-
Michelle Noorali authored
ref(cmd/upgrade): update reuse-values flag descrip
-