[bitnami/mlflow] Increase tracking memory (#27194)

Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
Fran Mulero
2024-06-17 12:11:31 +02:00
committed by GitHub
parent c16f98a612
commit 79745a3cb7
4 changed files with 9 additions and 5 deletions

View File

@@ -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))
## <small>1.4.7 (2024-06-14)</small>
* [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)
## <small>1.4.6 (2024-06-14)</small>

View File

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

View File

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

View File

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