diff --git a/charts/mlrun-ce/Chart.yaml b/charts/mlrun-ce/Chart.yaml index 46abcc22..8ca594f0 100644 --- a/charts/mlrun-ce/Chart.yaml +++ b/charts/mlrun-ce/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -version: 0.5.2-rc5 +version: 0.6.0-rc1 name: mlrun-ce description: MLRUn Open Source Stack home: https://iguazio.com diff --git a/charts/mlrun-ce/values.yaml b/charts/mlrun-ce/values.yaml index 7d966cf1..bff70a29 100644 --- a/charts/mlrun-ce/values.yaml +++ b/charts/mlrun-ce/values.yaml @@ -78,7 +78,7 @@ mlrun: api: fullnameOverride: mlrun-api image: - tag: 1.2.1 + tag: 1.3.0 service: type: NodePort nodePort: 30070 @@ -113,7 +113,7 @@ mlrun: type: NodePort nodePort: 30060 image: - tag: 1.2.1 + tag: 1.3.0 db: name: db fullnameOverride: mlrun-db @@ -169,7 +169,7 @@ jupyterNotebook: # - chart-example.local image: repository: quay.io/mlrun/jupyter - tag: 1.2.1 + tag: 1.3.0 pullPolicy: IfNotPresent # use this to override mlrunUIURL, by default it will be auto-resolved to externalHostAddress and