Commit Graph

53 Commits (17553db485f6165c15aa17c6dfcc7589edb025ee)

Author SHA1 Message Date
Matt Farina 9bc7934f35
Updating the module for v3 as the major version
5 years ago
Ian Howell 31b940a61d fix(engine): Fix eating too many colons during template execution
5 years ago
Thomas O'Donnell 213f714604 Stop Lint from breaking when using required
5 years ago
Ian Howell 278594fb0f fix(pkg/engine): Style changes on template errors
6 years ago
Ian Howell 33b1ede570 fix(pkg/engine): Clean up template error messages
6 years ago
Adam Reese 895e9192d4
feat(*): use vanity import helm.sh/helm
6 years ago
Adam Reese 849f27d11f
ref(pkg/engine): make template specific functions private
6 years ago
Adam Reese d841a1b1d9
fix(engine): make template rendering thread safe
6 years ago
Adam Reese 2b81eea1e2
ref(*): replace byte array with map for Release config
6 years ago
Adam Reese 516c53dae6
ref(chart): use map for chart.Values
6 years ago
Adam Reese 4f26b658d8
change copyright to "Copyright The Helm Authors"
6 years ago
Adam Reese f012940d9c
ref(*): refactor chart/chartutil
6 years ago
Adam Reese 4c95185164
ref(*): replace chart.config with []byte
7 years ago
Adam Reese 36536d77ba
ref(*): remove protobuf any type
7 years ago
Adam Reese 6345f04190
ref(hapi): convert protobuf to go types
7 years ago
Lukas Eichler 8bc7dede18
fix(helm): Apply PR comments for tpl template name fix
7 years ago
Lukas Eichler 39db9ec6e8 Merge branch 'master' into master
7 years ago
Lukas Eichler 439f1b31d1 Added unit test for include in tpl function
7 years ago
Matt Butcher 8937c775a9
fix(2452): sort templates before parse
7 years ago
Lukas Eichler 2521c526d9 - Changed error behaviour to returning an error instead of writing the error in the template
7 years ago
Lukas Eichler d01f7978d2 Added implementation for a tpl function that evaluates a string as a template.
7 years ago
Steve Wilkerson 79a3db0a63 feat(helm): add support for required properties
8 years ago
Jack Zampolin fc60d51be9 Add toToml function
8 years ago
Matt Butcher d8540d78f1
feat(tiller): add fromYaml to template functions
8 years ago
Andrew Stuart 9771973888
Add AsSecrets, AsConfig methods for Files object. Move ToYaml to chartutil
8 years ago
Adnan Abdulhussein f97dbe33da fix(tests): prefix template names with "templates/"
8 years ago
Matt Butcher 36f7eb0b2a fix(linter): add engine.FuncMap so linter can use real function list
8 years ago
Matt Butcher 431cc46cad feat(tiller): add toYaml template function
8 years ago
joe2far 72e7b22999 minor engine unit test fix
8 years ago
Matt Butcher b7945d05c4 ref(templates): change GetString to Get
8 years ago
Matt Butcher 9718c9e7c8 feat(engine): add 'partial' function
8 years ago
Matt Butcher 033dbfe75e feat(tiller): add Files map to templates
8 years ago
Matt Butcher 95eeba3805 fix(tiller): merge -f values correctly
8 years ago
Matt Butcher 73a2890277 fix(engine): change template naming
8 years ago
Matt Butcher 532f03ec78 feat(tiller): add .Template object in templates
8 years ago
Matt Butcher 96ac6ebc6c fix(tiller): stop printing <no value> when var is missing
8 years ago
Matt Butcher 225d3a8adc test(engine): add test case for deep release passing
8 years ago
Matt Butcher 22ac61469f feat(*): add Values namespace to templates
8 years ago
Matt Butcher e757b24aed fix(*): add license header
8 years ago
Matt Butcher 60f5341b91 feat(chartutil): support global variables
8 years ago
Matt Butcher 490cef784c fix(tiller): refactor template render to use chartutil.
8 years ago
Adam Reese d95a144563 fix(chartutil): fix nil error on values
8 years ago
Matt Butcher 9ca8c27e16 fix(*): change TOML to YAML
8 years ago
Adam Reese 818c878700 chore(*): use k8s.io as the import path
8 years ago
Matt Butcher 6db7c39b84 feat(helm, tiller): implement k8s portion of install
8 years ago
Matt Butcher f098cb6fb6 fix(*): rewrite import paths
9 years ago
Matt Butcher ba22a18fad fix(engine): coalesce values in templates
9 years ago
Matt Butcher 07312c68e9 fix(engine): support chart template recursion
9 years ago
Matt Butcher 6077968341 feat(engine): add recursive template resolution
9 years ago
Matt Butcher 50f4349512 feat(tiller): add template and release to install
9 years ago