helmfile/state
KUOKA Yusuke c6236a15bb
feat: Opt-out dep-builds and repo-updates (#463)
* Improve code organization

To make sure it is still readable after upcoming changes to helmfile

* feat: `helmfile deps` to update dependencies of all the local charts

Resolves #450

* feat: helmfile updates repos and build deps by default

But not update deps. Use `helmfile deps` to update deps, and provide `--skip-deps` to skip updating repos and builds deps in sync/diff/apply/template

Resolves #415

* Improve integration test coverage
2019-02-04 12:07:25 +09:00
..
create.go feat: Release Template (#439) 2019-01-22 01:19:07 +09:00
create_test.go feat: double render the helmfile (#308) 2018-09-12 08:55:42 +09:00
environment.go feat: Environment Secrets (#274) 2018-09-02 21:07:35 +09:00
release.go feat: Release Template (#439) 2019-01-22 01:19:07 +09:00
release_filters.go fix: prevent panicing on invalid selector format (#323) 2018-09-09 17:20:44 +09:00
state.go feat: Opt-out dep-builds and repo-updates (#463) 2019-02-04 12:07:25 +09:00
state_exec_tmpl.go feat: Release Template (#439) 2019-01-22 01:19:07 +09:00
state_exec_tmpl_test.go feat: Release Template (#439) 2019-01-22 01:19:07 +09:00
state_run.go feat: configurable concurrency for `helmfile test` (#442) 2019-01-23 15:46:24 +09:00
state_test.go feat: Opt-out dep-builds and repo-updates (#463) 2019-02-04 12:07:25 +09:00
types.go feat: Release Template (#439) 2019-01-22 01:19:07 +09:00