Skip to content

Commit

Permalink
fix: deploy-version should pull from the registry (#3085)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Oct 11, 2024
1 parent 58d823d commit 1cb2f4a
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 @@ -73,7 +73,7 @@ apply:
helm upgrade --install ftl ../charts -f values.yaml

deploy-version version: setup-cluster
helm upgrade --install ftl ../charts --version={{version}} -f values-release.yaml
helm upgrade --install ftl oci://registry-1.docker.io/ftl0/ftl-chart --version={{version}} -f values-release.yaml

delete:
helm uninstall ftl
Expand Down

0 comments on commit 1cb2f4a

Please sign in to comment.