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>
This commit is contained in:
copilot-swe-agent[bot] 2026-04-10 01:03:16 +00:00 committed by yxxhero
parent 0bdda42dbe
commit 18b46b46cb
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
releases:
- name: issue-2515
chart: ../../charts/raw
chart: ../../../charts/raw
values:
- templates:
- |