From 021c8e4dfe227de48ceee7b491c96234eb4c7f17 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 16 Nov 2023 07:45:45 +0100 Subject: [PATCH] [bitnami/mlflow] Release 0.2.5 updating components versions (#20997) Signed-off-by: Bitnami Containers --- bitnami/mlflow/Chart.yaml | 6 +++--- bitnami/mlflow/values.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/mlflow/Chart.yaml b/bitnami/mlflow/Chart.yaml index 76cf582f6b..e14e4a624c 100644 --- a/bitnami/mlflow/Chart.yaml +++ b/bitnami/mlflow/Chart.yaml @@ -8,11 +8,11 @@ annotations: - name: git image: docker.io/bitnami/git:2.42.1-debian-11-r0 - name: mlflow - image: docker.io/bitnami/mlflow:2.8.0-debian-11-r2 + image: docker.io/bitnami/mlflow:2.8.1-debian-11-r0 - name: os-shell image: docker.io/bitnami/os-shell:11-debian-11-r91 apiVersion: v2 -appVersion: 2.8.0 +appVersion: 2.8.1 dependencies: - condition: minio.enabled name: minio @@ -43,4 +43,4 @@ name: mlflow sources: - https://github.com/bitnami/containers/tree/main/bitnami/mlflow - https://github.com/mlflow/mlflow -version: 0.2.4 +version: 0.2.5 diff --git a/bitnami/mlflow/values.yaml b/bitnami/mlflow/values.yaml index e2ae2a1862..18102dbec5 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.8.0-debian-11-r2 + tag: 2.8.1-debian-11-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'