helmfile/pkg/state
KUOKA Yusuke 63b5040ec4
fix: `fatal error: concurrent map read and map write` on concurrency > 1 (#742)
This is a revised version of 41e44f74a3, which doesn't make CI angry and a more straight-forward(yet smelling) implementation

Fixes #737
2019-07-05 09:20:16 +09:00
..
chart_dependency.go fix: helm chart referenced by http URL (#695) 2019-06-16 16:40:17 +09:00
create.go fix: do not panic on merging env secrets (#713) 2019-06-21 00:10:11 +09:00
create_test.go feat: remote state files (#648) 2019-06-04 22:59:54 +09:00
environment.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
envvals_loader.go feat: When values.yaml.gotmpl can't be parsed as YAML, print the YAML. (#703) 2019-06-19 08:47:36 +09:00
helmx.go feat: experimental integration with helm-x (#673) 2019-06-12 16:11:34 +09:00
release.go feat: make release version templatized (#671) 2019-06-11 21:52:54 +09:00
release_error.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
release_filters.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
state.go fix: `fatal error: concurrent map read and map write` on concurrency > 1 (#742) 2019-07-05 09:20:16 +09:00
state_exec_tmpl.go feat: state values (#647) 2019-06-04 16:34:02 +09:00
state_exec_tmpl_test.go feat: make release version templatized (#671) 2019-06-11 21:52:54 +09:00
state_run.go feat: Disable concurrency if any release is using tillerless (#694) 2019-06-16 12:58:20 +09:00
state_test.go feat: --concurrency for delete and destroy (#691) 2019-06-13 23:14:51 +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: helm chart referenced by http URL (#695) 2019-06-16 16:40:17 +09:00
util_test.go fix: helm chart referenced by http URL (#695) 2019-06-16 16:40:17 +09:00