aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmand LEOPOLD <armand.leopold@outlook.com>2023-09-19 23:13:59 +0200
committerGitHub <noreply@github.com>2023-09-19 14:13:59 -0700
commit6eededee10a52979ca02dcaff669be1a25e88e78 (patch)
tree64d23336a8f7703e17bc50981f06469dac390737
parentd531b7cbbfb6cc33fb70c244a2c5977431ec2979 (diff)
downloadseaweedfs-6eededee10a52979ca02dcaff669be1a25e88e78.tar.xz
seaweedfs-6eededee10a52979ca02dcaff669be1a25e88e78.zip
Wrong default value for volume.ressource (#4855)
* Update values.yaml * Update Chart.yaml
-rw-r--r--k8s/charts/seaweedfs/Chart.yaml2
-rw-r--r--k8s/charts/seaweedfs/values.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/k8s/charts/seaweedfs/Chart.yaml b/k8s/charts/seaweedfs/Chart.yaml
index ef588f55d..8c84de90b 100644
--- a/k8s/charts/seaweedfs/Chart.yaml
+++ b/k8s/charts/seaweedfs/Chart.yaml
@@ -2,4 +2,4 @@ apiVersion: v1
description: SeaweedFS
name: seaweedfs
appVersion: "3.56"
-version: "3.56"
+version: "3.57"
diff --git a/k8s/charts/seaweedfs/values.yaml b/k8s/charts/seaweedfs/values.yaml
index 8ffb24b18..6f69213ad 100644
--- a/k8s/charts/seaweedfs/values.yaml
+++ b/k8s/charts/seaweedfs/values.yaml
@@ -280,7 +280,7 @@ volume:
# should map directly to the value of the resources field for a PodSpec,
# formatted as a multi-line string. By default no direct resource request
# is made.
- resources: {}
+ resources: null
# Toleration Settings for server pods
# This should be a multi-line string matching the Toleration array