Skip to content

Commit

Permalink
[FIX] Change mlrun version to 1.6.1 (mlrun#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
GiladShapira94 authored Mar 11, 2024
1 parent 53d511a commit 6064b65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/mlrun-ce/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
version: 0.6.3-rc11
version: 0.6.3-rc12
name: mlrun-ce
description: MLRUn Open Source Stack
home: https://iguazio.com
Expand Down
6 changes: 3 additions & 3 deletions charts/mlrun-ce/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ mlrun:
api:
fullnameOverride: mlrun-api
image:
tag: 1.6.0-rc10
tag: 1.6.1
service:
type: NodePort
nodePort: 30070
Expand Down Expand Up @@ -112,7 +112,7 @@ mlrun:
type: NodePort
nodePort: 30060
image:
tag: 1.6.0-rc10
tag: 1.6.1
db:
name: db
fullnameOverride: mlrun-db
Expand Down Expand Up @@ -174,7 +174,7 @@ jupyterNotebook:
# - chart-example.local
image:
repository: quay.io/mlrun/jupyter
tag: 1.6.0-rc10
tag: 1.6.1
pullPolicy: IfNotPresent

# use this to override mlrunUIURL, by default it will be auto-resolved to externalHostAddress and
Expand Down

0 comments on commit 6064b65

Please sign in to comment.