Skip to content

Commit

Permalink
feat(merlin): Add observability publisher image in the config partial…
Browse files Browse the repository at this point in the history
… template (#407)
  • Loading branch information
tiopramayudi authored Mar 15, 2024
1 parent dab5b82 commit 5a60f66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/merlin/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: v0.40.0
appVersion: v0.41.0
dependencies:
- alias: merlin-postgresql
condition: merlin-postgresql.enabled
Expand Down Expand Up @@ -33,4 +33,4 @@ maintainers:
- email: caraml-dev@caraml.dev
name: caraml-dev
name: merlin
version: 0.13.14
version: 0.13.15
4 changes: 2 additions & 2 deletions charts/merlin/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# merlin

---
![Version: 0.13.14](https://img.shields.io/badge/Version-0.13.14-informational?style=flat-square)
![AppVersion: v0.40.0](https://img.shields.io/badge/AppVersion-v0.40.0-informational?style=flat-square)
![Version: 0.13.15](https://img.shields.io/badge/Version-0.13.15-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: 2 additions & 0 deletions charts/merlin/templates/_config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ ImageBuilderConfig:
MainAppPath: "/home/spark/merlin-spark-app/main.py"
StandardTransformerConfig:
ImageName: {{ .Values.deployment.image.registry }}/caraml-dev/merlin-transformer:{{ printf "%s" $tag }}
ObservabilityPublisher:
ImageName: {{ .Values.deployment.image.registry }}/caraml-dev/merlin/merlin-observation-publisher:{{ printf "%s" $tag }}
{{- end -}}
{{- end -}}
{{- end -}}

0 comments on commit 5a60f66

Please sign in to comment.