File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 11dependencies:
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"
Original file line number Diff line number Diff 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
2626dependencies :
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
Original file line number Diff line number Diff line change 11dependencies:
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 "
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ apiVersion: v2
22name : mlflow
33description : A Helm chart for MLflow - Open source platform for the machine learning lifecycle.
44type : application
5- version : " 0.3 .0"
5+ version : " 0.4 .0"
66appVersion : " 2.10.0"
77home : https://github.com/mlflow/mlflow/tree/master/charts/mlflow
88sources :
99 - https://github.com/mlflow/mlflow/tree/master/charts/mlflow
1010dependencies :
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
Original file line number Diff line number Diff line change 11apiVersion : embeddedcluster.replicated.com/v1beta1
22kind : Config
33spec :
4- version : 1.7 .0+k8s-1.29
4+ version : 2.0 .0+k8s-1.30
55 extensions :
66 helm :
77 repositories :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55spec :
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 :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55spec :
66 chart :
77 name : mlflow
8- chartVersion : 0.3 .0
8+ chartVersion : 0.4 .0
99 weight : 10
1010 helmUpgradeFlags :
1111 - --wait
You can’t perform that action at this time.
0 commit comments