Skip to content

Commit 4f3936e

Browse files
committed
bump to docs to v0.21.0
1 parent ac97fc6 commit 4f3936e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Cyclops can either be installed manually by applying the latest manifest, by usi
5050
To install Cyclops using `kubectl` into your cluster, run the commands below:
5151

5252
```bash
53-
kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.20.3/install/cyclops-install.yaml && kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.20.3/install/demo-templates.yaml
53+
kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.21.0/install/cyclops-install.yaml && kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.21.0/install/demo-templates.yaml
5454
```
5555

5656
It will create a new namespace called `cyclops` and deploy everything you need for your Cyclops instance to run.

web/docs/installation/install/manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar_label: Using kubectl
77
To install Cyclops in your cluster, run commands below:
88

99
```bash
10-
kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.20.3/install/cyclops-install.yaml && kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.20.3/install/demo-templates.yaml
10+
kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.21.0/install/cyclops-install.yaml && kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.21.0/install/demo-templates.yaml
1111
```
1212

1313
It will create a new namespace called `cyclops` and deploy everything you need for your Cyclops instance to run.

web/src/components/Install/Install/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ const InstallCmd = () => {
88
<center className={styles.command}>
99
<h2 className={styles.commandDesc}>Install it with a single command</h2>
1010
<CodeBlockString language={"sh"}>
11-
{"kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.20.3/install/cyclops-install.yaml && \n" +
12-
"kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.20.3/install/demo-templates.yaml"}
11+
{"kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.21.0/install/cyclops-install.yaml && \n" +
12+
"kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.21.0/install/demo-templates.yaml"}
1313
</CodeBlockString>
1414
</center>
1515
);

0 commit comments

Comments
 (0)