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

Commit 34a030c

Browse files
authored
release(chart): add helm chart changes for v3.4.0 (#312)
Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
1 parent 677ebb7 commit 34a030c

File tree

3 files changed

+103
-103
lines changed

3 files changed

+103
-103
lines changed

charts/openebs/Chart.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
2-
version: 3.3.1
2+
version: 3.4.0
33
name: openebs
4-
appVersion: 3.3.0
4+
appVersion: 3.4.0
55
description: Containerized Attached Storage for Kubernetes
66
icon: https://raw.githubusercontent.com/cncf/artwork/HEAD/projects/openebs/icon/color/openebs-icon-color.png
77
home: http://www.openebs.io/
@@ -24,19 +24,19 @@ maintainers:
2424
email: shovan.maity@mayadata.io
2525
dependencies:
2626
- name: openebs-ndm
27-
version: "2.0.0"
27+
version: "2.1.0"
2828
repository: "https://openebs.github.io/node-disk-manager"
2929
condition: openebs-ndm.enabled
3030
- name: localpv-provisioner
31-
version: "3.3.0"
31+
version: "3.4.0"
3232
repository: "https://openebs.github.io/dynamic-localpv-provisioner"
3333
condition: localpv-provisioner.enabled
3434
- name: cstor
35-
version: "3.3.0"
35+
version: "3.4.0"
3636
repository: "https://openebs.github.io/cstor-operators"
3737
condition: cstor.enabled
3838
- name: jiva
39-
version: "3.3.0"
39+
version: "3.4.0"
4040
repository: "https://openebs.github.io/jiva-operator"
4141
condition: jiva.enabled
4242
- name: zfs-localpv
@@ -48,6 +48,6 @@ dependencies:
4848
repository: "https://openebs.github.io/lvm-localpv"
4949
condition: lvm-localpv.enabled
5050
- name: nfs-provisioner
51-
version: "0.9.0"
51+
version: "0.10.0"
5252
repository: "https://openebs.github.io/dynamic-nfs-provisioner"
5353
condition: nfs-provisioner.enabled

0 commit comments

Comments
 (0)