diff --git a/bitnami/mlflow/CHANGELOG.md b/bitnami/mlflow/CHANGELOG.md index 7911cc7885..a4737992d1 100644 --- a/bitnami/mlflow/CHANGELOG.md +++ b/bitnami/mlflow/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 1.4.7 (2024-06-14) +## 1.4.8 (2024-06-17) -* [bitnami/mlflow] Add wait before starting the tests ([#27178](https://github.com/bitnami/charts/pull/27178)) +* [bitnami/mlflow] Increase tracking memory ([#27194](https://github.com/bitnami/charts/pull/27194)) + +## 1.4.7 (2024-06-14) + +* [bitnami/mlflow] Add wait before starting the tests (#27178) ([10d0f98](https://github.com/bitnami/charts/commit/10d0f984612a0b5fe9b411bc6fec36879823a188)), closes [#27178](https://github.com/bitnami/charts/issues/27178) ## 1.4.6 (2024-06-14) diff --git a/bitnami/mlflow/Chart.yaml b/bitnami/mlflow/Chart.yaml index b726dd3727..7b87d0387c 100644 --- a/bitnami/mlflow/Chart.yaml +++ b/bitnami/mlflow/Chart.yaml @@ -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.4.7 +version: 1.4.8 diff --git a/bitnami/mlflow/README.md b/bitnami/mlflow/README.md index d41ea0ec1a..8083ad6fc7 100644 --- a/bitnami/mlflow/README.md +++ b/bitnami/mlflow/README.md @@ -116,7 +116,7 @@ The command deploys mlflow on the Kubernetes cluster in the default configuratio | `tracking.customLivenessProbe` | Custom livenessProbe that overrides the default one | `{}` | | `tracking.customReadinessProbe` | Custom readinessProbe that overrides the default one | `{}` | | `tracking.customStartupProbe` | Custom startupProbe that overrides the default one | `{}` | -| `tracking.resourcesPreset` | Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if tracking.resources is set (tracking.resources is recommended for production). | `small` | +| `tracking.resourcesPreset` | Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if tracking.resources is set (tracking.resources is recommended for production). | `medium` | | `tracking.resources` | Set container requests and limits for different resources like CPU or memory (essential for production workloads) | `{}` | | `tracking.podSecurityContext.enabled` | Enabled mlflow pods' Security Context | `true` | | `tracking.podSecurityContext.fsGroupChangePolicy` | Set filesystem group change policy | `Always` | diff --git a/bitnami/mlflow/values.yaml b/bitnami/mlflow/values.yaml index c1fc7a048f..da86b25dc7 100644 --- a/bitnami/mlflow/values.yaml +++ b/bitnami/mlflow/values.yaml @@ -197,7 +197,7 @@ tracking: ## @param tracking.resourcesPreset Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if tracking.resources is set (tracking.resources is recommended for production). ## More information: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15 ## - resourcesPreset: "small" + resourcesPreset: "medium" ## @param tracking.resources Set container requests and limits for different resources like CPU or memory (essential for production workloads) ## Example: ## resources: