From 1da3cf7b8f5e0fc2bf6b505462191ceba68147c4 Mon Sep 17 00:00:00 2001 From: Crossplane Date: Mon, 23 Aug 2021 15:02:06 +0000 Subject: [PATCH] docs snapshot for crossplane version `v1.1` --- docs/v1.1/getting-started/create-configuration.md | 8 ++++---- docs/v1.1/getting-started/install-configure.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/v1.1/getting-started/create-configuration.md b/docs/v1.1/getting-started/create-configuration.md index 0799b98b..5ed6784f 100644 --- a/docs/v1.1/getting-started/create-configuration.md +++ b/docs/v1.1/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.1.3 +kubectl crossplane push configuration ${REG}/getting-started-with-aws:v1.1.4 ``` > 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.1.3 +kubectl crossplane push configuration ${REG}/getting-started-with-aws-with-vpc:v1.1.4 ``` > 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.1.3 +kubectl crossplane push configuration ${REG}/getting-started-with-gcp:v1.1.4 ``` > 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.1.3 +kubectl crossplane push configuration ${REG}/getting-started-with-azure:v1.1.4 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the diff --git a/docs/v1.1/getting-started/install-configure.md b/docs/v1.1/getting-started/install-configure.md index ad08836c..634ca8e4 100644 --- a/docs/v1.1/getting-started/install-configure.md +++ b/docs/v1.1/getting-started/install-configure.md @@ -247,7 +247,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.1.3 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws:v1.1.4 ``` Wait until all packages become healthy: @@ -301,7 +301,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.1.3 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws-with-vpc:v1.1.4 ``` Wait until all packages become healthy: @@ -355,7 +355,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.1.3 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-gcp:v1.1.4 ``` Wait until all packages become healthy: @@ -425,7 +425,7 @@ spec: > section. ```console -kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.1.3 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.1.4 ``` Wait until all packages become healthy: