Commit graph

27 commits

Author SHA1 Message Date
Matt Butcher
9ca8c27e16 fix(*): change TOML to YAML 2016-06-06 21:12:36 -06: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
Miguel Martinez
12474146e5 Fix(charts.md) filename typo 2016-06-06 11:24:01 -07:00
Michelle Noorali
22c3b621af chore(docs): remove ambigious note 2016-06-02 13:24:13 -06:00
Michelle Noorali
7288ca4c37 chore(docs): add chart repository docs 2016-06-01 14:30:30 -06:00
Michelle Noorali
9615838656 Merge pull request #762 from linki/patch-1
fix(docs): fix typo
2016-05-31 11:24:23 -05: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
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
Matt Butcher
57c9861116 Merge pull request #715 from technosophos/docs/updated-charts
docs(chart): updated chart documentation
2016-05-25 11:32:20 -06:00
runseb
2bbdff9e8f Update quickstart.md
move from _remove_ to _delete_
2016-05-19 12:21:02 +02:00
Matt Butcher
26e003b931 docs(chart): updated chart documentation
Also noticed a field was omitted from metadata.proto and the docs.
Added it back, though functionally it is a no-op.
2016-05-16 17:37:01 -06:00
Matt Butcher
f59a2ea69f Merge pull request #688 from technosophos/fix/proto-formatting
fix(proto): fix style issues and documentation
2016-05-10 17:21:02 -06:00
Matt Butcher
3ddacb6b4b fix(proto): fix style issues and documentation
This fixes indentation, documentation, and removes unused protobuf
files.
2016-05-10 17:13:16 -06:00
Matt Butcher
0eb9825c9a fix(make): add protoc target to top Makefile
Closes #670
2016-05-10 12:24:32 -06:00
Matt Butcher
6b68e7891f feat(tiller): delete operation runs against Kubernetes
Also fixed a minor formatting issue with Alpine chart in docs.
2016-05-05 16:46:31 -06:00
Matt Butcher
6db7c39b84 feat(helm, tiller): implement k8s portion of install
This commit finally ties `helm install` together with the Kubernetes
client library to make an end-to-end trip.

There were several small fixes to go on both client and server side,
along with some changes to proto to support better error reporting.

The alpine chart has been updated to exhibit how the new Helm works.
2016-05-04 17:27:00 -06:00
Matt Butcher
6950fe42dd feat(helm, tiller): add release listings
This adds client and server support for 'helm list'.
2016-05-02 20:09:44 -06:00
Matt Butcher
9e060b0449 docs(*): fixed minor issues with the docs. 2016-04-28 09:51:01 -06:00
Matt Butcher
f098cb6fb6 fix(*): rewrite import paths 2016-04-27 21:50:15 -06:00
Matt Butcher
c98e1042b5 docs(*): fix chart descriptions
Make sure all fields are marked optional or required in the doc.
2016-04-27 11:58:12 -06:00
Matt Butcher
95bc672629 docs(example): add example alpine chart. 2016-04-27 11:30:34 -06:00
Matt Butcher
e0eb95be86 docs(*): add arch, charts, and quickstart docs 2016-04-27 11:30:34 -06:00
Matt Butcher
7a0413344e feat(tiller): stub out environment 2016-04-11 13:26:33 -06:00
Matt Butcher
0868355d3e feat(cmd): add grpc client and server
So far, they just have basic readiness checks.
2016-04-08 16:41:21 -06:00