From 0d17c4e332e1e968dfa387641ff5042e477f6d64 Mon Sep 17 00:00:00 2001 From: David Landry Date: Sun, 12 Nov 2023 15:49:06 -0500 Subject: [PATCH] fix(system): path to chart --- projects/system/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/system/Chart.yaml b/projects/system/Chart.yaml index 6f7e8fd..daac8cf 100644 --- a/projects/system/Chart.yaml +++ b/projects/system/Chart.yaml @@ -8,4 +8,4 @@ appVersion: "1.0.0" dependencies: - name: app-of-apps version: 1.0.2 - repository: file://../../../charts/app-of-apps/ + repository: file://../../charts/app-of-apps/