doc: update documentation for v3.8.1 release

This commit updates upgrade doc for v3.8.1 release.

Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
Rakshith R 2023-07-21 11:27:52 +05:30 committed by mergify[bot]
parent 3a1d55db16
commit 4d6c495194

View File

@ -111,12 +111,12 @@ compatibility support and without prior notice.
**Also, we do not recommend any direct upgrades to 3.8 except from 3.7 to 3.8.**
For example, upgrading from 3.6 to 3.8 is not recommended.
git checkout v3.8.0 tag
git checkout v3.8.1 tag
```bash
git clone https://github.com/ceph/ceph-csi.git
cd ./ceph-csi
git checkout v3.8.0
git checkout v3.8.1
```
```console