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

Commit

Permalink
chore(helm): update latest chart version of jiva, zfs and lvm (#264)
Browse files Browse the repository at this point in the history
* update latest chart version of jiva, zfs and lvm
* zfs and lvm to include the priorityclass fixes in driver
templates

Signed-off-by: prateekpandey14 <[email protected]>
  • Loading branch information
prateekpandey14 authored Sep 3, 2021
1 parent 5216a11 commit 5186756
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions charts/openebs/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
version: 2.12.1
version: 2.12.2
name: openebs
appVersion: 2.12.0
description: Containerized Storage for Containers
Expand Down Expand Up @@ -27,19 +27,19 @@ dependencies:
repository: "https://openebs.github.io/dynamic-localpv-provisioner"
condition: localpv-provisioner.enabled
- name: cstor
version: "2.12.0"
version: "2.12.1"
repository: "https://openebs.github.io/cstor-operators"
condition: cstor.enabled
- name: jiva
version: "2.12.0"
version: "2.12.2"
repository: "https://openebs.github.io/jiva-operator"
condition: jiva.enabled
- name: zfs-localpv
version: "1.9.3"
version: "1.9.5"
repository: "https://openebs.github.io/zfs-localpv"
condition: zfs-localpv.enabled
- name: lvm-localpv
version: "0.8.0"
version: "0.8.2"
repository: "https://openebs.github.io/lvm-localpv"
condition: lvm-localpv.enabled
- name: nfs-provisioner
Expand Down

0 comments on commit 5186756

Please sign in to comment.