From 24edc2eec58df804a743ee80ae18fdb77f3bd282 Mon Sep 17 00:00:00 2001 From: TomerShor Date: Wed, 10 Jul 2024 16:35:03 +0300 Subject: [PATCH] [MLRun] Bump default image to 1.6.4 --- stable/mlrun/Chart.yaml | 4 ++-- stable/mlrun/values.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stable/mlrun/Chart.yaml b/stable/mlrun/Chart.yaml index 57435985..dc714997 100644 --- a/stable/mlrun/Chart.yaml +++ b/stable/mlrun/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: mlrun -version: 0.9.25 -appVersion: 1.6.2 +version: 0.9.26 +appVersion: 1.6.4 description: Machine Learning automation and tracking sources: - https://github.com/mlrun/mlrun diff --git a/stable/mlrun/values.yaml b/stable/mlrun/values.yaml index a721d76a..91c8dea0 100644 --- a/stable/mlrun/values.yaml +++ b/stable/mlrun/values.yaml @@ -64,7 +64,7 @@ api: image: repository: mlrun/mlrun-api - tag: 1.5.2 + tag: 1.6.4 pullPolicy: IfNotPresent pullSecrets: [] @@ -297,7 +297,7 @@ api: image: repository: mlrun/log-collector - tag: 1.5.2 + tag: 1.6.4 pullPolicy: IfNotPresent pullSecrets: [] @@ -511,7 +511,7 @@ ui: image: repository: mlrun/mlrun-ui - tag: 1.5.2 + tag: 1.6.4 pullPolicy: IfNotPresent pullSecrets: []