diff --git a/README.md b/README.md index 50f0f656..0c508e75 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/web/docs/installation/install/manifest.md b/web/docs/installation/install/manifest.md index 8135d0ef..ec109b4e 100644 --- a/web/docs/installation/install/manifest.md +++ b/web/docs/installation/install/manifest.md @@ -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. diff --git a/web/src/components/Install/Install/index.js b/web/src/components/Install/Install/index.js index 06ab161c..b74407e8 100644 --- a/web/src/components/Install/Install/index.js +++ b/web/src/components/Install/Install/index.js @@ -8,8 +8,8 @@ const InstallCmd = () => {

Install it with a single command

- {"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"}
);