Skip to content

Commit

Permalink
[MLRun] Bump default image to 1.6.4 (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerShor authored Jul 10, 2024
1 parent 330136a commit 46ec1cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions stable/mlrun/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: mlrun
version: 0.9.25
appVersion: 1.6.2
version: 0.9.26
appVersion: 1.6.4
description: Machine Learning automation and tracking
sources:
- https://github.com/mlrun/mlrun
Expand Down
6 changes: 3 additions & 3 deletions stable/mlrun/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ api:

image:
repository: mlrun/mlrun-api
tag: 1.5.2
tag: 1.6.4
pullPolicy: IfNotPresent
pullSecrets: []

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

image:
repository: mlrun/log-collector
tag: 1.5.2
tag: 1.6.4
pullPolicy: IfNotPresent
pullSecrets: []

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

image:
repository: mlrun/mlrun-ui
tag: 1.5.2
tag: 1.6.4
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down

0 comments on commit 46ec1cd

Please sign in to comment.