Skip to content

Commit 6008649

Browse files
authored
feat(charts): update dependency dynamic-localpv (#214)
Signed-off-by: Niladri Halder <[email protected]>
1 parent 7ea5e68 commit 6008649

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deploy/helm/charts/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Helm chart for OpenEBS Jiva Operator. Jiva provides highly availabl
44
type: application
55
# This is the chart version. This version number should be incremented each time you make changes
66
# to the chart and its templates, including the app version.
7-
version: 3.5.0
7+
version: 3.5.1
88
# This is the version number of the application being deployed. This version number should be
99
# incremented each time you make changes to the application.
1010
appVersion: 3.5.0
@@ -23,7 +23,7 @@ sources:
2323

2424
dependencies:
2525
- name: localpv-provisioner
26-
version: "3.4.0"
26+
version: "3.4.1"
2727
repository: "https://openebs.github.io/dynamic-localpv-provisioner"
2828
condition: openebsLocalpv.enabled
2929

deploy/helm/charts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ By default this chart installs additional, dependent charts:
4545

4646
| Repository | Name | Version |
4747
|------------|------|---------|
48-
| https://openebs.github.io/dynamic-localpv-provisioner | localpv-provisioner | 3.4.0 |
48+
| https://openebs.github.io/dynamic-localpv-provisioner | localpv-provisioner | 3.4.1 |
4949

5050
**Note:** Find detailed Dynamic LocalPV Provisioner Helm chart configuration options [here](https://github.com/openebs/dynamic-localpv-provisioner/blob/develop/deploy/helm/charts/README.md).
5151

0 commit comments

Comments
 (0)