diff --git a/stable/openebs/Chart.yaml b/stable/openebs/Chart.yaml index 26129d5836..a83103b67b 100644 --- a/stable/openebs/Chart.yaml +++ b/stable/openebs/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -version: 1.3.0 +version: 1.3.1 name: openebs appVersion: 1.3.0 description: Containerized Storage for Containers diff --git a/stable/openebs/README.md b/stable/openebs/README.md index ac76235ffb..df5e9f42cb 100644 --- a/stable/openebs/README.md +++ b/stable/openebs/README.md @@ -68,7 +68,7 @@ The following table lists the configurable parameters of the OpenEBS chart and t | `ndm.imageTag` | Image Tag for Node Disk Manager | `v0.4.3` | | `ndm.sparse.path` | Directory where Sparse files are created | `/var/openebs/sparse` | | `ndm.sparse.size` | Size of the sparse file in bytes | `10737418240` | -| `ndm.sparse.count` | Number of sparse files to be created | `1` | +| `ndm.sparse.count` | Number of sparse files to be created | `0` | | `ndm.filters.excludeVendors` | Exclude devices with specified vendor | `CLOUDBYT,OpenEBS` | | `ndm.filters.excludePaths` | Exclude devices with specified path patterns | `loop,fd0,sr0,/dev/ram,/dev/dm-,/dev/md` | | `ndm.filters.includePaths` | Include devices with specified path patterns | `""` | diff --git a/stable/openebs/values.yaml b/stable/openebs/values.yaml index b6827dcf2c..eb4407780e 100644 --- a/stable/openebs/values.yaml +++ b/stable/openebs/values.yaml @@ -88,7 +88,7 @@ ndm: sparse: path: "/var/openebs/sparse" size: "10737418240" - count: "1" + count: "0" filters: excludeVendors: "CLOUDBYT,OpenEBS" includePaths: ""