Commit graph

11 commits

Author SHA1 Message Date
Matt Butcher
5514252801 Merge pull request #11 from technosophos/feat/chart-pkg
feat(chart): add chart package
2016-04-14 16:01:59 -06:00
Matt Butcher
ffa38d168d Merge pull request #14 from technosophos/feat/release-storage
feat(storage): add basic implementation of storage
2016-04-14 15:15:03 -06:00
Michelle Noorali
72acb82e50 feat(init): add tiller installer logic 2016-04-14 14:39:32 -06:00
Matt Butcher
47991c9c7c fix(chart): update chart testdata for newer format 2016-04-14 14:00:46 -06:00
Matt Butcher
5b78c77f3f feat(chart): add chart package
This is the chart package from k8s/helm, modified for usage here.
2016-04-14 12:25:00 -06:00
Matt Butcher
fa6a33c349 feat(storage): add basic implementation of storage
This is an in-memory storage layer for storing releases. This will be
superseded by the Kubernetes ConfigMap implementtion.
2016-04-13 15:53:51 -06:00
Matt Butcher
b04a1cc7d4 fix(tiller): set up Tiller environment correctly
And structure the tests better.
2016-04-13 11:55:27 -06:00
Matt Butcher
913905a54f fix(tiller): change environment.Engine signature 2016-04-12 17:04:49 -06:00
Matt Butcher
fa387494fb feat(engine): add template engine 2016-04-12 17:04:49 -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