[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:
Fran Mulero
2023-11-24 16:34:13 +01:00
committed by GitHub
parent b19a6a9754
commit 28d40f667c
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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 -}}
{{/*