From df18bbf377c087ef0c9421f973b0174ebc782017 Mon Sep 17 00:00:00 2001 From: Abhilash Shetty <95069770+abhilashshetty04@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:15:41 +0530 Subject: [PATCH] build(helm): update dependency and chart Signed-off-by: Abhilash Shetty <95069770+abhilashshetty04@users.noreply.github.com> --- deploy/charts/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/charts/Chart.yaml b/deploy/charts/Chart.yaml index ab13676..77e57fa 100644 --- a/deploy/charts/Chart.yaml +++ b/deploy/charts/Chart.yaml @@ -22,12 +22,12 @@ keywords: # 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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 4.0.2 +version: 4.1.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. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 4.0.2 +appVersion: 4.1.0 dependencies: - name: kube-prometheus-stack @@ -39,6 +39,6 @@ dependencies: repository: https://charts.deliveryhero.io/ condition: node-problem-detector.install - name: localpv-provisioner - version: 4.1.0 + version: 4.3.0 repository: https://openebs.github.io/dynamic-localpv-provisioner condition: localpv-provisioner.enabled