From c8743035b13f49ac9f6e309b3dda2049dc8729d5 Mon Sep 17 00:00:00 2001 From: Diamon Wiggins Date: Sun, 9 Feb 2025 01:21:49 -0500 Subject: [PATCH] update mlflow versions --- applications/mlflow/charts/infra/Chart.lock | 8 ++++---- applications/mlflow/charts/infra/Chart.yaml | 6 +++--- applications/mlflow/charts/mlflow/Chart.lock | 6 +++--- applications/mlflow/charts/mlflow/Chart.yaml | 4 ++-- applications/mlflow/kots/ec.yaml | 2 +- applications/mlflow/kots/infra-chart.yaml | 2 +- applications/mlflow/kots/mlflow-chart.yaml | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/applications/mlflow/charts/infra/Chart.lock b/applications/mlflow/charts/infra/Chart.lock index 27bf322c..452fe97f 100644 --- a/applications/mlflow/charts/infra/Chart.lock +++ b/applications/mlflow/charts/infra/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: cloudnative-pg repository: https://cloudnative-pg.github.io/charts - version: 0.21.2 + version: 0.23.0 - name: operator repository: https://operator.min.io/ - version: 5.0.15 -digest: sha256:5b12374f3685717296763374504bb944e17653bd37b3242a48b1550e2ad5b484 -generated: "2024-07-18T11:42:24.113804-04:00" + version: 7.0.0 +digest: sha256:1cc4b5c1157967ffa197326b1ecb1331c164b649ff8dc987584e7400f2c71d73 +generated: "2025-02-09T00:40:29.792212-05:00" diff --git a/applications/mlflow/charts/infra/Chart.yaml b/applications/mlflow/charts/infra/Chart.yaml index 923878bf..616d5645 100644 --- a/applications/mlflow/charts/infra/Chart.yaml +++ b/applications/mlflow/charts/infra/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -25,10 +25,10 @@ appVersion: "1.16.0" dependencies: - name: cloudnative-pg - version: "0.21.2" + version: "0.23.0" repository: https://cloudnative-pg.github.io/charts condition: cloudnative-pg.enabled - name: operator - version: "5.0.15" + version: "7.0.0" repository: https://operator.min.io/ condition: minio-operator.enabled diff --git a/applications/mlflow/charts/mlflow/Chart.lock b/applications/mlflow/charts/mlflow/Chart.lock index 77dce09a..8b5e2d11 100644 --- a/applications/mlflow/charts/mlflow/Chart.lock +++ b/applications/mlflow/charts/mlflow/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: replicated repository: oci://registry.replicated.com/library - version: 1.0.0-beta.27 -digest: sha256:0063f3ac4e0661d3a547076c4427fc52b837929c33bb47aaf07628969cdc1b42 -generated: "2024-09-12T19:00:34.587369+05:30" + version: 1.1.0 +digest: sha256:9debf14266b4425bcc68a80da11527f8d0c5e68f678cae676179557bab423ae6 +generated: "2025-02-09T00:40:36.875661-05:00" diff --git a/applications/mlflow/charts/mlflow/Chart.yaml b/applications/mlflow/charts/mlflow/Chart.yaml index f4d145a3..8b6a1ec5 100644 --- a/applications/mlflow/charts/mlflow/Chart.yaml +++ b/applications/mlflow/charts/mlflow/Chart.yaml @@ -2,13 +2,13 @@ apiVersion: v2 name: mlflow description: A Helm chart for MLflow - Open source platform for the machine learning lifecycle. type: application -version: "0.3.0" +version: "0.4.0" appVersion: "2.10.0" home: https://github.com/mlflow/mlflow/tree/master/charts/mlflow sources: - https://github.com/mlflow/mlflow/tree/master/charts/mlflow dependencies: - name: replicated - version: "^1.0.0-beta.20" + version: "^1.1.0" repository: "oci://registry.replicated.com/library" condition: replicated.enabled diff --git a/applications/mlflow/kots/ec.yaml b/applications/mlflow/kots/ec.yaml index ba39f53d..3966d6f0 100644 --- a/applications/mlflow/kots/ec.yaml +++ b/applications/mlflow/kots/ec.yaml @@ -1,7 +1,7 @@ apiVersion: embeddedcluster.replicated.com/v1beta1 kind: Config spec: - version: 1.7.0+k8s-1.29 + version: 2.0.0+k8s-1.30 extensions: helm: repositories: diff --git a/applications/mlflow/kots/infra-chart.yaml b/applications/mlflow/kots/infra-chart.yaml index 5481b8dc..bbe097fe 100644 --- a/applications/mlflow/kots/infra-chart.yaml +++ b/applications/mlflow/kots/infra-chart.yaml @@ -5,7 +5,7 @@ metadata: spec: chart: name: infra - chartVersion: 0.1.0 + chartVersion: 0.2.0 exclude: 'repl{{ ConfigOptionEquals `postgres_type` `external_postgres` }}' weight: -10 helmUpgradeFlags: diff --git a/applications/mlflow/kots/mlflow-chart.yaml b/applications/mlflow/kots/mlflow-chart.yaml index c7333221..50da8d23 100644 --- a/applications/mlflow/kots/mlflow-chart.yaml +++ b/applications/mlflow/kots/mlflow-chart.yaml @@ -5,7 +5,7 @@ metadata: spec: chart: name: mlflow - chartVersion: 0.3.0 + chartVersion: 0.4.0 weight: 10 helmUpgradeFlags: - --wait