From dc7ae6c93c70f5e8b744705938a97d80170f778a Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 29 Sep 2022 11:10:46 +0300 Subject: [PATCH] Bump mlrun to 1.1.1-rc6 (#24) --- charts/mlrun-ce/Chart.yaml | 2 +- charts/mlrun-ce/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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