- 17 Feb, 2018 1 commit
-
-
Mueed Chaudhry authored
-
- 16 Feb, 2018 4 commits
-
-
Matthew Fisher authored
Fix 'Namesapce' typo
-
Matthew Fisher authored
Add Helm.NET to the list of related Helm tools
-
Frederik Carlier authored
-
Frederik Carlier authored
-
- 15 Feb, 2018 2 commits
-
-
Michelle Noorali authored
chore(README): add ref to helm mailing list
-
Michelle Noorali authored
-
- 14 Feb, 2018 2 commits
-
-
Matthew Fisher authored
Typo once/one
-
Jason Murray authored
-
- 13 Feb, 2018 2 commits
-
-
Matthew Fisher authored
fix the bug in test code that leaves behind temp directories during build
-
Arash Deshmeh authored
fix(helm): fix the bug in test code 'cmd/helm/create_test.go' that leaves behind temp directories during build The build process no longer leaves behind 'helm-create-*' temp directories. Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
-
- 12 Feb, 2018 3 commits
-
-
Matthew Fisher authored
fix a typo in client
-
yank1 authored
-
Matthew Fisher authored
feat(helm): add --template flag to `helm version`
-
- 11 Feb, 2018 1 commit
-
-
Sunny authored
`helm version --template` prints the client and server version info in the provided template format.
-
- 10 Feb, 2018 1 commit
-
-
Justin Scott authored
minor docs change: change child-parent title & links to fix links
-
- 09 Feb, 2018 3 commits
-
-
Matthew Fisher authored
Update charts_tips_and_tricks.md
-
Matthew Fisher authored
defer in loop may cause resource leak
-
oilbeater authored
defer statement executes only when function return, and the resource still be hold during loop. Release the resource manually when not needed.
-
- 08 Feb, 2018 4 commits
-
-
Matthew Fisher authored
fix(helm): fix the build-time golint warning on 'cmd/helm/install.go'
-
Arash Deshmeh authored
When building helm, golint no longer generates the following warning: cmd/helm/install.go:502:9:warning: if block ends with a return statement, so drop this else and outdent its block (golint) Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
-
Matt Farina authored
fix(grpc): Fixes issue where message sending limited to 4mb
-
Matthew Fisher authored
Revert "feat(helm): adding kubeconfig flag"
-
- 07 Feb, 2018 1 commit
-
-
Matt Farina authored
Between grpc 1.2.x and 1.7.x there was an API change. The previous MaxMsgSize is now a wrapper around MaxRecvMsgSize. This change now sets the MaxRecvMsgSize and MaxSendMsgSize which need to be set independently.
-
- 06 Feb, 2018 4 commits
-
-
Matthew Fisher authored
remove references to the term "master"
-
Matt Farina authored
fix(api-machinery): Fixes patching for unstructured objects
-
Matthew Fisher authored
HELM DOC TYPO
-
lihuang authored
-
- 05 Feb, 2018 10 commits
-
-
Matt Farina authored
CRDs and other objects seen as unstructured cannot use strategic merge patching. It has never been supported on CRDs. Previously, cases like unstructured objects could have caused an unregistered error. This is no longer the case. This change explicitly looks for unstructured objects and handles those using json merge patching. Closes #3382
-
Matthew Fisher authored
fix helm init --upgrade logic
-
Matthew Fisher authored
Fix pod recreation
-
Matthew Fisher authored
-
Matthew Fisher authored
Update developers.md
-
Matthew Fisher authored
Update charts_tips_and_tricks.md to fix typo error
-
Matthew Fisher authored
Fix subchart2 example tag
-
Jonas Fonseca authored
-
liaoj authored
typo error comand --> command
-
lihuang authored
-
- 02 Feb, 2018 2 commits
-
-
Adam Reese authored
-
Matthew Fisher authored
docs: fixed incorrect clone path in developer docs
-