- 09 Apr, 2018 1 commit
-
-
Arash Deshmeh authored
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
-
- 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 6 commits
-
-
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 11 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
-
Stuart Leeks authored
-
Ryan Hartje authored
-
- 03 Apr, 2018 7 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
-