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