- 05 Apr, 2018 6 commits
-
-
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
Fixes typos introduced in #3540.
-
- 04 Apr, 2018 10 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
-
Michelle Noorali authored
helps clarify behavior. See #3655
-
Michelle Noorali authored
-
Michelle Noorali authored
Resolves #3655 We were seeing that when running helm upgrade with the reuse-values flag enabled that you could end up in the position where overrides a.k.a computed values from previous revisions were not being saved on the updated revision. This left us in a weird position where some computed values would disappear mysteriously in the abyss. That happened because computed values from previous revisions weren't merged with the new computed values every time the reuse-values flag was used. This PR merges computed values from the previous revisions so you don't end up in that kind of conundrum.
-
Matthew Fisher authored
ref(cmd/helm): show grpc error msg from prettyError
-
Michelle Noorali authored
-
Ryan Hartje authored
-
- 03 Apr, 2018 10 commits
-
-
AdamDang authored
-
Taylor Thomas authored
Fix tiller deployment on RBAC clusters
-
Taylor Thomas authored
Removes unnecessary if block
-
Taylor Thomas authored
closes #3795
-
Zack Williams 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.
-
Gijs Kunze authored
-
- 02 Apr, 2018 2 commits
-
-
Brian authored
stream releases when listing
-
fibonacci1729 authored
-
- 30 Mar, 2018 1 commit
-
-
ReSearchITEng authored
closes #3795
-
- 29 Mar, 2018 4 commits
-
-
AdamDang authored
In the main text and paragraph title, "Tiller" and "tiller" are both used, It's better use same format.
-
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>
-
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.
-
- 28 Mar, 2018 5 commits
-
-
Ryan Hartje authored
-
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 2 commits