doc: update upgrade doc for 3.5.1

updating upgrade to to point to 3.5.1
for upgrades a 3.5.1 release is out.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2022-01-21 23:06:19 +05:30 committed by mergify[bot]
parent 6df71410e3
commit bce5c3dc7c

View File

@ -84,12 +84,12 @@ compatibility support and without prior notice.
**Also, we do not recommend any direct upgrades to 3.5 except from 3.4 to 3.5.** **Also, we do not recommend any direct upgrades to 3.5 except from 3.4 to 3.5.**
For example, upgrading from 3.3 to 3.5 is not recommended. For example, upgrading from 3.3 to 3.5 is not recommended.
git checkout v3.5.0 tag git checkout v3.5.1 tag
```bash ```bash
git clone https://github.com/ceph/ceph-csi.git git clone https://github.com/ceph/ceph-csi.git
cd ./ceph-csi cd ./ceph-csi
git checkout v3.5.0 git checkout v3.5.1
``` ```
```console ```console