Skip to content

Commit

Permalink
Update PredictionJobBaseImage.MainAppPath in _config.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
Arief Rahmansyah committed Mar 21, 2024
1 parent 3469d79 commit 0ea0a18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/merlin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ maintainers:
- email: [email protected]
name: caraml-dev
name: merlin
version: 0.13.16
version: 0.13.17
2 changes: 1 addition & 1 deletion charts/merlin/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# merlin

---
![Version: 0.13.16](https://img.shields.io/badge/Version-0.13.16-informational?style=flat-square)
![Version: 0.13.17](https://img.shields.io/badge/Version-0.13.17-informational?style=flat-square)
![AppVersion: v0.41.0](https://img.shields.io/badge/AppVersion-v0.41.0-informational?style=flat-square)

Kubernetes-friendly ML model management, deployment, and serving.
Expand Down
2 changes: 1 addition & 1 deletion charts/merlin/templates/_config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ImageBuilderConfig:
DockerfilePath: "batch-predictor/docker/app.Dockerfile"
BuildContextURI: "git://github.com/caraml-dev/merlin.git#{{ printf "%s" $reference }}"
BuildContextSubPath: "python"
MainAppPath: "/home/spark/merlin-spark-app/main.py"
MainAppPath: "/home/spark/main.py"
StandardTransformerConfig:
ImageName: {{ .Values.deployment.image.registry }}/caraml-dev/merlin-transformer:{{ printf "%s" $tag }}
ObservabilityPublisher:
Expand Down

0 comments on commit 0ea0a18

Please sign in to comment.