build: update for 3.10.2 release

This PR contains the required
doc and template updates for
cephcsi 3.10.2 release

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna
2024-02-02 10:15:07 +01:00
committed by mergify[bot]
parent e4f2c43031
commit 2339301c18
11 changed files with 19 additions and 17 deletions

View File

@ -95,12 +95,12 @@ For example, upgrading from 3.8 to 3.10 is not recommended.
[release notes](https://github.com/ceph/ceph-csi/releases/tag/v3.10.0) before
proceeding further.**
git checkout v3.10.0 tag
git checkout v3.10.2 tag
```bash
git clone https://github.com/ceph/ceph-csi.git
cd ./ceph-csi
git checkout v3.10.0
git checkout v3.10.2
```
```console