Skip to content

Commit

Permalink
Bump MLRun components versin to 1.7.0 and chart version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdelman committed Nov 28, 2024
1 parent e017a11 commit f60ce77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion stable/mlrun/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: mlrun
version: 0.10.0
version: 0.10.1
appVersion: 1.7.0
description: Machine Learning automation and tracking
sources:
Expand Down
6 changes: 3 additions & 3 deletions stable/mlrun/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ api:

image:
repository: quay.io/mlrun/mlrun-api
tag: 1.6.4
tag: 1.7.0
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down Expand Up @@ -349,7 +349,7 @@ api:

image:
repository: quay.io/mlrun/log-collector
tag: 1.6.4
tag: 1.7.0
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down Expand Up @@ -569,7 +569,7 @@ ui:

image:
repository: quay.io/mlrun/mlrun-ui
tag: 1.6.4
tag: 1.7.0
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down

0 comments on commit f60ce77

Please sign in to comment.