Skip to content

Commit

Permalink
fix: chart path for kube tests (#3111)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Oct 14, 2024
1 parent 59abfa8 commit 95651c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95651c7

Please sign in to comment.