helmfile/pkg/tmpl
Yusuke Kuoka 4688cf0132
Use gopkg.in/yaml.v2 for Helmfile v0.x (#609)
This should fix #435 for Helmfile v0.x releases since the next v0.150.0.
We introduce a new envvar to opt-in to the new YAML library, so that you can give it a shot before upgrading your Helmfile to v1. The same envvar can be used to opt-out of the new YAML library after you upgrade to Helmfile v1, giving you a more flexible migration story.

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>
2023-01-04 18:17:24 +09:00
..
context.go Introduce Helmfile's own filesystem abstraction to correctly unit test some components (#307) 2022-08-24 12:58:43 +09:00
context_funcs.go Use gopkg.in/yaml.v2 for Helmfile v0.x (#609) 2023-01-04 18:17:24 +09:00
context_funcs_test.go Use gopkg.in/yaml.v2 for Helmfile v0.x (#609) 2023-01-04 18:17:24 +09:00
context_tmpl.go add Go lint 2022-07-16 20:21:11 +08:00
context_tmpl_test.go Introduce Helmfile's own filesystem abstraction to correctly unit test some components (#307) 2022-08-24 12:58:43 +09:00
expand_secret_ref.go fix lint error 2022-08-13 07:40:32 +08:00
expand_secret_ref_test.go fix lint error 2022-08-13 07:40:32 +08:00
expand_secrets_mock.go fix lint error 2022-08-13 07:40:32 +08:00
file_renderer.go Introduce Helmfile's own filesystem abstraction to correctly unit test some components (#307) 2022-08-24 12:58:43 +09:00
file_renderer_test.go Introduce Helmfile's own filesystem abstraction to correctly unit test some components (#307) 2022-08-24 12:58:43 +09:00
get_or_nil.go add Go lint 2022-07-16 20:21:11 +08:00
get_or_nil_test.go Enable get() to be used with alias $.StateValues (#2081) 2022-02-09 09:18:46 +09:00
sprig_functions_test.go Bump sprig to v3.1.0 and mergo 3.11 (#1456) 2020-09-04 09:58:54 +09:00
text_renderer.go optimize lint logic (#586) 2022-12-18 08:39:45 +08:00
text_renderer_test.go Introduce Helmfile's own filesystem abstraction to correctly unit test some components (#307) 2022-08-24 12:58:43 +09:00