From 5637e47724be140481150767683239ef8abdd031 Mon Sep 17 00:00:00 2001 From: petar-cvit Date: Sun, 4 Feb 2024 00:45:40 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20bump=20installation=20docs=20to?= =?UTF-8?q?=20v0.0.1-alpha.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- web/docs/installation/install.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38c663d3..97c9de38 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ and give it a go! (~10 minute tutorial) To install Cyclops in your cluster, run commands below: ```bash -kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.0.1-alpha.10/install/cyclops-install.yaml +kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.0.1-alpha.12/install/cyclops-install.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.md b/web/docs/installation/install.md index ac94c2dd..2d7d59dc 100644 --- a/web/docs/installation/install.md +++ b/web/docs/installation/install.md @@ -5,7 +5,7 @@ To install Cyclops in your cluster, run commands below: ```bash -kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.0.1-alpha.10/install/cyclops-install.yaml +kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.0.1-alpha.12/install/cyclops-install.yaml ``` It will create a new namespace called `cyclops` and deploy everything you need for your Cyclops instance to run.