forked from openebs/charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Chart.yaml
41 lines (41 loc) · 1.18 KB
/
Chart.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
apiVersion: v2
version: 3.10.0
name: openebs
appVersion: 3.10.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/
keywords:
- cloud-native-storage
- block-storage
- local-storage
- iSCSI
- NVMe
- storage
- kubernetes
sources:
- https://github.com/openebs/openebs
maintainers:
- name: kmova
email: kiran.mova@mayadata.io
- name: prateekpandey14
email: prateek.pandey@mayadata.io
- name: shovanmaity
email: shovan.maity@mayadata.io
dependencies:
- name: openebs-ndm
version: "2.1.0"
repository: "https://openebs-archive.github.io/node-disk-manager"
condition: openebs-ndm.enabled
- name: localpv-provisioner
version: "3.5.0"
repository: "https://openebs.github.io/dynamic-localpv-provisioner"
condition: localpv-provisioner.enabled
- name: zfs-localpv
version: "2.4.0"
repository: "https://openebs.github.io/zfs-localpv"
condition: zfs-localpv.enabled
- name: lvm-localpv
version: "1.4.0"
repository: "https://openebs.github.io/lvm-localpv"
condition: lvm-localpv.enabled