-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: deprecate device localpv from helm chart
Signed-off-by: Abhinandan Purkait <[email protected]>
- Loading branch information
1 parent
4123f5f
commit 4cebe2e
Showing
5 changed files
with
48 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,10 @@ 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: 3.5.0 | ||
version: 4.0.0 | ||
# 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: 3.5.0 | ||
appVersion: 4.0.0 | ||
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png | ||
home: http://www.openebs.io/ | ||
keywords: | ||
|
@@ -17,16 +17,8 @@ keywords: | |
sources: | ||
- https://github.com/openebs/dynamic-localpv-provisioner | ||
|
||
dependencies: | ||
- name: openebs-ndm | ||
version: "2.1.0" | ||
repository: "https://openebs.github.io/node-disk-manager" | ||
condition: openebsNDM.enabled | ||
|
||
maintainers: | ||
- name: akhilerm | ||
email: [email protected] | ||
- name: kiranmova | ||
email: [email protected] | ||
- name: prateekpandey14 | ||
email: [email protected] | ||
- name: Niladri Halder | ||
email: [email protected] | ||
- name: Abhinandan Purkait | ||
email: [email protected] |
Oops, something went wrong.