From 54047527f261b9e0f17d43712bcfc90620db43b1 Mon Sep 17 00:00:00 2001 From: petar-cvit Date: Thu, 19 Sep 2024 21:09:04 +0200 Subject: [PATCH] bump to 0.12.0 --- 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 = () => {

Install it with a single command

- {"kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.11.1/install/cyclops-install.yaml && \n" + - "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 && \n" + + "kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.12.0/install/demo-templates.yaml"}
);