helmfile/pkg/config
Jinyu c70b20ad7a
feat: add an arg that passing description to `helm upgrade` command (#2497)
* feat: add an arg that passing description to `helm upgrade` command

fix: github actions

Signed-off-by: swimablefish <swimablefish@gmail.com>

* fix: lint and test failed

Signed-off-by: swimablefish <swimablefish@gmail.com>

* feat: encapsulation

Signed-off-by: swimablefish <swimablefish@gmail.com>

* feat: add version gate

Signed-off-by: swimablefish <swimablefish@gmail.com>

* feat: rephrase

Signed-off-by: swimablefish <swimablefish@gmail.com>

---------

Signed-off-by: swimablefish <swimablefish@gmail.com>
2026-03-24 21:01:44 +08:00
..
apply.go feat: add an arg that passing description to `helm upgrade` command (#2497) 2026-03-24 21:01:44 +08:00
build.go
cache.go
config.go Use a regex to match --state-values-set-string arguments (#1902) 2025-02-04 07:59:31 +08:00
deps.go
destroy.go
diff.go Issue-1883 fix (#2058) 2025-11-19 07:45:56 +08:00
fetch.go
global.go Add --sequential-helmfiles flag for optional sequential processing (#2350) 2026-01-08 14:28:25 -05:00
global_test.go
init.go
lint.go Issue-1883 fix (#2058) 2025-11-19 07:45:56 +08:00
list.go
print_env.go feat: add print-env command (#2279) 2025-11-28 08:46:37 +08:00
repos.go
show-dag.go Update DAG with dependencies (#1477) 2024-04-27 07:37:28 +08:00
status.go
sync.go feat: add an arg that passing description to `helm upgrade` command (#2497) 2026-03-24 21:01:44 +08:00
template.go Issue-1883 fix (#2058) 2025-11-19 07:45:56 +08:00
test.go
unittest.go feat: add `helmfile unittest` command for helm-unittest integration (#2400) 2026-02-16 09:45:10 +08:00
write-values.go