mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/mlflow] Fix faulty type conversion in serviceMonitor (#21235)
* [bitnami/mlflow] Fix faulty type conversion in serviceMonitor Signed-off-by: Fran Mulero <fmulero@vmware.com> * Version bump Signed-off-by: Fran Mulero <fmulero@vmware.com> --------- Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
@@ -43,4 +43,4 @@ name: mlflow
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/mlflow
|
||||
- https://github.com/mlflow/mlflow
|
||||
version: 0.2.7
|
||||
version: 0.2.8
|
||||
|
||||
@@ -78,7 +78,7 @@ Return the MLflow Tracking Secret key for the user
|
||||
Return the MLFlow Trakcing Port
|
||||
*/}}
|
||||
{{- define "mlflow.v0.tracking.port" -}}
|
||||
{{ ternary .Values.tracking.service.ports.https .Values.tracking.service.ports.http .Values.tracking.tls.enabled }}
|
||||
{{- int ( ternary .Values.tracking.service.ports.https .Values.tracking.service.ports.http .Values.tracking.tls.enabled ) -}}
|
||||
{{- end -}}
|
||||
|
||||
{{/*
|
||||
|
||||
Reference in New Issue
Block a user