From ec382cee83b7803b9ede53ecd5761c46a8814f11 Mon Sep 17 00:00:00 2001 From: Crossplane Date: Fri, 26 Nov 2021 19:46:30 +0000 Subject: [PATCH] docs snapshot for crossplane version `v1.5` --- docs/v1.5/getting-started/create-configuration.md | 8 ++++---- docs/v1.5/getting-started/install-configure.md | 8 ++++---- docs/v1.5/guides/multi-tenant.md | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/v1.5/getting-started/create-configuration.md b/docs/v1.5/getting-started/create-configuration.md index 2f23223c..937e4b80 100644 --- a/docs/v1.5/getting-started/create-configuration.md +++ b/docs/v1.5/getting-started/create-configuration.md @@ -591,7 +591,7 @@ you may specify a specific package by using the `-f` flag. ```console # Set this to the Docker Hub username or OCI registry you wish to use. REG=my-package-repo -kubectl crossplane push configuration ${REG}/getting-started-with-aws:v1.5.0 +kubectl crossplane push configuration ${REG}/getting-started-with-aws:v1.5.1 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the @@ -631,7 +631,7 @@ you may specify a specific package by using the `-f` flag. ```console # Set this to the Docker Hub username or OCI registry you wish to use. REG=my-package-repo -kubectl crossplane push configuration ${REG}/getting-started-with-aws-with-vpc:v1.5.0 +kubectl crossplane push configuration ${REG}/getting-started-with-aws-with-vpc:v1.5.1 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the @@ -670,7 +670,7 @@ you may specify a specific package by using the `-f` flag. ```console # Set this to the Docker Hub username or OCI registry you wish to use. REG=my-package-repo -kubectl crossplane push configuration ${REG}/getting-started-with-gcp:v1.5.0 +kubectl crossplane push configuration ${REG}/getting-started-with-gcp:v1.5.1 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the @@ -709,7 +709,7 @@ you may specify a specific package by using the `-f` flag. ```console # Set this to the Docker Hub username or OCI registry you wish to use. REG=my-package-repo -kubectl crossplane push configuration ${REG}/getting-started-with-azure:v1.5.0 +kubectl crossplane push configuration ${REG}/getting-started-with-azure:v1.5.1 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the diff --git a/docs/v1.5/getting-started/install-configure.md b/docs/v1.5/getting-started/install-configure.md index c8b4996b..e873f235 100644 --- a/docs/v1.5/getting-started/install-configure.md +++ b/docs/v1.5/getting-started/install-configure.md @@ -230,7 +230,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.5.0 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws:v1.5.1 ``` Wait until all packages become healthy: @@ -284,7 +284,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.5.0 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws-with-vpc:v1.5.1 ``` Wait until all packages become healthy: @@ -338,7 +338,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.5.0 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-gcp:v1.5.1 ``` Wait until all packages become healthy: @@ -408,7 +408,7 @@ spec: > section. ```console -kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.5.0 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.5.1 ``` Wait until all packages become healthy: diff --git a/docs/v1.5/guides/multi-tenant.md b/docs/v1.5/guides/multi-tenant.md index 72d8b932..2f57de02 100644 --- a/docs/v1.5/guides/multi-tenant.md +++ b/docs/v1.5/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.5.0"} +helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --set configuration.packages={"registry.upbound.io/xp/getting-started-with-aws:v1.5.1"} ``` ### Control Plane of Control Planes