From d92b6237153ec75b5999316d419f2e11579442e6 Mon Sep 17 00:00:00 2001 From: Abhinandan Purkait Date: Thu, 11 Apr 2024 12:40:39 +0000 Subject: [PATCH] feat(chart): remove quotes from version Signed-off-by: Abhinandan Purkait --- deploy/helm/charts/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/helm/charts/Chart.yaml b/deploy/helm/charts/Chart.yaml index 31e5a182..caa8b265 100644 --- a/deploy/helm/charts/Chart.yaml +++ b/deploy/helm/charts/Chart.yaml @@ -16,5 +16,5 @@ sources: - https://github.com/openebs/lvm-localpv dependencies: - name: crds - version: "1.5.1" + version: 1.5.1 condition: crds.enabled