Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions applications/mlflow/charts/infra/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
6 changes: 3 additions & 3 deletions applications/mlflow/charts/infra/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
6 changes: 3 additions & 3 deletions applications/mlflow/charts/mlflow/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions applications/mlflow/charts/mlflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion applications/mlflow/kots/ec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion applications/mlflow/kots/infra-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion applications/mlflow/kots/mlflow-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
chart:
name: mlflow
chartVersion: 0.3.0
chartVersion: 0.4.0
weight: 10
helmUpgradeFlags:
- --wait
Expand Down