- 06 Jun, 2017 3 commits
-
-
Matt Butcher authored
fix(helm): remove unnecessary values merge in processImportValues
-
Taylor Thomas authored
fix(helm): modify `helm repo update` help info
-
willise authored
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.
-
- 05 Jun, 2017 6 commits
-
-
Adam Reese authored
fix(helm): fix race conditions in flag parsing
-
Matt Butcher authored
fix(helm): prepend repo URL to packages missing scheme
-
Matt Butcher authored
fix(2452): sort templates before parse
-
Matt Butcher authored
docs(helm): fix typo
-
Matt Butcher authored
adjust the check parameter order for uninstall
-
willise authored
-
- 03 Jun, 2017 1 commit
-
-
devinyan authored
-
- 02 Jun, 2017 7 commits
-
-
Taylor Thomas authored
fix(docs): A couple spelling mistakes on chart_tests.md
-
Michelle Noorali authored
GitHub got more fussy about markdown
-
Michelle Noorali authored
Fix typo: Update using_helm.md
-
Rober Morales-Chaparro authored
-
William Martin Stewart authored
-
Justin Scott authored
The function chartutil.processImportValues was merging values unnecessarily and incorrectly merging --set values. Closes #2331
-
Adam Reese authored
bump download links to 2.4.2
-
- 01 Jun, 2017 5 commits
-
-
Dan Bode authored
they are currently set to 2.4.1.
-
Cory Smith authored
Missed these on my PR last night
-
Brian authored
fix(docs): Updated non-working example in 'Using Helm' documentation
-
Brian authored
fix(docs): Fixing mariadb spelling mistake
-
Cory Smith authored
-
- 31 May, 2017 6 commits
-
-
Nikhil Manchanda authored
Closes #2527
-
Seth Goings authored
fix(plugins): exists --> exist
-
Brian authored
fix(tiller): Adds missing import back
-
Taylor Thomas authored
PR #2513 was behind master when merged. Other commits were added that required the use of the log package. This re-adds that package.
-
Taylor Thomas authored
feat(tiller): Adds more logging
-
Taylor Thomas authored
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
-
- 30 May, 2017 4 commits
-
-
Seth Goings authored
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
* fix a number of issues with flag parsing * add support for `HELM_DEBUG` * lazy expand flag default envars
-
- 27 May, 2017 2 commits
-
-
Taylor Thomas authored
Add --force to upgrade and rollback to delete/create when conflicts
-
Matt Butcher authored
This sorts templates by depth before sending them to the template parser. Deepest templates are parsed first, with umbrella templates parsed last. Since template definition names are LIFO, that means that the highest level templates will claim the namespace. Or, to put it simply, you can predictably override a child's defined template by re-defining it in a parent chart. Closes #2452
-
- 26 May, 2017 6 commits
-
-
Matt Butcher authored
When a repository is generated without --url, the packages in that repository do not have FQDNs. In this case, the URL prefix (FQDN plus base path) should be derived from the repository's base URL. This seems to be a regression that crept in around Helm 2.2.0. This is now fixed. Closes #2315 Closes #2510
-
peay authored
-
peay authored
-
Taylor Thomas authored
Check existence of $HELM_HOME/plugins before installing plugin
-
Taylor Thomas authored
Adds alias for dependencies
-
Taylor Thomas authored
fix(docs): Remove "no nested globals allowed"
-