Skip to content

Commit

Permalink
Update mlflow registry used for e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Nov 15, 2024
1 parent 0ec6005 commit 48590f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/e2e/deploy-merlin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ 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.registry=ghcr.io \
--set mlflow.image.repository=caraml-dev/mlflow \
--set mlflow.image.tag=1.26.1 \
--set mlp.deployment.apiHost=http://mlp.caraml.${INGRESS_HOST}/v1 \
Expand Down

0 comments on commit 48590f6

Please sign in to comment.