Skip to content

Commit deb56c3

Browse files
committed
chore: Adding docs master changes for Litmus 3.16.0
Signed-off-by: Sayan Mondal <[email protected]>
1 parent a07f832 commit deb56c3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

website/docs/getting-started/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Litmus supports for HTTP and HTTPS mode of installation.
161161
Applying the manifest file will install all the required service account configuration and ChaosCenter in namespaced scope.
162162

163163
```bash
164-
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/3.13.0/litmus-getting-started.yaml -n <NAMESPACE>
164+
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/3.16.0/litmus-getting-started.yaml -n <NAMESPACE>
165165
```
166166

167167
### Advanced installation (HTTPS based and CORS rules apply)

website/docs/user-guides/chaoscenter-advanced-installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Litmus supports for HTTP and HTTPS mode of installation.
161161
3. Applying the manifest file will install all the required service account configuration and ChaosCenter in namespaced scope.
162162

163163
```bash
164-
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/3.13.0/chaoscenter/manifests/litmus-installation.yaml -n <NAMESPACE>
164+
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/3.16.0/chaoscenter/manifests/litmus-installation.yaml -n <NAMESPACE>
165165
```
166166

167167
---

website/docs/user-guides/uninstall-litmus.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ kubectl delete sa rolebindings role --all -n <NAMESPACE>
7272
To remove all the CRDs Litmus uses, use the following command:
7373

7474
```bash
75-
kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus/3.13.0/chaoscenter/manifests/litmus-portal-crds.yml
75+
kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus/3.16.0/chaoscenter/manifests/litmus-portal-crds.yml
7676
```
7777

7878
---

website/docs/user-guides/upgrade.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To upgrade Litmus ChaosCenter from 3.8.0 to 3.9.0, you can follow these steps:
1616
To upgrade ChaosCenter, you can re-apply the manifest using the kubectl.
1717

1818
```bash
19-
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/3.13.0/litmus-getting-started.yaml
19+
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/3.16.0/litmus-getting-started.yaml
2020
```
2121

2222
## Upgrade Chaos Delegate

0 commit comments

Comments
 (0)