From c3cf0d9cd3b5e46a6c255ab7f4eb16b4a91b9f48 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 8 Feb 2024 05:18:26 +0100 Subject: [PATCH] [bitnami/mlflow] Release 0.7.6 updating components versions (#23311) Signed-off-by: Bitnami Containers --- bitnami/mlflow/Chart.yaml | 14 +++++++------- bitnami/mlflow/values.yaml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bitnami/mlflow/Chart.yaml b/bitnami/mlflow/Chart.yaml index 40464ec1a9..71422f2e2d 100644 --- a/bitnami/mlflow/Chart.yaml +++ b/bitnami/mlflow/Chart.yaml @@ -5,12 +5,12 @@ annotations: category: MachineLearning licenses: Apache-2.0 images: | - - m - - l - - f - - l - - o - - w + - name: git + image: docker.io/bitnami/git:2.43.0-debian-11-r9 + - name: mlflow + image: docker.io/bitnami/mlflow:2.10.1-debian-11-r1 + - name: os-shell + image: docker.io/bitnami/os-shell:11-debian-11-r96 apiVersion: v2 appVersion: 2.10.1 dependencies: @@ -43,4 +43,4 @@ name: mlflow sources: - https://github.com/bitnami/containers/tree/main/bitnami/mlflow - https://github.com/mlflow/mlflow -version: 0.7.5 +version: 0.7.6 diff --git a/bitnami/mlflow/values.yaml b/bitnami/mlflow/values.yaml index 0340551ba9..792b218bbe 100644 --- a/bitnami/mlflow/values.yaml +++ b/bitnami/mlflow/values.yaml @@ -79,7 +79,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/mlflow - tag: 2.10.1-debian-11-r0 + tag: 2.10.1-debian-11-r1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'