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

Commit

Permalink
release(chart): add helm chart changes for v3.4.0 (#312)
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih authored Feb 9, 2023
1 parent 677ebb7 commit 34a030c
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 103 deletions.
14 changes: 7 additions & 7 deletions charts/openebs/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
version: 3.3.1
version: 3.4.0
name: openebs
appVersion: 3.3.0
appVersion: 3.4.0
description: Containerized Attached Storage for Kubernetes
icon: https://raw.githubusercontent.com/cncf/artwork/HEAD/projects/openebs/icon/color/openebs-icon-color.png
home: http://www.openebs.io/
Expand All @@ -24,19 +24,19 @@ maintainers:
email: [email protected]
dependencies:
- name: openebs-ndm
version: "2.0.0"
version: "2.1.0"
repository: "https://openebs.github.io/node-disk-manager"
condition: openebs-ndm.enabled
- name: localpv-provisioner
version: "3.3.0"
version: "3.4.0"
repository: "https://openebs.github.io/dynamic-localpv-provisioner"
condition: localpv-provisioner.enabled
- name: cstor
version: "3.3.0"
version: "3.4.0"
repository: "https://openebs.github.io/cstor-operators"
condition: cstor.enabled
- name: jiva
version: "3.3.0"
version: "3.4.0"
repository: "https://openebs.github.io/jiva-operator"
condition: jiva.enabled
- name: zfs-localpv
Expand All @@ -48,6 +48,6 @@ dependencies:
repository: "https://openebs.github.io/lvm-localpv"
condition: lvm-localpv.enabled
- name: nfs-provisioner
version: "0.9.0"
version: "0.10.0"
repository: "https://openebs.github.io/dynamic-nfs-provisioner"
condition: nfs-provisioner.enabled
Loading

0 comments on commit 34a030c

Please sign in to comment.