helmfile/test/e2e
yxxhero b94c960fc4 fix: ensure repo update only runs when repositories are configured
This fixes CI issues where tests fail with 'no repositories found' error.

The PR #2378 adds a single helm.UpdateRepo() call before running helm dep
build commands. However, when no repositories are configured, this call
fails. The fix adds a check for len(st.Repositories) > 0 before calling
UpdateRepo().

Additionally, updated snapshot files to reflect the new output ordering
where repo update happens before building dependencies.

Signed-off-by: yxxhero <aiopsclub@163.com>
2026-01-23 19:17:53 +08:00
..
helmfile-init Add subcommand init for checks and installs helmfile deps (#389) 2022-11-03 14:51:30 +08:00
template/helmfile fix: ensure repo update only runs when repositories are configured 2026-01-23 19:17:53 +08:00