mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
helm: use "version: 3-canary" for helm charts on "devel"
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>
This commit is contained in:
parent
ba60566cfb
commit
c461f9d9b7
@ -4,7 +4,7 @@ appVersion: canary
|
||||
description: "Container Storage Interface (CSI) driver,
|
||||
provisioner, snapshotter and attacher for Ceph cephfs"
|
||||
name: ceph-csi-cephfs
|
||||
version: 1.3.0-canary
|
||||
version: 3-canary
|
||||
keywords:
|
||||
- ceph
|
||||
- cephfs
|
||||
|
@ -4,7 +4,7 @@ appVersion: canary
|
||||
description: "Container Storage Interface (CSI) driver,
|
||||
provisioner, snapshotter, and attacher for Ceph RBD"
|
||||
name: ceph-csi-rbd
|
||||
version: 1.3.0-canary
|
||||
version: 3-canary
|
||||
keywords:
|
||||
- ceph
|
||||
- rbd
|
||||
|
Loading…
Reference in New Issue
Block a user