helmfile/pkg/state
Yusuke Kuoka 1ef9b29f6d
Improve handling of releases being newly installed by helmfile-apply (#1618)
This improves helmfile-apply with two things:

- Some users had timing-out issues or annoyed by huge output from helm-diff run as part of helmfile-apply on first install. `--skip-diff-on-install` skips running helm-diff for releases being newly installed, so that you can avoid those issues.
- Some users had difficultly or found it not straight-forward to install CRDs and custom resources from separate charts in one helmfile-apply (#1353). The new helmfile.yaml release field `disableValidationOnInstall: true` adds `--disable-validation` to helm-diff only for releases being newly released, which should mostly resolve the issue.

Resolves #1353
2020-12-11 09:09:35 +09:00
..
testdata Add regression tests for environment values merge (#1170) 2020-04-04 14:27:29 +09:00
chart_dependency.go Append --force-update for specific helm versions. (#1494) 2020-10-12 09:20:55 +09:00
create.go Fix the logic of helmfile deps and add tests. (#1588) 2020-11-19 09:29:59 +09:00
create_test.go Fix the logic of helmfile deps and add tests. (#1588) 2020-11-19 09:29:59 +09:00
environment.go feat: Advanced Templating (#823) 2019-08-31 14:31:31 +09:00
envvals_loader.go Add the ability to load a remote environment values file (#1296) 2020-06-11 10:04:01 +09:00
envvals_loader_test.go Add the ability to load a remote environment values file (#1296) 2020-06-11 10:04:01 +09:00
helmx.go Add support for Kustomize Transformers (#1592) 2020-11-19 09:33:05 +09:00
release.go feat: `helmfile build --embed-values` to embed release values and secrets into the output (#1436) 2020-08-29 13:18:17 +09:00
release_error.go Fix misleading `helmfile diff` output (#1174) 2020-04-04 17:39:20 +09:00
release_filters.go Treat selector with multiple conditions an AND (#1478) 2020-09-15 09:56:05 +09:00
selector_test.go Fix concurrent-map-iteration-and-write errors while running release hooks (#1534) 2020-10-13 14:49:01 +09:00
state.go Improve handling of releases being newly installed by helmfile-apply (#1618) 2020-12-11 09:09:35 +09:00
state_exec_tmpl.go Fix concurrent-map-iteration-and-write errors while running release hooks (#1534) 2020-10-13 14:49:01 +09:00
state_exec_tmpl_test.go Fix concurrent-map-iteration-and-write errors while running release hooks (#1534) 2020-10-13 14:49:01 +09:00
state_gogetter_test.go Fix go-getter URL in chart to actually work (#1405) 2020-08-08 11:01:47 +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 Fix the logic of helmfile deps and add tests. (#1588) 2020-11-19 09:29:59 +09:00
storage.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
types.go Re-add Release.Namespace in release values.yaml templates (#1466) 2020-09-10 21:08:20 +09:00
util.go Add support for ChartCenter (#1492) 2020-09-21 15:31:24 +09:00
util_test.go Add support for ChartCenter (#1492) 2020-09-21 15:31:24 +09:00