Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/mlrun-ce/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions charts/mlrun-ce/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,12 +322,17 @@ 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:
enabled: false
volume:
enabled: false
dataDirs:
Comment thread
shay79il marked this conversation as resolved.
- name: data1
maxVolumes: 12
filer:
enabled: false

Expand Down
Loading