From 5f7ae5fd8ca8fd81f9ebcdc5a210e61e29ac28fb Mon Sep 17 00:00:00 2001 From: caroldelwing Date: Tue, 14 May 2024 13:53:10 -0400 Subject: [PATCH] docs: update crossplane provider version (#2837) (cherry picked from commit dba2f7360e73ba9e581ad6d854ba79a66ac189a4) --- .../crossplane/deploy-cluster-aws-crossplane.md | 9 ++++++++- .../crossplane/deploy-cluster-azure-crossplane.md | 9 ++++++++- .../crossplane/deploy-cluster-gcp-crossplane.md | 9 ++++++++- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/docs/docs-content/automation/crossplane/deploy-cluster-aws-crossplane.md b/docs/docs-content/automation/crossplane/deploy-cluster-aws-crossplane.md index 5021a2bfa9..e4ea24b049 100644 --- a/docs/docs-content/automation/crossplane/deploy-cluster-aws-crossplane.md +++ b/docs/docs-content/automation/crossplane/deploy-cluster-aws-crossplane.md @@ -108,9 +108,16 @@ how to use Crossplane to deploy a Palette-managed Kubernetes cluster in AWS. metadata: name: provider-palette spec: - package: crossplane-contrib/provider-palette:v0.12.0 + package: xpkg.upbound.io/crossplane-contrib/provider-palette:v0.19.2 ``` + :::tip + + Access the [Upbound Marketplace](https://marketplace.upbound.io/providers/crossplane-contrib/provider-palette) to + get the latest version of the Palette Crossplane provider. + + ::: + 7. Issue the command below to install the Palette Crossplane provider. Crossplane will install the CRDs that allow you to create Palette resources directly inside Kubernetes. diff --git a/docs/docs-content/automation/crossplane/deploy-cluster-azure-crossplane.md b/docs/docs-content/automation/crossplane/deploy-cluster-azure-crossplane.md index 1ab21eb5da..d649a2b09d 100644 --- a/docs/docs-content/automation/crossplane/deploy-cluster-azure-crossplane.md +++ b/docs/docs-content/automation/crossplane/deploy-cluster-azure-crossplane.md @@ -107,9 +107,16 @@ how to use Crossplane to deploy a Palette-managed Kubernetes cluster in Azure. metadata: name: provider-palette spec: - package: crossplane-contrib/provider-palette:v0.12.0 + package: xpkg.upbound.io/crossplane-contrib/provider-palette:v0.19.2 ``` + :::tip + + Access the [Upbound Marketplace](https://marketplace.upbound.io/providers/crossplane-contrib/provider-palette) to + get the latest version of the Palette Crossplane provider. + + ::: + 7. Issue the command below to install the Palette Crossplane provider. Crossplane will install the CRDs that allow you to create Palette resources directly inside Kubernetes. diff --git a/docs/docs-content/automation/crossplane/deploy-cluster-gcp-crossplane.md b/docs/docs-content/automation/crossplane/deploy-cluster-gcp-crossplane.md index deaebe6a27..8a4801ea00 100644 --- a/docs/docs-content/automation/crossplane/deploy-cluster-gcp-crossplane.md +++ b/docs/docs-content/automation/crossplane/deploy-cluster-gcp-crossplane.md @@ -107,9 +107,16 @@ how to use Crossplane to deploy a Palette-managed Kubernetes cluster in GCP. metadata: name: provider-palette spec: - package: crossplane-contrib/provider-palette:v0.12.0 + package: xpkg.upbound.io/crossplane-contrib/provider-palette:v0.19.2 ``` + :::tip + + Access the [Upbound Marketplace](https://marketplace.upbound.io/providers/crossplane-contrib/provider-palette) to + get the latest version of the Palette Crossplane provider. + + ::: + 7. Issue the command below to install the Palette Crossplane provider. Crossplane will install the CRDs that allow you to create Palette resources directly inside Kubernetes.