Skip to content

Commit 64333ee

Browse files
authored
πŸŒ‹ bump to v0.17.1 (#756)
1 parent c802be4 commit 64333ee

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

0 commit comments

Comments
Β (0)