From 074a33db0b2b306aea67d5b467ec447500442b22 Mon Sep 17 00:00:00 2001 From: Nic Cope Date: Mon, 31 Mar 2025 12:55:38 -0700 Subject: [PATCH] Pin preview docs to v2.0.0-preview.1 This is the latest preview release. Signed-off-by: Nic Cope --- content/v2.0-preview/get-started/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v2.0-preview/get-started/install.md b/content/v2.0-preview/get-started/install.md index 72b2ae4b..117a8f27 100644 --- a/content/v2.0-preview/get-started/install.md +++ b/content/v2.0-preview/get-started/install.md @@ -52,7 +52,7 @@ Crossplane creates and installs into the `crossplane-system` namespace. helm install crossplane \ --namespace crossplane-system \ --create-namespace crossplane-preview/crossplane \ ---devel +--version v2.0.0-preview.1 ``` View the installed Crossplane pods with `kubectl get pods -n crossplane-system`.