From aab4bdd8b09381cc00131cd9412fc7849a586416 Mon Sep 17 00:00:00 2001 From: Shovan Maity Date: Sat, 17 Jul 2021 10:56:55 +0530 Subject: [PATCH] chore(helm): bump cstor and lvm localpv version Bump cstor chart version 2.11.0 -> 2.11.2 Bump lvm localpv chart version 0.7.0 -> 0.7.1 Signed-off-by: Shovan Maity --- charts/openebs/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/openebs/Chart.yaml b/charts/openebs/Chart.yaml index 5ecfdd0b..422171d1 100644 --- a/charts/openebs/Chart.yaml +++ b/charts/openebs/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -version: 2.11.0 +version: 2.11.1 name: openebs appVersion: 2.11.0 description: Containerized Storage for Containers @@ -27,7 +27,7 @@ dependencies: repository: "https://openebs.github.io/dynamic-localpv-provisioner" condition: localpv-provisioner.enabled - name: cstor - version: "2.11.0" + version: "2.11.2" repository: "https://openebs.github.io/cstor-operators" condition: cstor.enabled - name: jiva @@ -39,6 +39,6 @@ dependencies: repository: "https://openebs.github.io/zfs-localpv" condition: zfs-localpv.enabled - name: lvm-localpv - version: "0.7.0" + version: "0.7.1" repository: "https://openebs.github.io/lvm-localpv" condition: lvm-localpv.enabled