Commit graph

1342 commits

Author SHA1 Message Date
Matt Butcher
377a43385e fix(*): fixed import paths 2016-06-06 21:21:36 -06:00
Matt Butcher
72be00c6fc fix(chartutil): update 'fetch' and 'package' to use chartutil. 2016-06-06 21:16:45 -06:00
Matt Butcher
cded50e34f fix(chartutil): update lint to use chartutil 2016-06-06 21:14:34 -06:00
Matt Butcher
ebd81152dd fix(helm): update 'helm create' to use YAML. 2016-06-06 21:13:48 -06:00
Matt Butcher
9ca8c27e16 fix(*): change TOML to YAML 2016-06-06 21:12:36 -06:00
Matt Butcher
7aa4ffa4d4 feat(chartutil): switch TOML to YAML 2016-06-06 21:09:27 -06:00
Adam Reese
3f53ee29bf Merge pull request #791 from adamreese/chore/import-path
chore(*): use k8s.io as the import path
2016-06-06 17:34:43 -07:00
Adam Reese
818c878700 chore(*): use k8s.io as the import path 2016-06-06 17:17:04 -07:00
Matt Butcher
758a59c8bb Merge pull request #774 from migmartri/patch-1
Fixed typo in charts.md
2016-06-06 14:45:25 -06:00
Matt Butcher
336c650407 Merge pull request #777 from arschles/probes
Add HTTP server for liveness and readiness probes
2016-06-06 14:45:02 -06:00
Michelle Noorali
1b060b1f5c Merge pull request #785 from migmartri/784-malformed
Fixed URL parse
2016-06-06 14:20:21 -06:00
Miguel Martinez
a0c1125a39 fix(repo) Malformed URL 2016-06-06 11:24:46 -07:00
Miguel Martinez
12474146e5 Fix(charts.md) filename typo 2016-06-06 11:24:01 -07:00
Aaron Schlesinger
9e1df63e77 using spaces in the tiller manifest yaml 2016-06-03 14:48:06 -07:00
Matt Butcher
759f754f1b Merge pull request #790 from technosophos/feat/chartutil-save
feat(chartutil): add Save function
2016-06-03 15:46:01 -06:00
Adam Reese
2b3892ce60 Merge pull request #789 from adamreese/feat/kube-logging
feat(kube): use env variable to control kube logging
2016-06-03 14:31:53 -07:00
Matt Butcher
15a1cb4816 feat(chartutil): add Save function
This replicates the previous Save function, which can save an
in-memory Chart proto to a tgz.
2016-06-03 15:23:49 -06:00
Adam Reese
0f5c2951a2 feat(kube): use env variable to control kube logging
Removes command line flags and adds the environment variable
`KUBE_LOG_LEVEL`
2016-06-03 14:16:57 -07:00
Michelle Noorali
75eae2b4f4 Merge pull request #787 from michelleN/repo-docs
chore(docs): remove ambigious note
2016-06-03 13:29:58 -06:00
Matt Butcher
4bb596d187 Merge pull request #788 from technosophos/feat/chartutil
feat(chartutil): add chartutil package
2016-06-02 17:18:53 -06:00
Matt Butcher
2802fcbd87 feat(chartutil): optimize for re-use
This is a refactor of the loader to use in-memory buffers instead of
trying to optimize for memory usage by delaying reads until the last
possible moment. Since charts tend to stay well below 1M in size, this
makes more sense, and is easier to work with.
2016-06-02 16:09:48 -06:00
Michelle Noorali
22c3b621af chore(docs): remove ambigious note 2016-06-02 13:24:13 -06:00
Ville Aikas
ff845df3c1 Merge pull request #783 from vaikas-google/master
Do not return an error if no matches found
2016-06-02 19:45:09 +02:00
Michelle Noorali
801c41c3c8 Merge pull request #780 from michelleN/repo-docs
chore(docs): add chart repository docs
2016-06-02 11:07:47 -06:00
vaikas-google
8405504953 do not return errors and do not print any messages about no matches found to be more like unix commands 2016-06-01 15:45:05 -07:00
Matt Butcher
5d040ec181 Merge branch 'master' into feat/chartutil 2016-06-01 16:38:27 -06:00
Michelle Noorali
7288ca4c37 chore(docs): add chart repository docs 2016-06-01 14:30:30 -06:00
Aaron Schlesinger
9940222d34 Add probes to the the embedded Tiller manifest 2016-06-01 12:18:18 -07:00
Aaron Schlesinger
56069ae474 Fix tests 2016-06-01 11:39:31 -07:00
Adam Reese
9295cb5438 Merge pull request #776 from adamreese/feat/version
feat(version): statically link version at build time
2016-06-01 11:20:53 -07:00
Matt Butcher
f1b6373f76 Merge pull request #772 from Ladicle/fix-init-command
fix(tiller): fix install function
2016-06-01 12:10:20 -06:00
Matt Butcher
3d03982202 Merge pull request #766 from technosophos/fix/values-not-required
fix(helm): stop requiring a values.toml in a chart
2016-06-01 12:09:19 -06:00
Aaron Schlesinger
fe3afa8012 Added test for probes ServeMux 2016-06-01 10:54:33 -07:00
Aaron Schlesinger
ada108126c Add HTTP server for liveness and readiness probes 2016-06-01 10:47:26 -07:00
Adam Reese
5670d2db53 feat(version): statically link version at build time 2016-05-31 23:10:26 -07:00
Michelle Noorali
9615838656 Merge pull request #762 from linki/patch-1
fix(docs): fix typo
2016-05-31 11:24:23 -05:00
Ladicle
97a9586a1b fix(tiller): fix install function
Because, occur the following error when `createNS` flag is true.
`panic: template: redefinition of template "manifest"`
2016-05-30 17:09:53 +09:00
Adam Reese
e6a8045bea Merge pull request #770 from adamreese/feat/logging
fix(cmd): rename verbose flag to debug
2016-05-27 12:03:46 -07:00
Adam Reese
106b893835 Merge pull request #771 from adamreese/fix/gcr-push
fix(Makefile): push to gcr using gcloud
2016-05-27 12:03:33 -07:00
Adam Reese
582b1883e3 fix(Makefile): push to gcr using gcloud 2016-05-26 17:45:39 -07:00
Adam Reese
b26bd2e939 fix(cmd): rename verbose flag to debug
Remove a naming conflict with glog which allows for debugging kubernetes
requests.
2016-05-26 15:47:02 -07:00
Matt Butcher
2704e47154 fix(helm): stop requiring a values.toml in a chart
Charts should not require a values.toml file -- some charts will just be
manifests with nothing configurable.
2016-05-26 10:19:47 -06:00
Matt Butcher
25053e6ada feat(pkg/chartutil): add chartutil package 2016-05-26 09:41:43 -06:00
Michelle Noorali
0214576069 Merge pull request #764 from naveensrinivasan/patch-2
Included a link to 12factor.net
2016-05-26 10:49:28 -04:00
Michelle Noorali
b84d0b9726 Merge pull request #763 from naveensrinivasan/patch-1
Fix for dead link
2016-05-26 10:48:28 -04:00
Naveen
0e8ec83120 Included a link to 12factor.net
Not every one is aware of the 12factor.net so included the link.
2016-05-26 09:51:03 -04:00
Naveen
cff41a4651 Updated charts.md
Updated the link which was dead pointing to `https://github.com/deis/charts`
2016-05-26 09:37:19 -04:00
Martin Linkhorst
a5eb5d7e03 fix(docs): fix typo 2016-05-25 20:53:19 +02:00
Michelle Noorali
a971769e85 Merge pull request #720 from michelleN/add-default-repo
ref(helm): add default repository on init step
2016-05-25 14:39:03 -04:00
Michelle Noorali
1d4d5ec872 ref(helm): refactor helm unit tests
... so we don't rely on external services
in unit tests :)
2016-05-25 13:55:40 -04:00