From 843bf3ea97d7c3112c55e620c1414fca8dcbe1bb Mon Sep 17 00:00:00 2001 From: Alex Marshall <alex@btp.works> Date: Thu, 6 Apr 2023 15:59:18 +0100 Subject: [PATCH] fix(chronicle): allow remote chart dependencies Signed-off-by: Alex Marshall <alex@btp.works> --- packages/btp/chronicle/upstream.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/btp/chronicle/upstream.yaml b/packages/btp/chronicle/upstream.yaml index 0f92d2cca..2d45cbb3a 100644 --- a/packages/btp/chronicle/upstream.yaml +++ b/packages/btp/chronicle/upstream.yaml @@ -1,5 +1,6 @@ GitRepo: https://github.com/btpworks/chronicle.git GitBranch: main GitSubdirectory: charts/chronicle +RemoteDependencies: true Vendor: BTP DisplayName: Chronicle \ No newline at end of file