Commit Graph

  • 915da4655d Replace string placeholder with double-quoted in error strings. Justin Scott 2017-06-20 17:22:55 -0700
  • 1e4a9cb961 De-capitalize error strings. Justin Scott 2017-06-20 17:17:57 -0700
  • b081456e19 Add period to comment to trigger CI. Justin Scott 2017-06-20 16:56:55 -0700
  • c1ddde94bb Update parseNodeSelectors (renamed parseNodeSelectorsInto) to mutate map in place. Update init json output to use buffers instead of slice append. Justin Scott 2017-06-20 16:23:38 -0700
  • 2cb6af64e4 Fix missing default nodeSelector. Justin Scott 2017-06-20 11:28:49 -0700
  • 86028454af ADd comments to OutputFormat exported funcs. Justin Scott 2017-06-19 18:21:56 -0700
  • f7348e0c86 Make installer.OutputFormat exported. Add test for init output formats. Properly handle ToJSON error case. Update helm init doc. Justin Scott 2017-06-19 18:02:35 -0700
  • ee13d55606 Update init output to print pretty JSON. Justin Scott 2017-06-19 12:57:17 -0700
  • ec9a30acf4 Replace opts.Output string with outputFormat type. Justin Scott 2017-06-19 12:29:34 -0700
  • 74c993a6f3 Update io.writer for json output. Justin Scott 2017-06-19 11:04:08 -0700
  • 6337a98bdf Update json output to use io.writer over string concatenation Justin Scott 2017-06-16 16:36:06 -0700
  • 1be4314024 Check output flag as lowercase Justin Scott 2017-06-16 16:04:49 -0700
  • 586c978e10 Correct comments and usage instructions. Update helm_init.md. Justin Scott 2017-06-16 15:55:52 -0700
  • 4114c5f7f2 Use ParseInto properly to merge --set values. Modify deployment creation funcs to return err. Remove cruft. Needs test for --set value containing list index. Justin Scott 2017-06-16 15:14:04 -0700
  • 616c77d9cb Checkpoint commit. Contains merge problem with set values map and deployment map. Add --set and tests for --set and --node-selectors. Add Options.Values and ValuesMap() test by setting image version: helm init --dry-run --debug --set spec.template.spec.containers[0].image=gcr.io/kubernetes-helm/tiller:v2.4.2 --set spec.replicas=2 -o yaml Justin Scott 2017-06-15 14:18:03 -0700
  • 889955780d Update docs for helm_init.md Justin Scott 2017-06-07 13:22:59 -0700
  • ccbc52c760 WIP feat(helm): Add --node-selectors and --output flags to helm init Justin Scott 2017-06-07 11:28:13 -0700
  • 0c54c0ef00 WIP feat(helm): Add --node-selectors and --output flags to helm init Justin Scott 2017-06-07 11:10:19 -0700
  • 012cb0ac1a
    chore(*): bump to v2.5.0 v2.5.0 Adam Reese 2017-06-19 13:42:43 -0700
  • ee5b129175 Merge 50b1d03809 into f476f83e83 #2561 Bhargav Nookala 2017-06-19 17:26:59 +0000
  • f476f83e83 <chart>.tgz will now be downloaded to "$HELM_HOME/cache/archive" directory (#2558) Sushil Kumar 2017-06-19 10:26:42 -0700
  • 9c8a99b52a Merge pull request #2584 from unguiculus/helm-create Taylor Thomas 2017-06-19 10:16:19 -0700
  • 9e62777a56 ref(helm): consolidate vars() function #2592 Patrick Mahoney 2017-05-22 23:09:29 -0500
  • 54888f1421 linter fixes #2585 Wil Reichert 2017-06-19 20:50:45 +0900
  • c649659631 Previous tests assumed kubernetes environment and failed without one. Modified the existing test to accound for the new warning Wil Reichert 2017-06-19 20:32:32 +0900
  • 7681a1c82b Update plugins.md #2589 Gary Lucas 2017-06-18 12:48:28 -0700
  • 76e6e15a0c Add comment on resources #2584 Reinhard Nägele 2017-06-18 14:42:36 +0200
  • 3ff8e9196e Merge pull request #2586 from JulienBalestra/docs-command-typo Taylor Thomas 2017-06-17 15:38:27 -0700
  • 6213d168f4 fixed as the review of bacongobbler: add more detail information to return message. the regex rule is added to the return message. #2565 devinyan 2017-06-17 23:00:46 +0800
  • 1ef31019d7 Update json output to use io.writer over string concatenation Justin Scott 2017-06-16 16:36:06 -0700
  • a953923650 Check output flag as lowercase Justin Scott 2017-06-16 16:04:49 -0700
  • 3759850954 Correct comments and usage instructions. Update helm_init.md. Justin Scott 2017-06-16 15:55:52 -0700
  • 26fa96cc42 Use ParseInto properly to merge --set values. Modify deployment creation funcs to return err. Remove cruft. Needs test for --set value containing list index. Justin Scott 2017-06-16 15:14:04 -0700
  • 8dfec4db61 Fix typo in command line. #2586 Julien Balestra 2017-06-16 14:10:07 +0200
  • cbc16277c9 add timeout for unabailable kubernetes server Wil Reichert 2017-06-16 17:44:50 +0900
  • 51923e54b1 Improve 'helm create' Reinhard Nägele 2017-06-16 09:40:46 +0200
  • 843e652472 Improve chart examples #2583 Reinhard Nägele 2017-06-16 09:18:26 +0200
  • a6c9b74a63 add schema tests, fix albatross service value Wil Reichert 2017-06-16 15:28:27 +0900
  • 215bd6a45c Checkpoint commit. Contains merge problem with set values map and deployment map. Add --set and tests for --set and --node-selectors. Add Options.Values and ValuesMap() test by setting image version: helm init --dry-run --debug --set spec.template.spec.containers[0].image=gcr.io/kubernetes-helm/tiller:v2.4.2 --set spec.replicas=2 -o yaml Justin Scott 2017-06-15 14:18:03 -0700
  • 2a4d535988 Update standard label docs Reinhard Nägele 2017-06-15 21:42:25 +0200
  • 3ea2ff4a5a enable schema validation check Wil Reichert 2017-06-15 20:17:02 +0900
  • 505bcd1fcd Update docs for helm_init.md Justin Scott 2017-06-07 13:22:59 -0700
  • 248c07e012 WIP feat(helm): Add --node-selectors and --output flags to helm init Justin Scott 2017-06-07 11:28:13 -0700
  • ab99ac5e3c WIP feat(helm): Add --node-selectors and --output flags to helm init Justin Scott 2017-06-07 11:10:19 -0700
  • 525ecaa041 Add friendly message when fetch chart #2424 FengyunPan 2017-06-14 09:37:39 +0800
  • 237b97a967 fixed as the review of adamreese: update the err message when releasename is empty and update the test units. devinyan 2017-06-13 22:17:47 +0800
  • 0540613e18 Merge 645cc4e8f6 into 72cd1464d2 #2564 Y.W 2017-06-13 14:01:40 +0000
  • 645cc4e8f6 fixed as the review of adamreese: update the err message when releasename is empty and update the test units. #2564 devinyan 2017-06-13 22:00:45 +0800
  • 72cd1464d2 Merge pull request #2570 from adamreese/ref/goimports Adam Reese 2017-06-12 19:35:29 -0700
  • dece57e0ba Merge pull request #2350 from eicnix/master Matt Butcher 2017-06-12 13:37:17 -0600
  • eccb041c0f
    ref(tiller): cleanup goimports #2570 Adam Reese 2017-06-12 10:30:21 -0700
  • 5c1830f1aa Merge pull request #2569 from adamreese/ref/tiller Adam Reese 2017-06-12 09:00:38 -0700
  • a658d24ccd
    ref(tiller): refactor out cobra from tiller #2569 Adam Reese 2017-06-11 19:39:58 -0700
  • 8faa1352c8 Add friendly message when fetch chart FengyunPan 2017-06-12 10:14:10 +0800
  • 388002d844 give an uniform check for release process devinyan 2017-06-10 21:29:28 +0800
  • 715fdf1d0f give an uniform check for release process bugfix3 devinyan 2017-06-10 20:33:34 +0800
  • 35b5a6753e give an uniform check for release process bugfix devinyan 2017-06-10 19:57:47 +0800
  • dc7e2a52a9 give an uniform check for release process bugfix devinyan 2017-06-10 19:32:17 +0800
  • 25a187d270 give an uniform check for release process devinyan 2017-06-10 17:28:02 +0800
  • d0bea03216 Merge 586a496fca into 401f8bcc18 #1932 Tamal Saha 2017-06-09 22:52:45 +0000
  • 586a496fca Pass user authentication to Tiller #1932 tamal 2017-04-07 11:38:07 -0700
  • 5fe2ca5181 Added archive location to helm init #2558 Sushil Kumar 2017-06-09 15:07:23 -0700
  • 401f8bcc18 Merge pull request #2563 from adamreese/ref/code-cleanup Adam Reese 2017-06-09 09:57:39 -0700
  • ecef026b68 Merge pull request #2545 from technosophos/feat/set-list-index Matt Butcher 2017-06-08 14:34:26 -0600
  • b671077de1
    ref(helm): mix bag of syntax cleanup in cmd/helm #2563 Adam Reese 2017-06-08 13:08:41 -0700
  • 9f9b3e8729 Use versioned API types from the client-go library (#2524) Steven E. Harris 2017-06-08 15:30:59 -0400
  • f1a072fd32 Merge branch 'master' into use-versioned-objects-in-installer #2524 Adam Reese 2017-06-08 12:24:56 -0700
  • 4e34e992f1 Merge 8b65286ec4 into 15c14194c4 #2465 lead4good 2017-06-08 18:58:33 +0000
  • c01c7318ab
    feat(helm): support array index format for --set. #2545 Matt Butcher 2017-06-06 10:12:47 -0600
  • 39db9ec6e8 Merge branch 'master' into master #2350 Lukas Eichler 2017-06-08 18:40:34 +0200
  • 19c6e5cd98 Merge d7ad9327c3 into 15c14194c4 #2335 Adam Hawkins 2017-06-08 14:38:31 +0000
  • 15c14194c4 Merge pull request #2457 from michelleN/hooks-bug Michelle Noorali 2017-06-08 10:37:01 -0400
  • 13e24350d2 Merge 276fb54f2e into 5d3f3fdcd1 #2402 FengyunPan 2017-06-08 11:06:41 +0000
  • 5d3f3fdcd1 Merge pull request #2559 from v1k0d3n/docs-armada Taylor Thomas 2017-06-07 21:18:04 -0700
  • 94c419663f Merge pull request #2556 from cblecker/go1.8.3 Taylor Thomas 2017-06-07 21:12:09 -0700
  • 50b1d03809 🔧 Removing chart when install is passed with --dry-run #2561 Bhargav Nookala 2017-06-07 16:06:43 -0700
  • b482780ebb docs: add armada to the additional tools readme #2559 Brandon B. Jozsa 2017-06-07 18:38:20 -0400
  • 12914f49b8 <chart>.tgz will now be downloaded to "$HELM_HOME/cache/archive" directory Sushil Kumar 2017-06-07 14:28:35 -0700
  • 5ebbd9125d Merge 3f06282c14 into 8832cde7e0 #2523 Nikhita Raghunath 2017-06-07 18:39:11 +0000
  • 8832cde7e0 Merge pull request #2555 from lachie83/docs-tiller-namespaces Matt Butcher 2017-06-07 12:36:42 -0600
  • a5bc8f128b ref(helm): rename FakeReleaseClient -> FakeClient Michelle Noorali 2017-06-07 14:31:11 -0400
  • 213805504c
    chore(ci): bump go 1.8.3 #2556 Christoph Blecker 2017-06-07 11:10:30 -0700
  • 6a7a7d2a58
    update wording based on pr review #2555 Lachlan Evenson 2017-06-07 10:28:40 -0700
  • a15b3be9de Merge pull request #2496 from pierreozoux/patch-1 Matt Butcher 2017-06-07 11:25:39 -0600
  • eb2882d750 Merge pull request #2549 from thomastaylor312/fix/broken_unit_test Taylor Thomas 2017-06-07 10:06:41 -0700
  • a25c5a7362
    add best practices for running tiller in namespaces Lachlan Evenson 2017-06-07 10:04:06 -0700
  • fda6e25f21 Merge 6f6071e3bb into a98f701a62 #2416 Y.W 2017-06-07 16:53:18 +0000
  • 53dfbb5140 Merge bacf6b6cd5 into a98f701a62 #2428 yan2342805332 2017-06-07 16:53:17 +0000
  • a98f701a62 Merge pull request #2553 from adamreese/fix/helm-home-stdout Adam Reese 2017-06-07 09:36:31 -0700
  • c4a4b9668d Merge pull request #2546 from technosophos/docs/remove-block-sections Matt Butcher 2017-06-07 10:28:13 -0600
  • 985dbae2ac
    fix(helm): helm home print to stdout #2553 Adam Reese 2017-06-07 08:53:23 -0700
  • 70520efac4 ref(helm): make FakeReleaseClient public Michelle Noorali 2017-06-07 01:37:55 -0400
  • e3250e3319 Merge pull request #2534 from sushilkm/issues/2508 Taylor Thomas 2017-06-06 22:33:51 -0700
  • 5cfb4e8cf8 fix(tests): Fixes broken unit test #2549 Taylor Thomas 2017-06-06 22:17:26 -0700
  • 52a3405b1e Merge pull request #2542 from sushilkm/issues/2128 Matt Butcher 2017-06-06 16:39:33 -0600
  • 4ddd832f35 Use download manager directly #2542 Sushil Kumar 2017-06-06 15:24:43 -0700
  • 38a3067170
    docs(chart_template_guide): remove discussion of blocks #2546 Matt Butcher 2017-06-06 16:19:52 -0600
  • b5b404a547 Merge f911002f7c into c36c25391e #2501 Ronan Flynn-Curran 2017-06-06 22:17:31 +0000
  • f911002f7c Restore the 'examples' directory #2501 flynnduism 2017-06-06 15:15:12 -0700
  • e53858eb20 Apply folder/category structure of docs.helm.sh - moves Docs files from root /docs into subfolders - adds a using-helm folder (6 docs) - adds a architecture folder (1 doc) - adds a developing-charts folder (8 docs) - adds a glossary folder (1 doc) - adds a history folder (1 doc) - adds a related folder (1 doc) - renames the helm folder to helm-commands flynnduism 2017-05-25 17:30:02 -0700