From 95651c7ba01a9020aeea41fc5473b60803c04b4d Mon Sep 17 00:00:00 2001 From: Stuart Douglas Date: Tue, 15 Oct 2024 07:39:22 +1100 Subject: [PATCH] fix: chart path for kube tests (#3111) --- deployment/Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/Justfile b/deployment/Justfile index e6bd78d32..fa7e39713 100755 --- a/deployment/Justfile +++ b/deployment/Justfile @@ -70,7 +70,7 @@ teardown: teardown-cluster teardown-registry apply: kubectl delete job --ignore-not-found=true ftl-dbmig-latest - helm upgrade --install ftl ../charts -f values.yaml + helm upgrade --install ftl ../charts/ftl -f values.yaml deploy-version version: setup-cluster helm repo add ftl https://tbd54566975.github.io/ftl-charts --force-update