[bitnami/mlflow] ⬆️ Update dependency references (#36161)

* [bitnami/mlflow] Release 5.1.16 updating components versions

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

* [bitnami/mlflow] Increase resourcePreset for MLFlow run

Signed-off-by: David Gomez <david.gomez@broadcom.com>

* Revert "[bitnami/mlflow] Increase resourcePreset for MLFlow run"

This reverts commit d001e456d1.

* [bitnami/mlflow] Add gunicorn timeout

Signed-off-by: David Gomez <david.gomez@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

---------

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
Signed-off-by: David Gomez <david.gomez@broadcom.com>
Co-authored-by: David Gomez <david.gomez@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-08-22 09:30:37 +02:00
committed by GitHub
parent 83c8f5a37e
commit b4323a633c
4 changed files with 14 additions and 9 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 5.1.15 (2025-08-18)
## 5.1.16 (2025-08-22)
* [bitnami/mlflow] :zap: :arrow_up: Update dependency references ([#36128](https://github.com/bitnami/charts/pull/36128))
* [bitnami/mlflow] :zap: :arrow_up: Update dependency references ([#36161](https://github.com/bitnami/charts/pull/36161))
## <small>5.1.15 (2025-08-18)</small>
* [bitnami/mlflow] :zap: :arrow_up: Update dependency references (#36128) ([70efd36](https://github.com/bitnami/charts/commit/70efd369464fd1fbc52eb2f12530955e6b527145)), closes [#36128](https://github.com/bitnami/charts/issues/36128)
## <small>5.1.14 (2025-08-17)</small>

View File

@@ -7,13 +7,13 @@ annotations:
- name: git
image: docker.io/bitnami/git:2.51.0-debian-12-r0
- name: mlflow
image: docker.io/bitnami/mlflow:3.2.0-debian-12-r7
image: docker.io/bitnami/mlflow:3.3.1-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r50
image: docker.io/bitnami/os-shell:12-debian-12-r51
licenses: Apache-2.0
tanzuCategory: application
apiVersion: v2
appVersion: 3.2.0
appVersion: 3.3.1
dependencies:
- condition: minio.enabled
name: minio
@@ -47,4 +47,4 @@ sources:
- https://github.com/bitnami/charts/tree/main/bitnami/mlflow
- https://github.com/bitnami/containers/tree/main/bitnami/mlflow
- https://github.com/mlflow/mlflow
version: 5.1.15
version: 5.1.16

View File

@@ -130,6 +130,7 @@ spec:
{{- else }}
args:
- server
- --gunicorn-opts='--timeout=120'
{{- if .Values.tracking.tls.enabled }}
- --gunicorn-opts
- --certfile {{ include "mlflow.v0.tracking.tlsCert" . }} --keyfile {{ include "mlflow.v0.tracking.tlsCertKey" . }} {{- if (include "mlflow.v0.tracking.tlsCACert" .)}} --ca-certs {{ include "mlflow.v0.tracking.tlsCACert" . }}{{- end }}

View File

@@ -93,7 +93,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/mlflow
tag: 3.2.0-debian-12-r7
tag: 3.3.1-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -1222,7 +1222,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r50
tag: 12-debian-12-r51
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
@@ -1271,7 +1271,7 @@ waitContainer:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r50
tag: 12-debian-12-r51
digest: ""
## @param waitContainer.image.pullPolicy Init container wait-container image pull policy
##