Skip to content

Commit

Permalink
[stable/openebs]: update NDM image tag to 0.3.1 (helm#11754)
Browse files Browse the repository at this point in the history
- Updated Chart.yaml
- Updated README
- Updated values.yaml

Signed-off-by: prateekpandey14 <[email protected]>
  • Loading branch information
prateekpandey14 authored and k8s-ci-robot committed Feb 26, 2019
1 parent 753e072 commit 3a09161
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/openebs/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
version: 0.8.2
version: 0.8.3
name: openebs
appVersion: 0.8.1
description: Containerized Storage for Containers
Expand Down
2 changes: 1 addition & 1 deletion stable/openebs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The following table lists the configurable parameters of the OpenEBS chart and t
| `snapshotOperator.controller.imageTag` | Image Tag for Snapshot Controller | `0.8.1` |
| `snapshotOperator.replicas` | Number of Snapshot Operator Replicas | `1` |
| `ndm.image` | Image for Node Disk Manager | `quay.io/openebs/openebs/node-disk-manager-amd64` |
| `ndm.imageTag` | Image Tag for Node Disk Manager | `v0.3.0` |
| `ndm.imageTag` | Image Tag for Node Disk Manager | `v0.3.1` |
| `ndm.sparse.enabled` | Create Sparse files and cStor Sparse Pool | `true` |
| `ndm.sparse.path` | Directory where Sparse files are created | `/var/openebs/sparse` |
| `ndm.sparse.size` | Size of the sparse file in bytes | `10737418240` |
Expand Down
2 changes: 1 addition & 1 deletion stable/openebs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ snapshotOperator:

ndm:
image: "quay.io/openebs/node-disk-manager-amd64"
imageTag: "v0.3.0"
imageTag: "v0.3.1"
sparse:
enabled: "true"
path: "/var/openebs/sparse"
Expand Down

0 comments on commit 3a09161

Please sign in to comment.