helmfile/pkg/state
KUOKA Yusuke 16288dfa7d
feat: GA of Kustomize and K8s manifests support (#1172)
This is the GA version of the helm-x integration #673 developed last year.

You get all the following benefits without an extra helm plugin:

- Ability to add ad-hoc chart dependencies/aliases, without forking the chart (Fixes #876 )
- Ability to patch resulting K8s resources before installing the helm chart
- Ability to install a kustomization as a chart (Requires `kustomize` binary to be available in `$PATH`
- Ability to install a directory of K8s manifests as a chart
- etc.
2020-05-27 11:42:43 +09:00
..
testdata Add regression tests for environment values merge (#1170) 2020-04-04 14:27:29 +09:00
chart_dependency.go Fix `deps` error for helm 3.0.2 (#1056) 2019-12-27 09:15:07 +09:00
create.go fix: .Values is missing keys with zero values (#1185) 2020-04-10 08:21:23 +09:00
create_test.go Bump golang to v1.14.2 (#1132) 2020-04-21 09:06:29 +09:00
environment.go feat: Advanced Templating (#823) 2019-08-31 14:31:31 +09:00
envvals_loader.go feat: fix empty map merge after mergo bump 2020-04-03 15:01:27 +02:00
envvals_loader_test.go Add regression tests for environment values merge (#1170) 2020-04-04 14:27:29 +09:00
helmx.go feat: GA of Kustomize and K8s manifests support (#1172) 2020-05-27 11:42:43 +09:00
release.go Allow combining valuesTemplate and values, same for setTemplate (#938) 2019-11-15 08:52:10 +09:00
release_error.go Fix misleading `helmfile diff` output (#1174) 2020-04-04 17:39:20 +09:00
release_filters.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
state.go feat: GA of Kustomize and K8s manifests support (#1172) 2020-05-27 11:42:43 +09:00
state_exec_tmpl.go Fix: populate .Values regardless of prestate success (#1202) 2020-04-17 09:18:01 +09:00
state_exec_tmpl_test.go fix: Fix `needs` to work for upgrades and when selectors are provided (#922) 2019-11-02 14:04:16 +09:00
state_run.go feat: GA of Kustomize and K8s manifests support (#1172) 2020-05-27 11:42:43 +09:00
state_test.go Enhance createNamespace error handling (#1227) 2020-04-27 08:59:44 +09:00
storage.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
types.go feat: state values (#647) 2019-06-04 16:34:02 +09:00
util.go fix: absolute chart path (#753) 2019-07-12 22:37:54 +09:00
util_test.go fix: absolute chart path (#753) 2019-07-12 22:37:54 +09:00