From e057ec693db9076225fcd2ba9c627bfd60e5a7fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Cvitanovi=C4=87?= <72022639+petar-cvit@users.noreply.github.com> Date: Thu, 19 Sep 2024 21:12:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=99=20bump=20to=200.12.0=20(#580)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- web/docs/installation/install/manifest.md | 2 +- web/src/components/Install/Install/index.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0c3e3b09..26054844 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.11.1/install/cyclops-install.yaml && kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.11.1/install/demo-templates.yaml +kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.12.0/install/cyclops-install.yaml && kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.12.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 9176b216..eb1acbf9 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.11.1/install/cyclops-install.yaml && kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.11.1/install/demo-templates.yaml +kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.12.0/install/cyclops-install.yaml && kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.12.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 1577bdaa..df6e7f3f 100644 --- a/web/src/components/Install/Install/index.js +++ b/web/src/components/Install/Install/index.js @@ -8,8 +8,8 @@ const InstallCmd = () => {