From bca8aefca606631f95dbf31fd9126ceac0d047ca Mon Sep 17 00:00:00 2001 From: Crossplane Date: Fri, 10 Sep 2021 20:03:01 +0000 Subject: [PATCH] docs snapshot for crossplane version `v1.4` --- docs/v1.4/getting-started/install-configure.md | 8 ++++---- docs/v1.4/guides/multi-tenant.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/v1.4/getting-started/install-configure.md b/docs/v1.4/getting-started/install-configure.md index d6226010..7da39f4f 100644 --- a/docs/v1.4/getting-started/install-configure.md +++ b/docs/v1.4/getting-started/install-configure.md @@ -234,7 +234,7 @@ provider that can satisfy a `PostgreSQLInstance`. Let's get started! > section. ```console -kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws:v1.4.0 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws:v1.4.1 ``` Wait until all packages become healthy: @@ -288,7 +288,7 @@ kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release > section. ```console -kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws-with-vpc:v1.4.0 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws-with-vpc:v1.4.1 ``` Wait until all packages become healthy: @@ -342,7 +342,7 @@ kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release > section. ```console -kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-gcp:v1.4.0 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-gcp:v1.4.1 ``` Wait until all packages become healthy: @@ -412,7 +412,7 @@ spec: > section. ```console -kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.4.0 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.4.1 ``` Wait until all packages become healthy: diff --git a/docs/v1.4/guides/multi-tenant.md b/docs/v1.4/guides/multi-tenant.md index e6444149..7393335b 100644 --- a/docs/v1.4/guides/multi-tenant.md +++ b/docs/v1.4/guides/multi-tenant.md @@ -287,7 +287,7 @@ Crossplane with the flag to automatically install a Configuration package alongside it. ``` -helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --set configuration.packages={"registry.upbound.io/xp/getting-started-with-aws:v1.4.0"} +helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --set configuration.packages={"registry.upbound.io/xp/getting-started-with-aws:v1.4.1"} ``` ### Control Plane of Control Planes