- 27 Apr, 2016 5 commits
-
-
Matt Butcher authored
-
Matt Butcher authored
feat(helm): add a very basic lint command
-
Matt Butcher authored
feat(tiller): implement get and status
-
Michelle Noorali authored
ref(init): save helm paths to variables
-
Michelle Noorali authored
-
- 26 Apr, 2016 5 commits
-
-
Matt Butcher authored
This adds a lint command that just checks to see if the chart is parseable and if the templates are paresable.
-
Adam Reese authored
fix(golint): fix printing blank lines
-
Adam Reese authored
-
Matt Butcher authored
-
Matt Butcher authored
feat(helm): implement 'helm remove'
-
- 25 Apr, 2016 3 commits
-
-
Matt Butcher authored
-
Matt Butcher authored
fix(storage): add mutex to in-memory
-
Matt Butcher authored
feat(tiller): add support for dry run install
-
- 22 Apr, 2016 16 commits
-
-
Matt Butcher authored
This adds a RW Mutex on the in-memory storage.
-
Matt Butcher authored
This adds support for dry run on install, as well as providing enough info for an install to display (verbose) manifests. While doing this, I ended up just storing the rendered manifests for simplicity.
-
Matt Butcher authored
feat(engine): add recursive template resolution
-
Brian authored
feat(tiller): add initial tiller client for basic helm installs.
-
Matt Butcher authored
-
Michelle Noorali authored
feat(helm): add local chart repository workflow spike
-
Michelle Noorali authored
-
Michelle Noorali authored
-
Michelle Noorali authored
-
Michelle Noorali authored
-
Michelle Noorali authored
-
Michelle Noorali authored
-
Michelle Noorali authored
-
Michelle Noorali authored
-
Michelle Noorali authored
-
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.
-
- 21 Apr, 2016 6 commits
-
-
Matt Butcher authored
-
Matt Butcher authored
-
Matt Butcher authored
fix(*): style fixes
-
Matt Butcher authored
-
Matt Butcher authored
-
Matt Butcher authored
fix(Makefile): skip gofmt on proto gen code
-
- 20 Apr, 2016 5 commits
-
-
Matt Butcher authored
-
Matt Butcher authored
fix(tiller): replace codegangsta with cobra
-
Matt Butcher authored
-
Matt Butcher authored
fix(helmet): remove helmet
-
Matt Butcher authored
-