Skip to content

Commit

Permalink
Update standard transformer image for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Nov 16, 2024
1 parent 2208bad commit 991e645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/e2e/deploy-merlin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install_merlin() {
--set deployment.image.registry=${DOCKER_REGISTRY} \
--set deployment.image.repository=merlin \
--set deployment.image.tag=${VERSION} \
--set transformer.image=${DOCKER_REGISTRY}/merlin-transformer:${VERSION} \
--set rendered.overrides.StandardTransformerConfig.ImageName=${DOCKER_REGISTRY}/merlin-transformer:${VERSION} \
--set imageBuilder.dockerRegistry=${DOCKER_REGISTRY} \
--set imageBuilder.predictionJobBaseImages."3\.7\.*".imageName=${DOCKER_REGISTRY}/merlin/merlin-pyspark-base-py37:${VERSION} \
--set imageBuilder.predictionJobBaseImages."3\.7\.*".buildContextURI=git://github.com/caraml-dev/merlin.git#${GIT_REF} \
Expand Down

0 comments on commit 991e645

Please sign in to comment.