From 529b910cb94d6df6608063c827d1301a1fc18707 Mon Sep 17 00:00:00 2001 From: Saranya Jena Date: Thu, 25 Apr 2024 19:40:29 +0200 Subject: [PATCH] Update README.md (#4608) Signed-off-by: Saranya Jena --- chaoscenter/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chaoscenter/README.md b/chaoscenter/README.md index cfac35ddd55..d81c07367e7 100644 --- a/chaoscenter/README.md +++ b/chaoscenter/README.md @@ -1,6 +1,6 @@ -# [LitmusChaos 3.4.0](https://docs.litmuschaos.io/) +# [LitmusChaos 3.6.0](https://docs.litmuschaos.io/) -## Installation steps for Litmus 3.4.0 +## Installation steps for Litmus 3.6.0 ### Mongo installation via Helm - Bitnami Mongo @@ -45,5 +45,5 @@ helm install my-release bitnami/mongodb --values mongo-values.yml -n Applying the manifest file will install all the required service account configuration and ChaosCenter in cluster scope. ```shell -kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/3.4.0/litmus-cluster-scope-3.4.0.yaml +kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/3.6.0/litmus-cluster-scope-3.6.0.yaml ```