Skip to content

Commit

Permalink
revert!: remove device localpv from helm charts (#173)
Browse files Browse the repository at this point in the history
* 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
Abhinandan-Purkait committed Mar 22, 2024
1 parent 826eb1e commit 2f165df
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 188 deletions.
1 change: 1 addition & 0 deletions ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ target-branch: develop
chart-dirs:
- deploy/helm
helm-extra-args: --timeout=500s
validate-maintainers: false
18 changes: 2 additions & 16 deletions deploy/helm/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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]
Loading

0 comments on commit 2f165df

Please sign in to comment.