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:
Rakshith R 2021-11-22 10:41:08 +05:30 committed by mergify[bot]
parent ba60566cfb
commit c461f9d9b7
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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