
Update RBD/CephFS provisioners to v3.9.0 based on https://github.com/ceph/ceph-csi/releases/tag/v3.9.0 We use the latest versions of ceph-csi, csi-provisioner, csi-attacher, csi-snapshotter, csi-node-driver-registrar, csi-resizer: - https://github.com/kubernetes-csi/external-provisioner/releases/tag/v3.5.0 - https://github.com/kubernetes-csi/external-attacher/releases/tag/v4.3.0 - https://github.com/kubernetes-csi/external-snapshotter/releases/tag/v6.2.2 - https://github.com/kubernetes-csi/node-driver-registrar/releases/tag/v2.8.0 - https://github.com/kubernetes-csi/external-resizer/releases/tag/v1.8.0 Test Plan: PASS: SX/DX/Storage app upload/apply/remove/delete/update PASS: Create pvc using storageclass general (rbd) on SX/DX/Storage PASS: Create pod using RBD pvc on SX/DX/Storage PASS: Resize RBD pvc on SX/DX/Storage PASS: Create RBD volume snapshot on SX/DX/Storage PASS: Create pvc using storageclass cephfs on SX/DX/Storage PASS: Create pod using cephfs pvc on SX/DX/Storage PASS: Resize cephfs pvc on SX/DX/Storage PASS: Create cephfs volume snapshot on SX/DX/Storage * Tests were performed with K8s 1.24, 1.25 and 1.26 Story: 2010688 Task: 48477 Change-Id: I44d9a58c866ee901a343c6bf46eb3682a723953b Signed-off-by: Gabriel de Araújo Cabral <gabriel.cabral@windriver.com>
32 lines
1.0 KiB
Diff
32 lines
1.0 KiB
Diff
From e172ca0f9fb802f5802da16cc86465cd6d3e85ce Mon Sep 17 00:00:00 2001
|
|
From: Gabriel de Araújo Cabral <gabriel.cabral@windriver.com>
|
|
Date: Thu, 20 Jul 2023 21:04:20 -0300
|
|
Subject: [PATCH] ceph-csi-rbd: replace appVersion/version
|
|
|
|
Signed-off-by: Hediberto Cavalcante da Silva <hediberto.cavalcantedasilva@windriver.com>
|
|
Signed-off-by: Erickson Silva de Oliveira <Erickson.SilvadeOliveira@windriver.com>
|
|
Signed-off-by: Gabriel de Araújo Cabral <gabriel.cabral@windriver.com>
|
|
---
|
|
charts/ceph-csi-rbd/Chart.yaml | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/charts/ceph-csi-rbd/Chart.yaml b/charts/ceph-csi-rbd/Chart.yaml
|
|
index 5ab42a106..36b91c605 100644
|
|
--- a/charts/ceph-csi-rbd/Chart.yaml
|
|
+++ b/charts/ceph-csi-rbd/Chart.yaml
|
|
@@ -1,10 +1,10 @@
|
|
---
|
|
apiVersion: v1
|
|
-appVersion: canary
|
|
+appVersion: 3.9.0
|
|
description: "Container Storage Interface (CSI) driver,
|
|
provisioner, snapshotter, resizer and attacher for Ceph RBD"
|
|
name: ceph-csi-rbd
|
|
-version: 3-canary
|
|
+version: 3.9.0
|
|
keywords:
|
|
- ceph
|
|
- rbd
|
|
--
|
|
2.25.1
|