From 8f234bfd0f5231ba818fc7895ab2bdc033670d0c Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 20 Jul 2025 00:30:04 +0300 Subject: [PATCH] Fix chart path for plane --- argocd-apps/plane.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd-apps/plane.yaml b/argocd-apps/plane.yaml index 754c7c7..ba7150d 100644 --- a/argocd-apps/plane.yaml +++ b/argocd-apps/plane.yaml @@ -8,7 +8,7 @@ spec: source: repoURL: 'https://git.dvirlabs.com/dvirlabs/dev-tools.git' targetRevision: HEAD - path: charts/plane + path: charts/plane-ce helm: valueFiles: - ../../manifests/plane/values.yaml