Skip to content

Commit 1b4bf03

Browse files
authored
πŸŽ‰ bump to docs to v0.20.3 #845
bump to docs to v0.20.3
2 parents deb416c + 59390ab commit 1b4bf03

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.18.5/install/cyclops-install.yaml && kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.18.5/install/demo-templates.yaml
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
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.18.5/install/cyclops-install.yaml && kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.18.5/install/demo-templates.yaml
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
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.18.5/install/cyclops-install.yaml && \n" +
12-
"kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.18.5/install/demo-templates.yaml"}
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"}
1313
</CodeBlockString>
1414
</center>
1515
);

0 commit comments

Comments
Β (0)