From d923707da0c0c4803e9cb66b0f3d71d7be635584 Mon Sep 17 00:00:00 2001 From: yxxhero Date: Sat, 18 Apr 2026 11:05:17 +0800 Subject: [PATCH] fix: correct file:// dependency path (5 levels up to test/integration/) Signed-off-by: yxxhero --- .../input/helm/my-chart/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/test-cases/issue-2502-race-condition-local-chart/input/helm/my-chart/Chart.yaml b/test/integration/test-cases/issue-2502-race-condition-local-chart/input/helm/my-chart/Chart.yaml index 8efe6081..665abaf0 100644 --- a/test/integration/test-cases/issue-2502-race-condition-local-chart/input/helm/my-chart/Chart.yaml +++ b/test/integration/test-cases/issue-2502-race-condition-local-chart/input/helm/my-chart/Chart.yaml @@ -1,6 +1,6 @@ dependencies: - name: raw - repository: file://../../../../../../charts/raw + repository: file://../../../../../charts/raw version: 0.0.1 apiVersion: v2 appVersion: "1.0.0"