Commit Graph

  • 407eed5ef6 Revert "toYaml - Fix #3470 and #3410's trailing \n issues" Matthew Fisher 2018-04-27 12:30:46 -0700
  • eb2b288637 #3763 replace backslash with forward slash Herbert Mühlburger 2018-04-27 14:14:37 +0200
  • 5900939764 docs(helm): update Globs examples to work correctly Julien Bordellier 2018-04-26 10:41:54 +0200
  • f6b153746c build helm binary in tiller image Matthew Fisher 2017-02-08 13:56:49 -0800
  • b21efbc15c remove need for type reflection Matthew Fisher 2018-04-25 14:55:05 -0700
  • 38f28bc86d Change tiller's Dockerfile to use USER nobody + upgrades to alpine:3.7 Julien Bordellier 2018-04-25 17:02:32 +0200
  • 5274f690da Fix for - Downloader plugins not used when downloading new repo's index.yaml #3938 eyalbe4 2018-04-25 03:44:47 +0300
  • 054b4c9ba2 Add quoting support in ingress to allow wildcard domain Julien Bordellier 2018-04-24 15:26:57 +0200
  • 126a0a5e08 Changed whitespacing in comments BarryWilliams 2018-04-23 22:25:11 -0400
  • ba46cc7e95 add --col-width to `helm search` (#3949) Marat Garafutdinov 2018-04-23 16:35:29 -0700
  • 2d1f2fa9f7 fix(kube): output internal object table Adam Reese 2018-04-23 14:30:34 -0700
  • c450708172 Fix --tiller-namespace flag for plugins Fabian Ruff 2018-04-23 20:12:40 +0200
  • 294d136286 Avoid to call 'go' with empty -tags argument Julius Kammerl 2018-04-23 15:42:07 +0200
  • b0b380336f Update install.go AdamDang 2018-04-23 13:06:24 +0800
  • 126532f295 Typo fix in plugins.md "that that"->"that" AdamDang 2018-04-23 13:05:12 +0800
  • be7b05d3c6 fixed flag for tls ca cert option in the documentation Colin Dickson 2018-04-19 19:20:42 -0400
  • fcdac19a15 feat(list): Optional output as JSON and YAML Sean Eagan 2018-04-18 13:27:37 -0500
  • b0baf975e6 fix(kube): get correct versioned object from info helper Adam Reese 2018-04-18 11:42:56 -0700
  • 2940cd5b5d swallow the error when returning the default HTTP client Matthew Fisher 2018-04-17 16:36:50 -0700
  • 0dc1876c1c fix(kube): use correct object type in watch Adam Reese 2018-04-17 15:14:09 -0700
  • e7e51b49af fix(pkg/strvals): evaluate "null" values Michelle Noorali 2018-04-17 15:04:53 -0400
  • f2a1294059 ref(pkg/plugin): create clean path for extracting plugins Michelle Noorali 2018-04-14 11:29:27 -0400
  • 50927b7074 Correct the returned message in reset_test.go AdamDang 2018-04-17 14:42:09 +0800
  • d72cf164fb Add App Version to the helm ls command. Derek Bassett 2018-03-22 23:21:45 -0600
  • d268521e16 Typo fix in functions_and_pipelines.md AdamDang 2018-04-15 23:37:13 +0800
  • 1380563dae feat(helm): support removing multiple repositories with repo remove command Arash Deshmeh 2018-04-14 15:37:42 -0400
  • c7e909313f Update files.go cameronconradt 2018-03-23 23:57:35 -0600
  • 324cec82e7 The default defined role does not allow Tiller to launch Kubernetes jobs. Derek Bassett 2018-02-26 20:03:43 -0700
  • 57b582465c Update CONTRIBUTING.md fqsghostcloud 2018-03-22 23:28:04 +0800
  • 7900558caa Fixed SIGSEGV when running helm create with -p and no values.yaml file Ali Rizwan 2018-03-15 16:07:29 +0100
  • 62fdcb9e28 update docstrings on Deployment, Service, and Secret ryane 2018-02-27 17:22:33 -0500
  • c9ac8a396c don't wrap helm init -o/--dry-run output in List ryane 2018-02-23 20:40:25 -0500
  • b8508e8cf2 fix(helm): add service, secret manifests in `init -o` ryane 2018-02-21 16:27:50 -0500
  • baa620bb66 Correct the returned message AdamDang 2018-04-17 13:55:29 +0800
  • 88f898863f Revert "feat: add --set and --values options to 'helm package'" Matthew Fisher 2018-04-16 16:46:47 -0700
  • afbbf2ce4c Create PodSecurityPolicy before Pods and ServiceAccounts Sergii Manannikov 2018-04-14 15:51:01 +0200
  • fd0fc83ef6 fix(helm): resolve linter's warning on template command unit tests Arash Deshmeh 2018-04-14 05:52:34 -0400
  • a0d5708bd3 Document apiVersion field Jesse Weinstein 2018-04-13 09:57:35 -0700
  • 1d31d3eb85 test helm template -x with non-existent manifest Chance Zibolski 2018-04-11 16:48:53 -0700
  • a4c0dd04c4 Correctly use subtests in helm template tests Chance Zibolski 2018-04-11 16:46:24 -0700
  • 3f9c720fbe Disambigutate chartPaths variables in helm template tests Chance Zibolski 2018-04-11 16:28:56 -0700
  • a04fd9fc92 test helm template -x against subcharts stored as tgz's Chance Zibolski 2018-04-11 16:28:14 -0700
  • 26ee4567c0 Add working template to mariner chart for use in testing subcharts Chance Zibolski 2018-04-11 16:26:15 -0700
  • a6179872c8 Update helm template -x to support children chart manifests in more cases Chance Zibolski 2018-04-11 14:46:18 -0700
  • fb59078fd3 remove optional field from charts and templates Matthew Fisher 2018-04-11 14:43:44 -0700
  • f1a4fd7c5d Remove Mercurial build-time dependency Manuel Rüger 2018-04-11 18:33:50 +0200
  • c4e2d9472d Basic auth credentials from repo not used in install/upgrade/fetch commands #3858 eyalbe4 2018-04-11 19:07:15 +0300
  • 7865dca8db Fix some typo xianlubird 2018-04-11 20:51:58 +0800
  • 43b1e3eaf9 Proper none not in capitals AdamDang 2018-04-10 23:54:19 +0800
  • d3ae902b0f fix(helm): refactor tiller release install unit tests using chart and install request stubs Arash Deshmeh 2018-04-09 12:18:23 -0400
  • 9cf9e836f6 Typo fix Erik Sundell 2018-04-08 23:18:47 +0200
  • fe034c68cb fix(helm) refactor reset command unit tests to remove duplication in test code Arash Deshmeh 2018-04-07 12:04:29 -0400
  • da21aabf3e typo fix get->Get's AdamDang 2018-04-07 08:56:44 +0800
  • 5ca518887c fix(docs): Add the missing docs Taylor Thomas 2018-04-06 16:33:38 -0700
  • 2b2111a55f fix(package): Adds missing `set-string` flag and parameter Taylor Thomas 2018-04-06 15:43:37 -0700
  • 544d5a306e remove unused servicePort from default ingress template Steffen Windoffer 2018-04-06 11:21:54 +0200
  • 13c110cb62 Fix some typos AdamDang 2018-04-06 16:58:40 +0800
  • 9109d88f93 Updated tests for PR #3837 Erik Sundell 2018-04-06 00:59:22 +0200
  • bdf8529194 toYaml - Fixes #3470 - trailing \n issue Erik Sundell 2018-04-06 00:41:14 +0200
  • 07e44e1aed toYaml - Fixes #3410 - trailing \n issue Erik Sundell 2018-04-06 00:40:43 +0200
  • f90aa4ce7e Updates readme with choco install command Stefan Henseler 2018-04-05 23:51:21 +0200
  • 3ce78c1975 rename TPR to CRD Matthew Fisher 2018-04-05 08:06:47 -0700
  • 58518e8311 Fixes typos introduced in #3540. Closes #3823 Daryl Walleck 2018-04-04 18:43:03 -0500
  • fb81e0fda5 ref(cmd/upgrade): update reuse-values flag descrip Michelle Noorali 2018-03-19 12:35:42 -0400
  • e623939087 ref(pkg/tiller): clarify reuseValues comment Michelle Noorali 2018-04-04 15:54:12 -0400
  • f7d604fbf4 fix(pkg/tiller): reuseValues combines all prev val Michelle Noorali 2018-04-04 15:44:28 -0400
  • 8e06ac9e1e ref(cmd/helm): show grpc error msg from prettyError Michelle Noorali 2018-04-04 12:04:27 -0400
  • 1b251e752e Switch flag to update existing record Stuart Leeks 2018-04-04 09:17:57 +0100
  • bf76fb7f3a using existing mechanism to flag for failures Ryan Hartje 2018-04-03 20:17:54 -0400
  • 1501b88494 Typo fix helm->Helm AdamDang 2018-04-04 07:07:55 +0800
  • 1a000dece6 Fix #3822 Zack Williams 2018-04-03 13:10:56 -0700
  • 188e5f302d import client auth plugins Matthew Fisher 2018-04-03 08:13:18 -0700
  • ff449d549e Add hook-delete-policy ReleaseServer unit tests Timofey Kirillov 2018-03-21 23:13:29 +0300
  • 24883574c0 Removes unnecessary if block Gijs Kunze 2018-04-03 11:12:12 +0200
  • 1699855e0e release list paritioning fibonacci1729 2018-03-30 09:28:42 -0600
  • ccd7197d43 fix(helm) refactor release_testing unit tests to utilize runReleaseCases Arash Deshmeh 2018-04-01 12:39:43 -0400
  • 2089ec0f00 closes #3795 ReSearchITEng 2018-03-30 09:59:06 +0300
  • ee2e3b174b Update rbac.md AdamDang 2018-03-29 23:43:04 +0800
  • 0cf732335a fix(helm): fix output leak from unit tests of helm create command Arash Deshmeh 2018-03-29 05:08:56 -0400
  • 2a7ea6e8b6 Fix tiller deployment on RBAC clusters John Koleszar 2018-03-28 18:05:54 -0700
  • e175663296 return a non 0 exit code when lint fails due to missing Chart.yaml Ryan Hartje 2018-03-28 18:51:26 -0400
  • 78a0e04c2e stream releases when listing fibonacci1729 2018-03-28 15:43:23 -0600
  • 6b8cf22ee2 Removed typos (additional plus signs) Shredgar 2018-03-28 10:12:56 +0200
  • 2eccb58ed3 fix 'eveything' -> 'everything' (#3754) muhongwei 2018-03-28 04:07:13 +0800
  • cb873a8142 fix 'mulitenant'->'multitenant' (#3755) muhongwei 2018-03-28 04:06:48 +0800
  • 57da186530 Fix several golint warnings (#3756) adshmh 2018-03-27 16:06:04 -0400
  • 6dfc6b4819 Remove outdated note. Jonathan Hall 2018-03-27 19:56:46 +0200
  • e42e3e9665 Updated kubernetes_distros.md with DC/OS note. Shredgar 2018-03-27 14:52:32 +0200
  • 2af632c9df ref(*): kubernetes v1.10 support Adam Reese 2018-03-26 22:15:36 -0700
  • 3f38a8ba13 Update tiller_ssl.md AdamDang 2018-03-25 15:51:57 +0800
  • 66863b25e5 Updated to mention the --purge flag on delete Russell Morrisey 2018-03-23 15:43:54 -0400
  • b4c2442d3b fixed typo + moved into Helm Included section James Strachan 2018-03-23 06:33:25 +0000
  • b848849813 Update to specify version command output. Justin Scott 2018-03-22 13:21:03 -0700
  • 3e3cc78578 Add issue_template.md which asks for version info. Justin Scott 2018-03-22 12:23:11 -0700
  • b31066d27c fix Syntax error fqsghostcloud 2018-03-22 23:21:32 +0800
  • d7ec31416d Fix HTML parsing when setting TAG with wget Ferenc- 2018-03-22 14:51:45 +0100
  • f5cb612adc add a link to Jenkins X and how it uses helm James Strachan 2018-03-22 08:22:09 +0000
  • ea657ff518 Create index.yaml if missing when running repo index --merge Helgi Þorbjörnsson 2018-03-21 17:28:27 -0700
  • 999acc6328 (fix) Handle caFile alone being set for repos Morgan Parry 2017-12-13 15:50:25 +0000
  • 8f698725a9 Implement before-hook-creation delete policy Alexey igrychev 2018-03-21 17:19:53 +0300