-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert!: remove device localpv from helm charts (#173)
* revert!: remove device localpv from helm charts Signed-off-by: Abhinandan Purkait <[email protected]> * fix: prometheus client_golang version Signed-off-by: Abhinandan Purkait <[email protected]> * feat(chart): remove maintainers Signed-off-by: Abhinandan Purkait <[email protected]> --------- Signed-off-by: Abhinandan Purkait <[email protected]>
- Loading branch information
1 parent
826eb1e
commit 2f165df
Showing
6 changed files
with
46 additions
and
188 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,3 +4,4 @@ target-branch: develop | |
chart-dirs: | ||
- deploy/helm | ||
helm-extra-args: --timeout=500s | ||
validate-maintainers: false |
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: | ||
|
@@ -16,17 +16,3 @@ keywords: | |
- dynamic-localpv | ||
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] |
Oops, something went wrong.