From 674d24c03b2abc3ab9a5fc494f6f0bc2b5c5bce4 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Fri, 22 Mar 2024 21:40:56 +0100 Subject: [PATCH 1/2] fix(OpenEBS-chart): update ZFS-LocalPV dependency Does what it says on the tin. 2.5.0 includes significant improvement and changes to the ZFS-LocalPV helm-chart --- charts/openebs/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/openebs/Chart.yaml b/charts/openebs/Chart.yaml index c933b8d..ec07768 100644 --- a/charts/openebs/Chart.yaml +++ b/charts/openebs/Chart.yaml @@ -40,7 +40,7 @@ dependencies: repository: "https://openebs.github.io/jiva-operator" condition: jiva.enabled - name: zfs-localpv - version: "2.4.0" + version: "2.5.0" repository: "https://openebs.github.io/zfs-localpv" condition: zfs-localpv.enabled - name: lvm-localpv From 5ea3084f1e96cde5da0729628b93f951dd060c4c Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Fri, 22 Mar 2024 21:42:00 +0100 Subject: [PATCH 2/2] Update Chart.yaml --- charts/openebs/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/openebs/Chart.yaml b/charts/openebs/Chart.yaml index ec07768..cb2b388 100644 --- a/charts/openebs/Chart.yaml +++ b/charts/openebs/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -version: 3.10.0 +version: 3.11.0 name: openebs appVersion: 3.10.0 description: Containerized Attached Storage for Kubernetes