Skip to content

Commit 157d5b0

Browse files
committed
fix: update mlflow main image to use bitnamilegacy
- Update mlflow image from bitnami to bitnamilegacy - Update mlflow image tag from 2.12.2-debian-12-r1 to 3.3.2-debian-12-r0 - Bump mlflow chart version 0.4.2 -> 0.4.3 - Update appVersion to 3.3.2 to match image version This fixes ImagePullBackOff errors for the main mlflow container.
1 parent 7f377cb commit 157d5b0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

applications/mlflow/charts/mlflow/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: mlflow
33
description: A Helm chart for MLflow - Open source platform for the machine learning lifecycle.
44
type: application
5-
version: "0.4.2"
6-
appVersion: "2.10.0"
5+
version: "0.4.3"
6+
appVersion: "3.3.2"
77
home: https://github.com/mlflow/mlflow/tree/master/charts/mlflow
88
sources:
99
- https://github.com/mlflow/mlflow/tree/master/charts/mlflow

applications/mlflow/charts/mlflow/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ mlflow:
3939
# -- Image registry
4040
registry: docker.io
4141
# -- Image repository
42-
repository: bitnami/mlflow
42+
repository: bitnamilegacy/mlflow
4343
# -- Image tag
44-
tag: 2.12.2-debian-12-r1
44+
tag: 3.3.2-debian-12-r0
4545
# -- Image pull policy
4646
pullPolicy: IfNotPresent
4747
# -- Pod Labels for the mlflow deployment

applications/mlflow/release/mlflow-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
chart:
77
name: mlflow
8-
chartVersion: 0.4.2
8+
chartVersion: 0.4.3
99
weight: 10
1010
helmUpgradeFlags:
1111
- --wait

0 commit comments

Comments
 (0)