Matt Butcher
72be00c6fc
fix(chartutil): update 'fetch' and 'package' to use chartutil.
2016-06-06 21:16:45 -06:00
Matt Butcher
ebd81152dd
fix(helm): update 'helm create' to use YAML.
2016-06-06 21:13:48 -06:00
Matt Butcher
9ca8c27e16
fix(*): change TOML to YAML
2016-06-06 21:12:36 -06:00
Matt Butcher
7aa4ffa4d4
feat(chartutil): switch TOML to YAML
2016-06-06 21:09:27 -06:00
Adam Reese
818c878700
chore(*): use k8s.io as the import path
2016-06-06 17:17:04 -07:00
Matt Butcher
15a1cb4816
feat(chartutil): add Save function
...
This replicates the previous Save function, which can save an
in-memory Chart proto to a tgz.
2016-06-03 15:23:49 -06:00
Matt Butcher
2802fcbd87
feat(chartutil): optimize for re-use
...
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.
2016-06-02 16:09:48 -06:00
Matt Butcher
25053e6ada
feat(pkg/chartutil): add chartutil package
2016-05-26 09:41:43 -06:00