diff --git a/litmus-portal/README.md b/litmus-portal/README.md index 056902bb07c..77ecb023b8c 100644 --- a/litmus-portal/README.md +++ b/litmus-portal/README.md @@ -17,9 +17,9 @@ Litmus-Portal provides console and UI experience for managing, monitoring, and e ## **Installation** #### Applying k8s manifest -> Alpha0 (Stable) +> Alpha 1 (Stable) ```bash -kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/v1.8.x/litmus-portal/k8s-manifest.yml +kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/v1.9.x/litmus-portal/cluster-k8s-manifest.yml ``` Or @@ -78,9 +78,9 @@ View the User Guide [here](https://docs.google.com/document/d/1fiN25BrZpvqg0U ### **Uninstallation** -> Alpha0 (Stable) +> Alpha 1 (Stable) ```bash -kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus/v1.8.x/litmus-portal/k8s-manifest.yml +kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus/v1.9.x/litmus-portal/cluster-k8s-manifest.yml ``` Or