helmfile/pkg
Matthias Baur d23dc8a9de
Add integration tests for #1749 (#1766)
* Add integration tests for #1749

Signed-off-by: Matthias Baur <m.baur@syseleven.de>

* Reset extra args on a higher level to only affect subsequent helmfiles

With the implementation before, extra args has been reset after each
helm.exec which leads to problems with multiple charts in a helmfile
since the correct args are only set once in Template(). But Template()
calls helm.exec(template) multiple times.

Signed-off-by: Matthias Baur <m.baur@syseleven.de>

---------

Signed-off-by: Matthias Baur <m.baur@syseleven.de>
2024-11-06 08:12:20 +08:00
..
app build(deps): bump github.com/goccy/go-yaml from 1.12.0 to 1.13.0 (#1759) 2024-10-29 00:07:58 +00:00
argparser
config feat: add skip json schema validation during the install /upgrade of a Chart (#1737) 2024-10-24 20:53:18 +08:00
environment
envvar
errors
event
exectest feat: add skip json schema validation during the install /upgrade of a Chart (#1737) 2024-10-24 20:53:18 +08:00
filesystem
hcllang
helmexec Add integration tests for #1749 (#1766) 2024-11-06 08:12:20 +08:00
maputil fix(maputil): prevent nil value overwrite (#1755) 2024-10-25 20:52:05 +08:00
plugins
policy feat(pkg/policy): improve TopKeys function handling (#1730) 2024-10-09 20:57:03 +08:00
remote
runtime
state Add integration tests for #1749 (#1766) 2024-11-06 08:12:20 +08:00
testhelper
testutil
tmpl
yaml