doc: update doc for 3.6.1 release

updated doc for 3.6.1 release, this will
be backported to release-v3.6 branch and
we will make deployment changes and do release.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna
2022-04-22 13:24:11 +05:30
committed by mergify[bot]
parent 5e66372e31
commit 5e1a074ea3
2 changed files with 4 additions and 2 deletions

View File

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