Browse Source
Wrong default value for volume.ressource (#4855)
* Update values.yaml
* Update Chart.yaml
pull/4857/head
Armand LEOPOLD
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
k8s/charts/seaweedfs/Chart.yaml
-
k8s/charts/seaweedfs/values.yaml
|
|
@ -2,4 +2,4 @@ apiVersion: v1 |
|
|
|
description: SeaweedFS |
|
|
|
name: seaweedfs |
|
|
|
appVersion: "3.56" |
|
|
|
version: "3.56" |
|
|
|
version: "3.57" |
|
|
@ -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 |
|
|
|