Adam Reese
a98f701a62
Merge pull request #2553 from adamreese/fix/helm-home-stdout
...
fix(helm): helm home print to stdout
8 years ago
Matt Butcher
c4a4b9668d
Merge pull request #2546 from technosophos/docs/remove-block-sections
...
docs(chart_template_guide): remove discussion of blocks
8 years ago
Adam Reese
985dbae2ac
fix(helm): helm home print to stdout
...
cobra prints to stderr by default
8 years ago
Michelle Noorali
70520efac4
ref(helm): make FakeReleaseClient public
...
so it can be used by other projects that
use the helm client
8 years ago
Taylor Thomas
e3250e3319
Merge pull request #2534 from sushilkm/issues/2508
...
First alias would be dependency rename
8 years ago
Taylor Thomas
5cfb4e8cf8
fix(tests): Fixes broken unit test
...
The new unit test was not passing an explict subcommand arg to the
root command in the unit test.
8 years ago
Matt Butcher
52a3405b1e
Merge pull request #2542 from sushilkm/issues/2128
...
Allow updating chart dependencies when packaging a chart
8 years ago
Sushil Kumar
4ddd832f35
Use download manager directly
8 years ago
Matt Butcher
38a3067170
docs(chart_template_guide): remove discussion of blocks
...
There are a lot of weird edge cases when using blocks inside of charts,
and we have been telling users to avoid using them for the last six
months. This just removes the documentation about them. It also adds a
warning about why blocks should not be used.
8 years ago
Taylor Thomas
c36c25391e
Merge pull request #2544 from thomastaylor312/fix/tiller_linux_host
...
fix(helm): Ensures tiller pod lands on a linux node
8 years ago
Matt Butcher
d2a4c40fa5
Merge pull request #2541 from technosophos/fix/2525-helm-get-broken-release
...
fix(tiller): make GetReleaseContent return any release
8 years ago
Matt Butcher
c55577ace6
Merge pull request #2535 from jascott1/i2331
...
fix(helm): remove unnecessary values merge in processImportValues
8 years ago
Taylor Thomas
8a0e051c1d
fix(helm): Ensures tiller pod lands on a linux node
...
Without a node selector to ensure that tiller deploys on a linux node,
the tiller pod can have issues starting in a mixed cluster.
Fixes #2420
8 years ago
Taylor Thomas
83a2d7035a
Merge pull request #2543 from willise/modify-cmd-help
...
fix(helm): modify `helm repo update` help info
8 years ago
willise
c8b8c1e6d6
fix(helm): modify `helm repo update` help info
...
The former help info may cause misunderstanding that this command
can update content of charts existing in remote respositories while
it does pull charts' info from remote repositories.
This trivial modification leads better understanding.
8 years ago
Michelle Noorali
6bfb08a760
ref(tiller): refactor sortManifests()
8 years ago
Michelle Noorali
83c69a8e10
fix(tiller): track hooks in multi-def manifests
...
resolves #2290
8 years ago
Sushil Kumar
9b4b4dd1df
Updated docs
8 years ago
Sushil Kumar
09bedff7d5
Allow updating chart dependencies when packaging a chart
...
Added -u flag that would cause helm dep up before running helm package
Fixes https://github.com/kubernetes/helm/issues/2128
8 years ago
Sushil Kumar
0afcd0b5f6
Updated docs to refer new requirements.yaml structure
8 years ago
Sushil Kumar
716be14ad3
Updated code to read requirements.yaml as per following structure
...
```
- name: <dependency-chart-name>
alias: <alias-name-to-be-used>
version: <dependency-chart-version>
repository: <dependency-chart-version>
```
8 years ago
Sushil Kumar
541d052202
First alias would be dependency rename
...
Fixes https://github.com/kubernetes/helm/issues/2508
8 years ago
Matt Butcher
c913911337
fix(tiller): make GetReleaseContent return any release
...
For some reason, GetReleaseContent was configured to return the latest
release only if it is in state DEPLOYED. But a release with a version is
returned regardless of release. This made it really hard to debug failed
releases, even though we have the data to show.
Closes #2525
8 years ago
Adam Reese
8272360681
Merge pull request #2476 from adamreese/fix/flag-envars
...
fix(helm): fix race conditions in flag parsing
8 years ago
Matt Butcher
3647e60786
Merge pull request #2512 from technosophos/fix/2510-missing-url-prefix
...
fix(helm): prepend repo URL to packages missing scheme
8 years ago
Matt Butcher
8f3c2d5e18
Merge pull request #2511 from technosophos/fix/2452-predictable-template-order
...
fix(2452): sort templates before parse
8 years ago
Matt Butcher
b031a4105d
Merge pull request #2522 from willise/fix-docs
...
docs(helm): fix typo
8 years ago
Matt Butcher
9a1bc1ae40
Merge pull request #2540 from yan234280533/uninstall-name-check
...
adjust the check parameter order for uninstall
8 years ago
willise
af8730032a
docs(helm): fix typo
8 years ago
devinyan
d3b14db325
adjust the check parameter order for uninstall
8 years ago
Taylor Thomas
577f8a82b2
Merge pull request #2532 from corymsmith/patch-2
...
fix(docs): A couple spelling mistakes on chart_tests.md
8 years ago
Michelle Noorali
744cfe23c0
Merge pull request #2536 from zoidbergwill/patch-2
...
GitHub got more fussy about markdown
8 years ago
Michelle Noorali
d37d8d4a35
Merge pull request #2537 from robermorales/patch-1
...
Fix typo: Update using_helm.md
8 years ago
Rober Morales-Chaparro
8470495d0a
Update using_helm.md
8 years ago
William Martin Stewart
7143774a0f
GitHub got more fussy about markdown
8 years ago
Justin Scott
40052d3e8f
fix(helm): remove unnecessary values merge in processImportValues
...
The function chartutil.processImportValues was merging values unnecessarily and incorrectly merging --set values.
Closes #2331
8 years ago
Adam Reese
e6f9995244
Merge pull request #2533 from bodepd/helm_download_2_4_2
...
bump download links to 2.4.2
8 years ago
Dan Bode
8164f4122e
bump download links to 2.4.2
...
they are currently set to 2.4.1.
8 years ago
Cory Smith
a2d559bd0b
fix(docs): A couple spelling mistakes
...
Missed these on my PR last night
8 years ago
Brian
09d4555f40
Merge pull request #2528 from SlickNik/slicknik-master
...
fix(docs): Updated non-working example in 'Using Helm' documentation
8 years ago
Brian
bd0f5764e0
Merge pull request #2530 from corymsmith/patch-1
...
fix(docs): Fixing mariadb spelling mistake
8 years ago
Cory Smith
0b33a1323e
Fixing mariadb spelling mistake
8 years ago
Nikhil Manchanda
2b0a612858
fix(docs): Updated non-working example in 'Using Helm' documentation
...
Closes #2527
8 years ago
Seth Goings
da383b35e5
Merge pull request #2518 from sgoings/fixup-plugin-install-grammar
...
fix(plugins): exists --> exist
8 years ago
Brian
6872b22f79
Merge pull request #2521 from thomastaylor312/fix/missing_import
...
fix(tiller): Adds missing import back
8 years ago
Taylor Thomas
d9c0a8b434
fix(tiller): Adds missing import back
...
PR #2513 was behind master when merged. Other commits were
added that required the use of the log package. This re-adds
that package.
8 years ago
Taylor Thomas
b71bd6a455
Merge pull request #2513 from thomastaylor312/feat/moar_logging
...
feat(tiller): Adds more logging
8 years ago
Taylor Thomas
119fa6537c
feat(tiller): Adds more logging
...
This builds on previous work and adds more logging to follow
the full process of installing, updating, deleting, and rolling back.
This also standardizes capitalization of logs and small formatting
fixes
8 years ago
Seth Goings
e7a51d5424
fix(plugins): exists --> exist
8 years ago
Adam Reese
faf560c552
tests(helm): add unit tests for setting HELM_HOME
8 years ago