From 5364f3c6d06c591282d5df54881741bdfceffa3a Mon Sep 17 00:00:00 2001 From: GiladShapira94 Date: Mon, 27 Apr 2026 17:04:33 +0300 Subject: [PATCH 1/3] first commit --- charts/mlrun-ce/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/charts/mlrun-ce/values.yaml b/charts/mlrun-ce/values.yaml index 5be67e10..94337589 100644 --- a/charts/mlrun-ce/values.yaml +++ b/charts/mlrun-ce/values.yaml @@ -328,6 +328,9 @@ seaweedfs: enabled: false volume: enabled: false + dataDirs: + - name: data1 + maxVolumes: 12 filer: enabled: false @@ -342,6 +345,8 @@ seaweedfs: # Reduces from 4 component pods down to 1, cutting CPU/memory footprint significantly. allInOne: enabled: true + extraEnvironmentVars: + WEED_MASTER_VOLUME_GROWTH_COPY_1: "1" s3: enabled: true port: 8333 From 61988fb2882b455a1fe62d86ac7b8d0624735fa0 Mon Sep 17 00:00:00 2001 From: GiladShapira94 Date: Mon, 27 Apr 2026 18:13:34 +0300 Subject: [PATCH 2/3] fix installation issue --- charts/mlrun-ce/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mlrun-ce/values.yaml b/charts/mlrun-ce/values.yaml index 94337589..58815271 100644 --- a/charts/mlrun-ce/values.yaml +++ b/charts/mlrun-ce/values.yaml @@ -322,6 +322,8 @@ seaweedfs: # delete other pods during data migration (e.g., multi-node rebalancing). # Enabling this creates a ClusterRole, which conflicts in multi-NS deployments. createClusterRole: false + extraEnvironmentVars: + WEED_MASTER_VOLUME_GROWTH_COPY_1: "1" # Disable individual component pods - allInOne runs everything in a single deployment master: @@ -345,8 +347,6 @@ seaweedfs: # Reduces from 4 component pods down to 1, cutting CPU/memory footprint significantly. allInOne: enabled: true - extraEnvironmentVars: - WEED_MASTER_VOLUME_GROWTH_COPY_1: "1" s3: enabled: true port: 8333 From 961888866d18df47bd2269ab202909cd4c5ab3cb Mon Sep 17 00:00:00 2001 From: GiladShapira94 Date: Tue, 28 Apr 2026 10:47:46 +0300 Subject: [PATCH 3/3] change chart version --- charts/mlrun-ce/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/mlrun-ce/Chart.yaml b/charts/mlrun-ce/Chart.yaml index 04562d73..7f066992 100644 --- a/charts/mlrun-ce/Chart.yaml +++ b/charts/mlrun-ce/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mlrun-ce -version: 0.11.0-rc.33 +version: 0.11.0-rc.34 description: MLRun Open Source Stack home: https://iguazio.com icon: https://www.iguazio.com/wp-content/uploads/2019/10/Iguazio-Logo.png