Skip to content

Commit

Permalink
[stable/dynamic-localpv]: update dependent NDM chart to 1.1.1
Browse files Browse the repository at this point in the history
- update Chart version, description and dependency version
- update README

Signed-off-by: Akhil Mohan <[email protected]>
  • Loading branch information
akhilerm authored and kmova committed Feb 2, 2021
1 parent 5d1055a commit d58f70b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deploy/helm/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Helm chart for OpenEBS Dynamic Local PV. For instructions to instal
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 2.5.0
version: 2.5.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 2.5.0
Expand All @@ -19,7 +19,7 @@ sources:

dependencies:
- name: openebs-ndm
version: "1.1.0"
version: "1.1.1"
repository: "https://openebs.github.io/node-disk-manager"
condition: openebsNDM.enabled

Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ By default this chart installs additional, dependent charts:

| Repository | Name | Version |
|------------|------|---------|
| https://openebs.github.io/node-disk-manager | openebs-ndm | 1.1.0 |
| https://openebs.github.io/node-disk-manager | openebs-ndm | 1.1.1 |


To disable the dependency during installation, set `openebsNDM.enabled` to `false`.
Expand Down

0 comments on commit d58f70b

Please sign in to comment.