- 07 Jun, 2016 6 commits
-
-
Matt Butcher authored
-
Matt Butcher authored
-
Matt Butcher authored
-
Matt Butcher authored
-
Adam Reese authored
chore(*): use k8s.io as the import path
-
Adam Reese authored
-
- 06 Jun, 2016 5 commits
-
-
Matt Butcher authored
Fixed typo in charts.md
-
Matt Butcher authored
Add HTTP server for liveness and readiness probes
-
Michelle Noorali authored
Fixed URL parse
-
Miguel Martinez authored
-
Miguel Martinez authored
-
- 03 Jun, 2016 6 commits
-
-
Aaron Schlesinger authored
-
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 11 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
-
Aaron Schlesinger authored
-
Aaron Schlesinger 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
-
Aaron Schlesinger authored
-
Aaron Schlesinger authored
-
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 2 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.
-