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
parent
commit
6eededee10
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      k8s/charts/seaweedfs/Chart.yaml
  2. 2
      k8s/charts/seaweedfs/values.yaml

2
k8s/charts/seaweedfs/Chart.yaml

@ -2,4 +2,4 @@ apiVersion: v1
description: SeaweedFS
name: seaweedfs
appVersion: "3.56"
version: "3.56"
version: "3.57"

2
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

Loading…
Cancel
Save