Skip to content

Commit c5895f8

Browse files
committed
chore: Added 3.9.1 Versioned Docs
Signed-off-by: Hrishav <[email protected]>
1 parent c190af4 commit c5895f8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

website/versioned_docs/version-3.9.1/getting-started/installation.md

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

155155
```bash
156-
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/chaoscenter/manifests/litmus-getting-started.yaml -n <NAMESPACE>
156+
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/3.9.1/litmus-getting-started.yaml -n <NAMESPACE>
157157
```
158158

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

website/versioned_docs/version-3.9.1/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/master/chaoscenter/manifests/litmus-installation.yaml -n <NAMESPACE>
164+
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/3.9.1/litmus-installation.yaml -n <NAMESPACE>
165165
```
166166

167167
---

website/versioned_docs/version-3.9.1/user-guides/uninstall-litmus.md

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

7272
```bash
73-
kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus/master/chaoscenter/manifests/litmus-portal-crds.yml
73+
kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/3.9.1/litmus-portal-crds.yml
7474
```
7575

7676
---

website/versioned_docs/version-3.9.1/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.9.0/litmus-getting-started.yaml
19+
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/3.9.1/litmus-getting-started.yaml
2020
```
2121

2222
## Upgrade Chaos Delegate

0 commit comments

Comments
 (0)