diff --git a/bitnami/mlflow/CHANGELOG.md b/bitnami/mlflow/CHANGELOG.md
index cb80e15b8e..daca40fb82 100644
--- a/bitnami/mlflow/CHANGELOG.md
+++ b/bitnami/mlflow/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 1.5.4 (2024-09-17)
+## 1.5.5 (2024-09-17)
-* [bitnami/mlflow] Release 1.5.4 ([#29461](https://github.com/bitnami/charts/pull/29461))
+* [bitnami/mlflow] Release 1.5.5 ([#29477](https://github.com/bitnami/charts/pull/29477))
+
+## 1.5.4 (2024-09-17)
+
+* [bitnami/mlflow] Release 1.5.4 (#29461) ([429ff90](https://github.com/bitnami/charts/commit/429ff903d4d62bd7382e8f6a3d0544a7177c80b8)), closes [#29461](https://github.com/bitnami/charts/issues/29461)
## 1.5.3 (2024-09-16)
diff --git a/bitnami/mlflow/Chart.yaml b/bitnami/mlflow/Chart.yaml
index 63a127e305..84b105dbb2 100644
--- a/bitnami/mlflow/Chart.yaml
+++ b/bitnami/mlflow/Chart.yaml
@@ -8,7 +8,7 @@ annotations:
- name: git
image: docker.io/bitnami/git:2.46.1-debian-12-r0
- name: mlflow
- image: docker.io/bitnami/mlflow:2.16.2-debian-12-r0
+ image: docker.io/bitnami/mlflow:2.16.2-debian-12-r2
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r30
apiVersion: v2
@@ -44,4 +44,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: 1.5.4
+version: 1.5.5
diff --git a/bitnami/mlflow/values.yaml b/bitnami/mlflow/values.yaml
index dd3a714631..13d7f759b8 100644
--- a/bitnami/mlflow/values.yaml
+++ b/bitnami/mlflow/values.yaml
@@ -87,7 +87,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/mlflow
- tag: 2.16.2-debian-12-r0
+ tag: 2.16.2-debian-12-r2
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'