- 12 Feb, 2018 1 commit
-
-
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
-
- 31 Jan, 2018 5 commits
-
-
Matt Farina authored
refs #3173: add appsv1beta1 and appsv1beta2 apiVersion
-
Matthew Fisher authored
fix doc some spell check
-
lihuangzym authored
-
Matthew Fisher authored
Disambiguate encoding from secrets
-
Matthew Fisher authored
the spell check
-
- 30 Jan, 2018 3 commits
-
-
Adnan Abdulhussein authored
Update RBAC best practices
-
lihuangzym authored
-
Arnaud Rinquin authored
Add a sentence to balance the advice about not quoting integers as it can cause headaches when applied to env variables.
-
- 27 Jan, 2018 4 commits
-
-
Paolo Mainardi authored
-
Reinhard Nägele authored
-
Paolo Mainardi authored
-
Reinhard Nägele authored
-
- 26 Jan, 2018 1 commit
-
-
Matthew Fisher authored
exit zero on non-master branch
-