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 openebs ndm to 1.1.1
Browse files Browse the repository at this point in the history
- update values.yaml
- update chart version
- update README

Signed-off-by: Akhil Mohan <akhil.mohan@mayadata.io>
  • Loading branch information
akhilerm authored and kmova committed Feb 2, 2021
1 parent ed655f9 commit 5d77340
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.5.0
version: 2.5.1
name: openebs
appVersion: 2.5.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 @@ -91,7 +91,7 @@ The following table lists the configurable parameters of the OpenEBS chart and t
| `snapshotOperator.controller.resources` | Set resource limits for Snapshot Controller | `{}` |
| `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 | `1.1.0` |
| `ndm.imageTag` | Image Tag for Node Disk Manager | `1.1.1` |
| `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 @@ -105,7 +105,7 @@ The following table lists the configurable parameters of the OpenEBS chart and t
| `ndm.resources` | Set resource limits for NDM | `{}` |
| `ndmOperator.enabled` | Enable NDM Operator | `true` |
| `ndmOperator.image` | Image for NDM Operator | `openebs/node-disk-operator` |
| `ndmOperator.imageTag` | Image Tag for NDM Operator | `1.1.0` |
| `ndmOperator.imageTag` | Image Tag for NDM Operator | `1.1.1` |
| `ndmOperator.resources` | Set resource limits for NDM Operator | `{}` |
| `jiva.image` | Image for Jiva | `openebs/jiva` |
| `jiva.imageTag` | Image Tag for Jiva | `2.5.0` |
Expand Down
4 changes: 2 additions & 2 deletions charts/openebs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ snapshotOperator:
ndm:
enabled: true
image: "openebs/node-disk-manager"
imageTag: "1.1.0"
imageTag: "1.1.1"
sparse:
path: "/var/openebs/sparse"
size: "10737418240"
Expand Down Expand Up @@ -174,7 +174,7 @@ ndm:
ndmOperator:
enabled: true
image: "openebs/node-disk-operator"
imageTag: "1.1.0"
imageTag: "1.1.1"
replicas: 1
upgradeStrategy: Recreate
nodeSelector: {}
Expand Down

0 comments on commit 5d77340

Please sign in to comment.