diff --git a/charts/mlrun-ce/Chart.yaml b/charts/mlrun-ce/Chart.yaml index 98182ddf..68c018e9 100644 --- a/charts/mlrun-ce/Chart.yaml +++ b/charts/mlrun-ce/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -version: 0.0.19 +version: 0.0.20 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 7ed13d58..75bcf894 100644 --- a/charts/mlrun-ce/values.yaml +++ b/charts/mlrun-ce/values.yaml @@ -77,7 +77,7 @@ mlrun: api: fullnameOverride: mlrun-api image: - tag: 1.1.1-rc6 + tag: 1.1.1-rc7 service: type: NodePort nodePort: 30070 @@ -105,7 +105,7 @@ mlrun: type: NodePort nodePort: 30060 image: - tag: 1.1.1-rc6 + tag: 1.1.1-rc7 db: name: db fullnameOverride: mlrun-db @@ -160,7 +160,7 @@ jupyterNotebook: # - chart-example.local image: repository: quay.io/mlrun/jupyter - tag: 1.1.1-rc6 + tag: 1.1.1-rc7 pullPolicy: IfNotPresent # use this to override mlrunUIURL, by default it will be auto-resolved to externalHostAddress and