Skip to content

Commit

Permalink
Manually update mlflow image used in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Nov 15, 2024
1 parent 2446fd9 commit 0ec6005
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/e2e/deploy-merlin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down

0 comments on commit 0ec6005

Please sign in to comment.