Tags: worldofprasanna/helmfile
Tags
Fix missing resources in `hemlfile template` with jsonPatches (roboll… …#1290) Probably this has been affecting strategicMergePatches and dependencies as well, as the source of the problem is the underlying common feature called helm-x that previsouly used `helm template --output-dir`, which turned out to be not working as intended. Ref roboll#1279
Bump variantdev/chartify to fix kustomize support (roboll#1280) Fixes roboll#1279
Fix ignored chart version on patched release (roboll#1276) See https://sweetops.slack.com/archives/CE5NGCB9Q/p1590607083301900?thread_ts=1590237129.290300&cid=CE5NGCB9Q
Merge pull request roboll#1273 from roboll/fix-chartify fix: Follow-up fixes for roboll#1172
feat: GA of Kustomize and K8s manifests support (roboll#1172) This is the GA version of the helm-x integration roboll#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 roboll#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.
Enhance createNamespace error handling (roboll#1227) - An error is raised if createNamespace is set explicitly and the helm version being used is not 3.2+