From 0ec60059aa9962f84e72af544b24937a596131f8 Mon Sep 17 00:00:00 2001 From: ewezy Date: Fri, 15 Nov 2024 14:20:00 +0800 Subject: [PATCH] Manually update mlflow image used in e2e tests --- scripts/e2e/deploy-merlin.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/e2e/deploy-merlin.sh b/scripts/e2e/deploy-merlin.sh index b298ee291..a6938d8f8 100755 --- a/scripts/e2e/deploy-merlin.sh +++ b/scripts/e2e/deploy-merlin.sh @@ -48,6 +48,8 @@ install_merlin() { --set imageBuilder.predictionJobBaseImages."3\.10\.*".mainAppPath=/home/spark/merlin-spark-app/main.py \ --set ingress.host=merlin.caraml.${INGRESS_HOST} \ --set mlflow.ingress.host=merlin-mlflow.caraml.${INGRESS_HOST} \ + --set mlflow.image.repository=caraml-dev/mlflow \ + --set mlflow.image.tag=1.26.1 \ --set mlp.deployment.apiHost=http://mlp.caraml.${INGRESS_HOST}/v1 \ --set mlp.deployment.mlflowTrackingUrl=http://merlin-mlflow.caraml.${INGRESS_HOST} \ --set mlp.ingress.host=mlp.caraml.${INGRESS_HOST} \