mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
c461f9d9b7
Version field for helm Chart.yaml needs to have SemVer 2 compatible value, therefore use "<MAJOR-VERSION>-canary" on "devel" branch. Refer: https://helm.sh/docs/topics/charts/#the-chartyaml-file Signed-off-by: Rakshith R <rar@redhat.com>
16 lines
421 B
YAML
16 lines
421 B
YAML
---
|
|
apiVersion: v1
|
|
appVersion: canary
|
|
description: "Container Storage Interface (CSI) driver,
|
|
provisioner, snapshotter, and attacher for Ceph RBD"
|
|
name: ceph-csi-rbd
|
|
version: 3-canary
|
|
keywords:
|
|
- ceph
|
|
- rbd
|
|
- ceph-csi
|
|
home: https://github.com/ceph/ceph-csi
|
|
sources:
|
|
- https://github.com/ceph/ceph-csi/tree/devel/charts/ceph-csi-rbd
|
|
icon: https://raw.githubusercontent.com/ceph/ceph-csi/devel/assets/ceph-logo.png
|