Skip to content

Commit

Permalink
📈 bump to v0.10.0 (#551)
Browse files Browse the repository at this point in the history
* bump to v0.10.0

* bump to v0.10.0
  • Loading branch information
petar-cvit committed Sep 2, 2024
1 parent ec3004c commit 15d187a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Cyclops can either be installed manually by applying the latest manifest, by usi
To install Cyclops using `kubectl` into your cluster, run the commands below:

```bash
kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.9.0/install/cyclops-install.yaml && kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.9.0/install/demo-templates.yaml
kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.10.0/install/cyclops-install.yaml && kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.10.0/install/demo-templates.yaml
```

It will create a new namespace called `cyclops` and deploy everything you need for your Cyclops instance to run.
Expand Down
2 changes: 1 addition & 1 deletion web/docs/installation/install/manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_label: Using kubectl
To install Cyclops in your cluster, run commands below:

```bash
kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.9.0/install/cyclops-install.yaml && kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.9.0/install/demo-templates.yaml
kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.10.0/install/cyclops-install.yaml && kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.10.0/install/demo-templates.yaml
```

It will create a new namespace called `cyclops` and deploy everything you need for your Cyclops instance to run.
Expand Down
4 changes: 2 additions & 2 deletions web/src/components/Install/Install/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const InstallCmd = () => {
<center className={styles.command}>
<h2 className={styles.commandDesc}>Install it with a single command</h2>
<CodeBlockString language={"sh"}>
{"kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.9.0/install/cyclops-install.yaml && \n" +
"kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.9.0/install/demo-templates.yaml"}
{"kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.10.0/install/cyclops-install.yaml && \n" +
"kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.10.0/install/demo-templates.yaml"}
</CodeBlockString>
</center>
);
Expand Down

0 comments on commit 15d187a

Please sign in to comment.