From 18b46b46cb29740d2c084505877244663aa83af5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 10 Apr 2026 01:03:16 +0000 Subject: [PATCH] fix: correct chart path and use absolute case dir path in integration test Agent-Logs-Url: https://github.com/helmfile/helmfile/sessions/43b7a794-1e7b-4577-8829-deb544a1a105 Co-authored-by: yxxhero <11087727+yxxhero@users.noreply.github.com> --- test/integration/test-cases/issue-2515.sh | 2 +- test/integration/test-cases/issue-2515/input/helmfile.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/test-cases/issue-2515.sh b/test/integration/test-cases/issue-2515.sh index 5ec9eac4..c99023f8 100644 --- a/test/integration/test-cases/issue-2515.sh +++ b/test/integration/test-cases/issue-2515.sh @@ -1,4 +1,4 @@ -issue_2515_case_dir="${cases_dir}/issue-2515" +issue_2515_case_dir="$(cd "${cases_dir}/issue-2515" && pwd)" issue_2515_tmp=$(mktemp -d) if [ "${HELMFILE_HELM4}" = "1" ]; then diff --git a/test/integration/test-cases/issue-2515/input/helmfile.yaml b/test/integration/test-cases/issue-2515/input/helmfile.yaml index 6355b21f..1940ca05 100644 --- a/test/integration/test-cases/issue-2515/input/helmfile.yaml +++ b/test/integration/test-cases/issue-2515/input/helmfile.yaml @@ -1,6 +1,6 @@ releases: - name: issue-2515 - chart: ../../charts/raw + chart: ../../../charts/raw values: - templates: - |