Adam Reese
|
895e9192d4
|
feat(*): use vanity import helm.sh/helm
Signed-off-by: Adam Reese <adam@reese.io>
|
2019-03-13 13:43:47 -07:00 |
Adam Reese
|
516c53dae6
|
ref(chart): use map for chart.Values
Signed-off-by: Adam Reese <adam@reese.io>
|
2018-08-29 09:56:19 -07:00 |
Adam Reese
|
4f26b658d8
|
change copyright to "Copyright The Helm Authors"
|
2018-08-24 12:03:55 -07:00 |
Adam Reese
|
f012940d9c
|
ref(*): refactor chart/chartutil
ref(chartutil): move chart loading out of chartutil into new package
add chart loader interface to allow lazy loading
feat(chart): create chart accessors
ref(*): cleanup requirements
ref(tiller): remove optional template engines
ref(tiller): simplify sorting releases and hooks
ref(*): code simplification
ref(hapi): move chart package out of hapi
ref(chart): add requirements and lock to Chart struct
|
2018-08-24 11:28:29 -07:00 |
Adam Reese
|
726e3c41be
|
feat(*): print stacktrace on error with debug enabled
|
2018-05-10 09:34:41 -07:00 |
Adam Reese
|
4c95185164
|
ref(*): replace chart.config with []byte
|
2018-04-20 00:13:19 -07:00 |
Adam Reese
|
36536d77ba
|
ref(*): remove protobuf any type
|
2018-04-18 16:28:50 -07:00 |
Adam Reese
|
6345f04190
|
ref(hapi): convert protobuf to go types
|
2018-04-18 14:53:38 -07:00 |
Jean-Philippe Courson
|
5b77335415
|
Create missing directories when saving files in chartutil.SaveDir
|
2018-02-24 17:12:37 +00:00 |
Amanda Cameron
|
415e52bf55
|
Add support for sub-directory scanning as in issue #1401
|
2017-09-08 09:33:44 -04:00 |
Matt Butcher
|
784a339627
|
feat(helm): support 'helm create --pack=mypack'
This adds support for packs, pre-configured chart patterns that can be
used to quickly create a custom layout for your new chart.
|
2016-11-22 16:27:54 -07:00 |
Matt Butcher
|
e757b24aed
|
fix(*): add license header
|
2016-06-22 12:28:45 -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 |