mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 06:47:25 +08:00
[bitnami/mlflow] Increase tracking memory (#27194)
Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user