From 60086494ec5d37cb2be119e267a2810cb8f96079 Mon Sep 17 00:00:00 2001 From: Niladri Halder Date: Tue, 5 Sep 2023 12:59:44 +0530 Subject: [PATCH] feat(charts): update dependency dynamic-localpv (#214) Signed-off-by: Niladri Halder --- deploy/helm/charts/Chart.yaml | 4 ++-- deploy/helm/charts/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/helm/charts/Chart.yaml b/deploy/helm/charts/Chart.yaml index 05d7400..d0ed925 100644 --- a/deploy/helm/charts/Chart.yaml +++ b/deploy/helm/charts/Chart.yaml @@ -4,7 +4,7 @@ description: Helm chart for OpenEBS Jiva Operator. Jiva provides highly availabl 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: 3.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: 3.5.0 @@ -23,7 +23,7 @@ sources: dependencies: - name: localpv-provisioner - version: "3.4.0" + version: "3.4.1" repository: "https://openebs.github.io/dynamic-localpv-provisioner" condition: openebsLocalpv.enabled diff --git a/deploy/helm/charts/README.md b/deploy/helm/charts/README.md index e5a31a6..40724ec 100644 --- a/deploy/helm/charts/README.md +++ b/deploy/helm/charts/README.md @@ -45,7 +45,7 @@ By default this chart installs additional, dependent charts: | Repository | Name | Version | |------------|------|---------| -| https://openebs.github.io/dynamic-localpv-provisioner | localpv-provisioner | 3.4.0 | +| https://openebs.github.io/dynamic-localpv-provisioner | localpv-provisioner | 3.4.1 | **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).