- 22 Apr, 2016 1 commit
-
-
Brian authored
1. install command loads chart archive. 2. invokes helm api to transform the pkg/chart.Chart type to it's proto model. 3. the client then establishes a connection to tiller. 4. sends InstallReleaseRequest, receives InstallReleaseResponse. todo (for complete install): - walk pkg/chart.{Values,Deps,Templates} types and populate proto definitions for various apis/messages.
-
- 20 Apr, 2016 10 commits
-
-
Matt Butcher authored
fix(tiller): replace codegangsta with cobra
-
Matt Butcher authored
-
Matt Butcher authored
fix(helmet): remove helmet
-
Matt Butcher authored
-
Michelle Noorali authored
ref(package): add error handling on args
-
Michelle Noorali authored
feat(helm): implement home command
-
Matt Butcher authored
feat(tiller): add template and release to install
-
Matt Butcher authored
-
Matt Butcher authored
-
Adam Reese authored
feat(local-cluster): add kubernetes startup script
-
- 19 Apr, 2016 3 commits
-
-
Adam Reese authored
-
Michelle Noorali authored
-
Michelle Noorali authored
-
- 18 Apr, 2016 10 commits
-
-
Michelle Noorali authored
feat(init): add local config step to init
-
Matt Butcher authored
-
Michelle Noorali authored
This is the second half of issue #3.
-
Matt Butcher authored
feat(tiller): add release server stub
-
Matt Butcher authored
feat(chart): add values parser
-
Matt Butcher authored
-
Matt Butcher authored
feat(helm): implement 'helm create'
-
Matt Butcher authored
-
Matt Butcher authored
-
Matt Butcher authored
-
- 15 Apr, 2016 6 commits
-
-
Brian authored
feat(hapi-pb): add preliminary hapi protocol buffer definitions
-
Brian Hardock authored
1. remove preliminary hapi protocol buffer definitions 2. modify hapi Makefile 3. update hapi protobuf model in _proto/hapi/{chart,release,services} 4. generate protobuf src to pkg/proto/hapi/{chart,release,services}
-
Matt Butcher authored
This adds code to parse TOML files into Values maps. These can then easily be passed into the template engine. Included in this is support for TOML "tables", subsections of TOML files. We will be using those to pass config data to dependent charts.
-
Matt Butcher authored
feat(helm): add 'helm package' command
-
Matt Butcher authored
fix(storage): Use a CRUD interface
-
Matt Butcher authored
Fixes #23
-
- 14 Apr, 2016 10 commits
-
-
Michelle Noorali authored
-
Michelle Noorali authored
-
Matt Butcher authored
-
Adam Reese authored
fix(Makefile): disable verbose on build
-
Adam Reese authored
-
Matt Butcher authored
feat(chart): add chart package
-
Matt Butcher authored
feat(storage): add basic implementation of storage
-
Michelle Noorali authored
feat(init): add helm init
-
Michelle Noorali authored
-
Michelle Noorali authored
+ -i flag to override tiller image
-