Matthew Fisher
289ffcc004
Merge pull request #3525 from sslavic/patch-1
...
Update download links to 2.8.1 binaries
7 years ago
Arash Deshmeh
4fcf69bc52
fix(helm): fix the output leak to stdout during build by tests under pkg/releasetesting,
...
by redirecting output from mock clients.
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
7 years ago
Stevo Slavić
c1020106d7
Update download links to 2.8.1 binaries
7 years ago
Matthew Fisher
a77f38da91
Merge pull request #3520 from qmfrederik/typo
...
Fix 'Namesapce' typo
7 years ago
Matthew Fisher
0e4cdc30af
Merge pull request #3521 from qmfrederik/helm.net
...
Add Helm.NET to the list of related Helm tools
7 years ago
Frederik Carlier
8530f1bc22
Add a reference to Helm.NET
7 years ago
Frederik Carlier
fbe17d277e
Fix typo
7 years ago
Liam White
abd33764e8
Fix linting bug with charts containing more than one hyphen
7 years ago
Michelle Noorali
c2d9dbd9fc
Merge pull request #3516 from michelleN/mailing-list
...
chore(README): add ref to helm mailing list
7 years ago
Michelle Noorali
d216fd0d7d
chore(README): add ref to helm mailing list
7 years ago
Arash Deshmeh
c78af5483c
fix(helm): fix the implicit dependency of TestSetAppVersion test on previous tests, due to helm home,
...
by explicitly creating a temporary helm directory for the test.
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
7 years ago
Matthew Fisher
c5780f38b1
Merge pull request #3505 from chaosaffe/patch-1
...
Typo once/one
7 years ago
Jason Murray
d65f8b532f
Typo once/one
7 years ago
Matthew Fisher
b4ccda5018
Merge pull request #3504 from adshmh/fix-left-over-dirs-from-helm-create-test
...
fix the bug in test code that leaves behind temp directories during build
7 years ago
Arash Deshmeh
a9ba3aa897
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>
7 years ago
Yann Coleu
50cba63c5c
fix occurences typo in charts.md
7 years ago
Matthew Fisher
b6ab6a2af1
Merge pull request #3499 from yank1/fix-a-typo-in-client.go
...
fix a typo in client
7 years ago
yank1
76a40fc573
fix a typo in client
7 years ago
Matthew Fisher
4506b393ef
Merge pull request #2720 from darkowlzz/formatversion-json
...
feat(helm): add --template flag to `helm version`
7 years ago
Thibaut Rousseau
a59d212512
docs: Fix FromJson comment
7 years ago
Sunny
cff4ea416e
feat(helm): add --template flag to `helm version`
...
`helm version --template` prints the client and server version info in
the provided template format.
7 years ago
Jonathan Hall
ffc76861fe
Fix bash example
7 years ago
Jonathan Hall
0d12288e46
Grammar fixes and clarifications
7 years ago
oilbeater
757db3a062
defer in loop may cause resource leak
7 years ago
Justin Scott
460dbe937e
Merge pull request #3391 from jstriebel/patch-1
...
minor docs change: change child-parent title & links to fix links
7 years ago
Matthew Fisher
f7e078ca29
bump docker to 17.11.0-ce
7 years ago
Matthew Fisher
079e8effeb
Merge pull request #3417 from ArnaudRinquin/patch-1
...
Update charts_tips_and_tricks.md
7 years ago
Justin Scott
084a2bb945
fix(helm): update helm reset --force tip for clarity
...
Updates helm reset error message to clarify that --force will not remove releases.
Closes #3394
7 years ago
Ben Langfeld
3b22ecd53b
Keepalive config should be independent of TLS
7 years ago
Ben Langfeld
588f7a8443
Tiller should only enforce what we expect from Helm
...
https://github.com/kubernetes/helm/pull/3183 added a keepalive to the Helm client of 30s period, while Tiller was never configured to permit this, keeping the default minimum keepalive period of 5 minutes, disconnecting any clients which ping more regularly than this.
This commit enforces a minimum that is lower than what Helm is configured for, preventing these disconnections, and thus fixes #3409 .
7 years ago
Matthew Fisher
8009115d3a
Merge pull request #3465 from oilbeater/fix/defer-in-loop
...
defer in loop may cause resource leak
7 years ago
oilbeater
0764d95a03
defer in loop may cause resource leak
...
defer statement executes only when function return, and the resource still be hold during loop. Release the resource manually when not needed.
7 years ago
Matthew Fisher
7609ad29e2
Merge pull request #3474 from adshmh/fix-golint-warning-in-install
...
fix(helm): fix the build-time golint warning on 'cmd/helm/install.go'
7 years ago
Arash Deshmeh
244b1b1528
fix(helm): fix the build-time golint warning on 'cmd/helm/install.go'
...
When building helm, golint no longer generates the following warning:
cmd/helm/install.go:502:9⚠️ 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>
7 years ago
Matthew Fisher
b02c6ffb91
use an underscore for release_checklist.md
...
Brings it in line with the rest of the documentation in docs/
7 years ago
Matt Farina
6a1dd806ed
Merge pull request #3469 from mattfarina/fix/3322
...
fix(grpc): Fixes issue where message sending limited to 4mb
7 years ago
Matthew Fisher
3c39e72189
Merge pull request #3401 from bacongobbler/revert-kubeconfig-flag
...
Revert "feat(helm): adding kubeconfig flag"
7 years ago
Matt Farina
614cd9dfe7
fix(grpc): Fixes issue where message sending limited to 4mb
...
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.
7 years ago
Matthew Fisher
2a9a9f1851
Merge pull request #3458 from bacongobbler/remove-master-references
...
remove references to the term "master"
7 years ago
Matt Farina
8fb909a630
Merge pull request #3459 from mattfarina/fix/3382
...
fix(api-machinery): Fixes patching for unstructured objects
7 years ago
Matthew Fisher
f61a3cff5f
Merge pull request #3461 from huanghuangzym/patch-4
...
HELM DOC TYPO
7 years ago
lihuang
bf8bc42cfc
Update tiller_ssl.md
7 years ago
Matt Farina
e6137ff05f
fix(api-machinery): Fixes patching for unstructured objects
...
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
7 years ago
Matthew Fisher
f487a486f1
Merge pull request #3400 from bacongobbler/fix-3392
...
fix helm init --upgrade logic
7 years ago
Matthew Fisher
2724387506
Merge pull request #3373 from unguiculus/feature/fix-recreate-part-1
...
Fix pod recreation
7 years ago
Matthew Fisher
c316193a62
remove references to the term "master"
7 years ago
Matthew Fisher
add98dab9b
Merge pull request #3451 from huanghuangzym/patch-3
...
Update developers.md
7 years ago
Matthew Fisher
40ae3fa2f0
Merge pull request #3452 from jianliao82/patch-1
...
Update charts_tips_and_tricks.md to fix typo error
7 years ago
Matthew Fisher
f90da08b3a
Merge pull request #3455 from jonas/patch-1
...
Fix subchart2 example tag
7 years ago
Jonas Fonseca
782b394e97
Fix subchart2 example tag
7 years ago