- 03 Jun, 2016 5 commits
-
-
Matt Butcher authored
feat(chartutil): add Save function
-
Adam Reese authored
feat(kube): use env variable to control kube logging
-
Matt Butcher authored
This replicates the previous Save function, which can save an in-memory Chart proto to a tgz.
-
Adam Reese authored
Removes command line flags and adds the environment variable `KUBE_LOG_LEVEL`
-
Michelle Noorali authored
chore(docs): remove ambigious note
-
- 02 Jun, 2016 5 commits
-
-
Matt Butcher authored
feat(chartutil): add chartutil package
-
Matt Butcher authored
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.
-
Michelle Noorali authored
-
Ville Aikas authored
Do not return an error if no matches found
-
Michelle Noorali authored
chore(docs): add chart repository docs
-
- 01 Jun, 2016 7 commits
-
-
vaikas-google authored
do not return errors and do not print any messages about no matches found to be more like unix commands
-
Matt Butcher authored
-
Michelle Noorali authored
-
Adam Reese authored
feat(version): statically link version at build time
-
Matt Butcher authored
fix(tiller): fix install function
-
Matt Butcher authored
fix(helm): stop requiring a values.toml in a chart
-
Adam Reese authored
-
- 31 May, 2016 1 commit
-
-
Michelle Noorali authored
fix(docs): fix typo
-
- 30 May, 2016 1 commit
-
-
Ladicle authored
Because, occur the following error when `createNS` flag is true. `panic: template: redefinition of template "manifest"`
-
- 27 May, 2016 3 commits
-
-
Adam Reese authored
fix(cmd): rename verbose flag to debug
-
Adam Reese authored
fix(Makefile): push to gcr using gcloud
-
Adam Reese authored
-
- 26 May, 2016 7 commits
-
-
Adam Reese authored
Remove a naming conflict with glog which allows for debugging kubernetes requests.
-
Matt Butcher authored
Charts should not require a values.toml file -- some charts will just be manifests with nothing configurable.
-
Matt Butcher authored
-
Michelle Noorali authored
Included a link to 12factor.net
-
Michelle Noorali authored
Fix for dead link
-
Naveen authored
Not every one is aware of the 12factor.net so included the link.
-
Naveen authored
Updated the link which was dead pointing to `https://github.com/deis/charts`
-
- 25 May, 2016 8 commits
-
-
Martin Linkhorst authored
-
Michelle Noorali authored
ref(helm): add default repository on init step
-
Michelle Noorali authored
... so we don't rely on external services in unit tests :)
-
Michelle Noorali authored
See #718
-
Matt Butcher authored
docs(chart): updated chart documentation
-
Adam Reese authored
fix(style): cleanup coding style on error returns
-
Adam Reese authored
-
Adam Reese authored
-
- 24 May, 2016 3 commits
-
-
Adam Reese authored
feat(tunnel): wire in the tunnel setup and teardown
-
Adam Reese authored
-
Adam Reese authored
feat(tunnel): add logic for detecting tiller pod
-