Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
[stable/openebs]: update NDM version to 0.8.2
Browse files Browse the repository at this point in the history
- update NDM version to 0.8.2 which has the fix for a
data corruption bug

Signed-off-by: Akhil Mohan <akhil.mohan@mayadata.io>
  • Loading branch information
akhilerm authored and kmova committed Oct 7, 2020
1 parent bb67af5 commit c0e240f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/openebs/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
version: 2.1.0
version: 2.1.1
name: openebs
appVersion: 2.1.0
description: Containerized Storage for Containers
Expand Down
4 changes: 2 additions & 2 deletions charts/openebs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The following table lists the configurable parameters of the OpenEBS chart and t
| `snapshotOperator.replicas` | Number of Snapshot Operator Replicas | `1` |
| `ndm.enabled` | Enable Node Disk Manager | `true` |
| `ndm.image` | Image for Node Disk Manager | `openebs/node-disk-manager` |
| `ndm.imageTag` | Image Tag for Node Disk Manager | `0.8.1` |
| `ndm.imageTag` | Image Tag for Node Disk Manager | `0.8.2` |
| `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 | `0` |
Expand All @@ -97,7 +97,7 @@ The following table lists the configurable parameters of the OpenEBS chart and t
| `ndm.probes.enableSeachest` | Enable Seachest probe for NDM | `false` |
| `ndmOperator.enabled` | Enable NDM Operator | `true` |
| `ndmOperator.image` | Image for NDM Operator | `openebs/node-disk-operator` |
| `ndmOperator.imageTag` | Image Tag for NDM Operator | `0.8.1` |
| `ndmOperator.imageTag` | Image Tag for NDM Operator | `0.8.2` |
| `jiva.image` | Image for Jiva | `openebs/jiva` |
| `jiva.imageTag` | Image Tag for Jiva | `2.1.0` |
| `jiva.replicas` | Number of Jiva Replicas | `3` |
Expand Down
4 changes: 2 additions & 2 deletions charts/openebs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ snapshotOperator:
ndm:
enabled: true
image: "openebs/node-disk-manager"
imageTag: "0.8.1"
imageTag: "0.8.2"
sparse:
path: "/var/openebs/sparse"
size: "10737418240"
Expand All @@ -115,7 +115,7 @@ ndm:
ndmOperator:
enabled: true
image: "openebs/node-disk-operator"
imageTag: "0.8.1"
imageTag: "0.8.2"
replicas: 1
upgradeStrategy: Recreate
nodeSelector: {}
Expand Down

0 comments on commit c0e240f

Please sign in to comment.