From c461f9d9b71ae8df668903db459190f25413ea3c Mon Sep 17 00:00:00 2001 From: Rakshith R Date: Mon, 22 Nov 2021 10:41:08 +0530 Subject: [PATCH] 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 "-canary" on "devel" branch. Refer: https://helm.sh/docs/topics/charts/#the-chartyaml-file Signed-off-by: Rakshith R --- charts/ceph-csi-cephfs/Chart.yaml | 2 +- charts/ceph-csi-rbd/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/ceph-csi-cephfs/Chart.yaml b/charts/ceph-csi-cephfs/Chart.yaml index 471f8282c..9238c26e9 100644 --- a/charts/ceph-csi-cephfs/Chart.yaml +++ b/charts/ceph-csi-cephfs/Chart.yaml @@ -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 diff --git a/charts/ceph-csi-rbd/Chart.yaml b/charts/ceph-csi-rbd/Chart.yaml index 0cf1493bb..107647bfc 100644 --- a/charts/ceph-csi-rbd/Chart.yaml +++ b/charts/ceph-csi-rbd/Chart.yaml @@ -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