Adam Reese
fa611fe285
fix(plugins): support installing plugins by relative path ( #3568 )
...
Support installing plugins by relative path
```
helm plugins install .
```
7 years ago
Adam Reese
c314e2e2f1
fix(plugins): support newer git ( #3571 )
...
Newer gits don't like checking out an empty string.
```
empty string is not a valid pathspec. please use . instead if you meant to match all paths
```
7 years ago
Matthew Fisher
17c2272490
Merge pull request #3482 from powerhome/bugfix/keepalive-mismatch
...
Tiller should only enforce what we expect from Helm
7 years ago
Jean-Philippe Courson
5b77335415
Create missing directories when saving files in chartutil.SaveDir
7 years ago
Mauricio Scheffer
64b7d060ba
Fix link to Slack
7 years ago
Adam Reese
d0883dd813
docs(related): add helm-local plugin ( #3547 )
7 years ago
Justin Scott
64ac056983
Merge pull request #3524 from mueedc/master
...
update docs to demonstrate best practices in regards to named templates
7 years ago
Radu Matei
df041c4b19
Fix minor typo
7 years ago
Matthew Fisher
113de4ee56
Merge pull request #3542 from reactiveops/ejether/add-autohelm-to-docs
...
Added ReactiveOps Autohelm to the related tools list
7 years ago
EJ Etherington
ed0a7462d8
Added ReactiveOps Autohelm to the related tools list
7 years ago
Arash Deshmeh
55cc23cb01
fix(helm): fix the bug in tests under cmd/helm that leaves behind temporary directories named "repo-test-*" during build.
...
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
7 years ago
Arash Deshmeh
5b25eef9e2
fix(helm): fix the bug in test code under pkg/tiller that leaks output to stdout during build
...
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
7 years ago
Johnny Bergström
9bac0a4c30
Update deprecated grpc dial timeout
...
The docs say: use DialContext instead.
7 years ago
Johnny Bergström
98e5006ecf
Bump client side grpc max msg size
...
Set it to match the server side, or the default limit
of 4MB will still apply when upgrading charts.
Fixes #3512
7 years ago
Johnny Bergström
0d758cfd41
Mute upgrade --install default namespace warning
...
Initialize empty selection like in the install command to prevent:
WARNING: Namespace doesn't match with previous
7 years ago
Mueed Chaudhry
4cc95d2c2f
update docs to demonstrate best practices in regards to named templates
7 years ago
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