From 4003b7b7f3780a03d0945b51dd91a1754c2096c0 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 25 Jun 2025 14:01:51 +0200 Subject: [PATCH] [bitnami/mlflow] :zap: :arrow_up: Update dependency references (#34619) * [bitnami/mlflow] Release 5.0.2 updating components versions Signed-off-by: Bitnami Bot * Update CHANGELOG.md Signed-off-by: Bitnami Bot --------- Signed-off-by: Bitnami Bot --- bitnami/mlflow/CHANGELOG.md | 8 ++++++-- bitnami/mlflow/Chart.yaml | 8 ++++---- bitnami/mlflow/values.yaml | 6 +++--- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/bitnami/mlflow/CHANGELOG.md b/bitnami/mlflow/CHANGELOG.md index ea4bba00ad..463f44f0b3 100644 --- a/bitnami/mlflow/CHANGELOG.md +++ b/bitnami/mlflow/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 5.0.1 (2025-06-16) +## 5.0.2 (2025-06-25) -* [bitnami/mlflow] :zap: :arrow_up: Update dependency references ([#34518](https://github.com/bitnami/charts/pull/34518)) +* [bitnami/mlflow] :zap: :arrow_up: Update dependency references ([#34619](https://github.com/bitnami/charts/pull/34619)) + +## 5.0.1 (2025-06-16) + +* [bitnami/mlflow] :zap: :arrow_up: Update dependency references (#34518) ([380180e](https://github.com/bitnami/charts/commit/380180eea6c06e50022ff474a64cf100e1ce2618)), closes [#34518](https://github.com/bitnami/charts/issues/34518) ## 5.0.0 (2025-06-16) diff --git a/bitnami/mlflow/Chart.yaml b/bitnami/mlflow/Chart.yaml index 51742f9391..476f41b020 100644 --- a/bitnami/mlflow/Chart.yaml +++ b/bitnami/mlflow/Chart.yaml @@ -7,13 +7,13 @@ annotations: - name: git image: docker.io/bitnami/git:2.50.0-debian-12-r0 - name: mlflow - image: docker.io/bitnami/mlflow:3.1.0-debian-12-r0 + image: docker.io/bitnami/mlflow:3.1.1-debian-12-r0 - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r46 + image: docker.io/bitnami/os-shell:12-debian-12-r47 licenses: Apache-2.0 tanzuCategory: application apiVersion: v2 -appVersion: 3.1.0 +appVersion: 3.1.1 dependencies: - condition: minio.enabled name: minio @@ -47,4 +47,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: 5.0.1 +version: 5.0.2 diff --git a/bitnami/mlflow/values.yaml b/bitnami/mlflow/values.yaml index 3b4514cd66..126c9b789d 100644 --- a/bitnami/mlflow/values.yaml +++ b/bitnami/mlflow/values.yaml @@ -93,7 +93,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/mlflow - tag: 3.1.0-debian-12-r0 + tag: 3.1.1-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images @@ -1222,7 +1222,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r46 + tag: 12-debian-12-r47 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. @@ -1271,7 +1271,7 @@ waitContainer: image: registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r46 + tag: 12-debian-12-r47 digest: "" ## @param waitContainer.image.pullPolicy Init container wait-container image pull policy ##