From 1cb2f4aa23f8fbf0b9886316b2bc2ad6695caee2 Mon Sep 17 00:00:00 2001 From: Stuart Douglas Date: Fri, 11 Oct 2024 16:43:53 +1100 Subject: [PATCH] fix: deploy-version should pull from the registry (#3085) --- deployment/Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/Justfile b/deployment/Justfile index 75bec9a87..ddd534038 100755 --- a/deployment/Justfile +++ b/deployment/Justfile @@ -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