From f632022c0c4e34c4958497f7337b7abd779aece8 Mon Sep 17 00:00:00 2001 From: Dylan Murray Date: Thu, 9 Nov 2023 09:59:05 -0500 Subject: [PATCH] Move alpha to beta in installation.md Signed-off-by: Dylan Murray --- content/Konveyor/installation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/Konveyor/installation.md b/content/Konveyor/installation.md index b0c934a..4a16dd7 100644 --- a/content/Konveyor/installation.md +++ b/content/Konveyor/installation.md @@ -40,13 +40,13 @@ Follow the steps below to install the Konveyor Operator in the `my-konveyor-oper ``` This step will create the `my-konveyor-operator` namespace, catalogsource and other OLM related objects. {{% /tab %}} -{{% tab name="Alpha Release" %}} -### Installing the alpha version +{{% tab name="Beta Release" %}} +### Installing the beta version -If you need to deploy a latest alpha release build please use the below url +If you need to deploy a latest beta release build please use the below url ``` -[user@user ~]$ kubectl create -f https://operatorhub.io/install/alpha/konveyor-operator.yaml +[user@user ~]$ kubectl create -f https://operatorhub.io/install/beta/konveyor-operator.yaml ``` {{% /tab %}} {{% tab name="Development" %}}