Skip to content

Commit c874303

Browse files
committed
update mlflow versions
1 parent b524499 commit c874303

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: cloudnative-pg
33
repository: https://cloudnative-pg.github.io/charts
4-
version: 0.21.2
4+
version: 0.23.0
55
- name: operator
66
repository: https://operator.min.io/
7-
version: 5.0.15
8-
digest: sha256:5b12374f3685717296763374504bb944e17653bd37b3242a48b1550e2ad5b484
9-
generated: "2024-07-18T11:42:24.113804-04:00"
7+
version: 7.0.0
8+
digest: sha256:1cc4b5c1157967ffa197326b1ecb1331c164b649ff8dc987584e7400f2c71d73
9+
generated: "2025-02-09T00:40:29.792212-05:00"

applications/mlflow/charts/infra/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.0
18+
version: 0.2.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
@@ -25,10 +25,10 @@ appVersion: "1.16.0"
2525

2626
dependencies:
2727
- name: cloudnative-pg
28-
version: "0.21.2"
28+
version: "0.23.0"
2929
repository: https://cloudnative-pg.github.io/charts
3030
condition: cloudnative-pg.enabled
3131
- name: operator
32-
version: "5.0.15"
32+
version: "7.0.0"
3333
repository: https://operator.min.io/
3434
condition: minio-operator.enabled
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: replicated
33
repository: oci://registry.replicated.com/library
4-
version: 1.0.0-beta.27
5-
digest: sha256:0063f3ac4e0661d3a547076c4427fc52b837929c33bb47aaf07628969cdc1b42
6-
generated: "2024-09-12T19:00:34.587369+05:30"
4+
version: 1.1.0
5+
digest: sha256:9debf14266b4425bcc68a80da11527f8d0c5e68f678cae676179557bab423ae6
6+
generated: "2025-02-09T00:40:36.875661-05:00"

applications/mlflow/charts/mlflow/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ 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.3.0"
5+
version: "0.4.0"
66
appVersion: "2.10.0"
77
home: https://github.com/mlflow/mlflow/tree/master/charts/mlflow
88
sources:
99
- https://github.com/mlflow/mlflow/tree/master/charts/mlflow
1010
dependencies:
1111
- name: replicated
12-
version: "^1.0.0-beta.20"
12+
version: "^1.1.0"
1313
repository: "oci://registry.replicated.com/library"
1414
condition: replicated.enabled

applications/mlflow/kots/ec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: embeddedcluster.replicated.com/v1beta1
22
kind: Config
33
spec:
4-
version: 1.7.0+k8s-1.29
4+
version: 2.0.0+k8s-1.30
55
extensions:
66
helm:
77
repositories:

applications/mlflow/kots/infra-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: infra
8-
chartVersion: 0.1.0
8+
chartVersion: 0.2.0
99
exclude: 'repl{{ ConfigOptionEquals `postgres_type` `external_postgres` }}'
1010
weight: -10
1111
helmUpgradeFlags:

applications/mlflow/kots/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.3.0
8+
chartVersion: 0.4.0
99
weight: 10
1010
helmUpgradeFlags:
1111
- --wait

0 commit comments

Comments
 (0)