8000 Tags · gargrag/helmfile · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: gargrag/helmfile

Tags

v0.135.0

Toggle v0.135.0's commit message
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.

v0.134.1

Toggle v0.134.1's commit message
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

v0.134.0

Toggle v0.134.0's commit message
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 :)

v0.133.0

Toggle v0.133.0's commit message
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.

v0.132.3

Toggle v0.132.3's commit message
Fix redundant helm-dep-build and prepare hook regression (roboll#1566)

Fixes roboll#1511
Fixes roboll#1497

v0.132.2

Toggle v0.132.2's commit message
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

v0.132.1

Toggle v0.132.1's commit message
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

v0.132.0

Toggle v0.132.0's commit message
Minor README improvement (roboll#1543)

Fixes roboll#1544

v0.131.0

Toggle v0.131.0's commit message
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

v0.130.3

Toggle v0.130.3's commit message
Bump vals (roboll#1537)

To incorporate unexpected SSM secret exposure issue when the parameter version is specified.
See helmfile/vals#37
0