Skip to content

Commit f4ef08a

Browse files
authored
⬆️ bump to v0.14.1 (cyclops-ui#629)
1 parent 77ae1a0 commit f4ef08a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

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

5151
```bash
52-
kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.13.1/install/cyclops-install.yaml && kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.13.1/install/demo-templates.yaml
52+
kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.14.1/install/cyclops-install.yaml && kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.14.1/install/demo-templates.yaml
5353
```
5454

5555
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

+1-1
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.13.1/install/cyclops-install.yaml && kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.13.1/install/demo-templates.yaml
10+
kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.14.1/install/cyclops-install.yaml && kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.14.1/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

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

0 commit comments

Comments
 (0)