From 0a9691f71f1f8188a23f97e4311f9ae78ca4f8d8 Mon Sep 17 00:00:00 2001 From: adamdelman Date: Thu, 28 Nov 2024 14:00:49 +0200 Subject: [PATCH 1/2] [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: [] From 4dc34150919d607e314281c3cf9fb97fe4c90596 Mon Sep 17 00:00:00 2001 From: Liran BG Date: Mon, 2 Dec 2024 22:28:53 +0200 Subject: [PATCH 2/2] [mlrun] Bump to 1.7.1 (#1045) --- stable/mlrun/Chart.yaml | 4 ++-- stable/mlrun/values.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/stable/mlrun/Chart.yaml b/stable/mlrun/Chart.yaml index 8b09d9e1..7169c254 100644 --- a/stable/mlrun/Chart.yaml +++ b/stable/mlrun/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: mlrun -version: 0.10.1 -appVersion: 1.7.0 +version: 0.10.2 +appVersion: 1.7.1 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 b8357a97..626ac88a 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.7.0 + tag: 1.7.1 pullPolicy: IfNotPresent pullSecrets: [] @@ -278,7 +278,7 @@ api: image: repository: openpolicyagent/opa - tag: 0.56.0 + tag: 0.68.0 pullPolicy: IfNotPresent pullSecrets: [] @@ -349,7 +349,7 @@ api: image: repository: quay.io/mlrun/log-collector - tag: 1.7.0 + tag: 1.7.1 pullPolicy: IfNotPresent pullSecrets: [] @@ -569,7 +569,7 @@ ui: image: repository: quay.io/mlrun/mlrun-ui - tag: 1.7.0 + tag: 1.7.1 pullPolicy: IfNotPresent pullSecrets: []