From 0a9691f71f1f8188a23f97e4311f9ae78ca4f8d8 Mon Sep 17 00:00:00 2001 From: adamdelman Date: Thu, 28 Nov 2024 14:00:49 +0200 Subject: [PATCH] [MLRun] Bump MLRun components version to 1.7.0 and chart version to 0.10.1 (#1043) --- stable/mlrun/Chart.yaml | 2 +- stable/mlrun/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/mlrun/Chart.yaml b/stable/mlrun/Chart.yaml index 08bf679f..8b09d9e1 100644 --- a/stable/mlrun/Chart.yaml +++ b/stable/mlrun/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mlrun -version: 0.10.0 +version: 0.10.1 appVersion: 1.7.0 description: Machine Learning automation and tracking sources: diff --git a/stable/mlrun/values.yaml b/stable/mlrun/values.yaml index 2d115a39..b8357a97 100644 --- a/stable/mlrun/values.yaml +++ b/stable/mlrun/values.yaml @@ -109,7 +109,7 @@ api: image: repository: quay.io/mlrun/mlrun-api - tag: 1.6.4 + tag: 1.7.0 pullPolicy: IfNotPresent pullSecrets: [] @@ -349,7 +349,7 @@ api: image: repository: quay.io/mlrun/log-collector - tag: 1.6.4 + tag: 1.7.0 pullPolicy: IfNotPresent pullSecrets: [] @@ -569,7 +569,7 @@ ui: image: repository: quay.io/mlrun/mlrun-ui - tag: 1.6.4 + tag: 1.7.0 pullPolicy: IfNotPresent pullSecrets: []