- 11 Jun, 2018 8 commits
-
-
Matthew Fisher authored
fix charts doc: there shouldn't be a space in between the conditions
-
Matthew Fisher authored
Fix inaccurate comment in `tiller`
-
Matthew Fisher authored
Merge pull request #4135 from mattjmcnaughton/mattjmcnaughton/4086-fix-concurrency-issues-with-helm-install Fix concurrency issues with helm install
-
Matthew Fisher authored
Make --set-string flag parse booleans and null as strings
-
Matthew Fisher authored
Setting DisableCompression to true to disable unwanted httpclient transformation
-
Matthew Fisher authored
Merge pull request #4176 from mattjmcnaughton/mattjmcnaughton/4174-more-specific-name-reuse-error-message Increase error message specificity for name reuse
-
Matthew Fisher authored
test(helm): add test for 'ParseIntoString' and update test for 'ParseInto'
-
Matthew Fisher authored
Remove trailing whitespace from Charts documentation
-
- 08 Jun, 2018 3 commits
-
-
Matthew Fisher authored
Add s390 architecture in TARGETS
-
Matthew Fisher authored
typo fix for lengh to length
-
liyongxin authored
-
- 07 Jun, 2018 3 commits
-
-
Dean Coakley authored
-
Alice Frosi authored
Signed-off-by: Alice Frosi <alice@linux.vnet.ibm.com>
-
Herbert Mühlburger authored
-
- 06 Jun, 2018 3 commits
-
-
Matthew Fisher authored
Documentation formatting [Tiny]
-
Matthew Fisher authored
Typo fix: indentifies -> identifies
-
ruicao authored
-
- 05 Jun, 2018 4 commits
-
-
mattjmcnaughton authored
If `helm upgrade` fails because a reused name is still in use, the error message does not specify which name is still in use. Update the error message.
-
Matthew Fisher authored
Add link to cdwv/awesome-helm
-
andrzejwp authored
-
Matthew Fisher authored
Added documentation for the tpl function
-
- 03 Jun, 2018 1 commit
-
-
tariq1890 authored
-
- 02 Jun, 2018 3 commits
-
-
Matthew Fisher authored
Typo fix: retruns->returns
-
Lukas Eichler authored
-
AdamDang authored
retruns->returns
-
- 01 Jun, 2018 2 commits
-
-
Matthew Fisher authored
Fix test failure message
-
mattjmcnaughton authored
The error message we reported if the test failed was incorrect.
-
- 31 May, 2018 2 commits
-
-
Matthew Fisher authored
small typo fix
-
Rob Salmond authored
-
- 29 May, 2018 6 commits
-
-
Elmar Ritsch authored
-
Elmar Ritsch authored
-
Elmar Ritsch authored
-
Matthew Fisher authored
build helm binary in tiller image
-
radbaron authored
-
mattjmcnaughton authored
Address a race condition that arises when running two `helm install` commands, both of which specify a namespace that does not already exist. In this specific instance, attempting to create a `namespace` which already exists shouldn't be a failure which causes `helm install` to terminate.
-
- 28 May, 2018 1 commit
-
-
Matthew Fisher authored
Fix filenames in tarball created on windows
-
- 27 May, 2018 1 commit
-
-
mattjmcnaughton authored
When reading through `cmd/tiller/tiller.go`, I noticed a comment around `rootServer` mentions the usage of an `init` function. However, there is no `init` function in this package. Update the comment to be more accurate.
-
- 24 May, 2018 3 commits
-
-
Michelle Noorali authored
update security vulnerability email
-
Michelle Noorali authored
-
Matthew Fisher authored
removed --install option from --namespace to solve inconsistency with the `helm lint` documentation
-