Tags: gargrag/helmfile
Tags
Add support for Kustomize Transformers (roboll#1592) Please see the updated `advanced-features.md` for more details. This is often used for adding common labels and annotations to any resources rendered from a Helm chart.
Fix `helmfile template --include-crds` not to break with `chartify` (r… …oboll#1583) * Fix `helmfile template --include-crds` not to break with `chartify` This bumps variantdev/chartify to 0.4.9 so that we can incorporate helmfile/chartify@fed8bb2 * Fix integration test
Bump dependencies (roboll#1573) Bumps dependencies mainly to fix possible go mod error that is fixed via helmfile/vals@0edd534, but also bumps all the other dependencies because they looked very outdated :)
feat: Add `helmfile template --include-crds` (roboll#1568) This allows you to use helmfile-template output as a GitOps source, when the template output contains CRDs and you use Helm 3. Helm 3 by default removes CRDs from the template output. If you want to git-commit helmfile-template containing CRDs for GitOps and you use Helm 3 for templating, the only way is provide this newly added `--include-crds` flag.
Fix redundant helm-dep-build and prepare hook regression (roboll#1566) Fixes roboll#1511 Fixes roboll#1497
Fix `helmfile --selector x=y template` with `needs` (roboll#1564) I had mistakenly inverted the necessary flag to turn off the legacy processing on selectors that should be used only for helmfile commands that does not support DAGs/needs. Fixes roboll#1552
Disable dependency update while running helm-x/chartify in more cases (… …roboll#1548) `helm dep up` is now skipped while running helm-x/chartify when the chart/directory is obtained by running go-getter, or `skipDeps` is configured using a command-line flag, helmDefaults, or release configuration. Resolves roboll#1547
Bump chartify to 0.4.4 (roboll#1540) To incorporate the fix for unconventional chart templates like seen in the Datadog chart helmfile/chartify@5443ca1
Bump vals (roboll#1537) To incorporate unexpected SSM secret exposure issue when the parameter version is specified. See helmfile/vals#37
PreviousNext