Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
chore(helm): bump cstor and lvm localpv version
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
shovanmaity authored and kmova committed Jul 17, 2021
1 parent a739dec commit aab4bdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/openebs/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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

0 comments on commit aab4bdd

Please sign in to comment.