diff --git a/content/master/getting-started/create-configuration.md b/content/master/getting-started/create-configuration.md index c4e2d1ee..ae2273d3 100644 --- a/content/master/getting-started/create-configuration.md +++ b/content/master/getting-started/create-configuration.md @@ -523,7 +523,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.10.1 +kubectl crossplane push configuration ${REG}/getting-started-with-aws:v1.10.2 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the @@ -563,7 +563,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.10.1 +kubectl crossplane push configuration ${REG}/getting-started-with-aws-with-vpc:v1.10.2 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the @@ -602,7 +602,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.10.1 +kubectl crossplane push configuration ${REG}/getting-started-with-gcp:v1.10.2 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the @@ -641,7 +641,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.10.1 +kubectl crossplane push configuration ${REG}/getting-started-with-azure:v1.10.2 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the diff --git a/content/v1.10/getting-started/create-configuration.md b/content/v1.10/getting-started/create-configuration.md index dfc8bb2f..da7053b0 100644 --- a/content/v1.10/getting-started/create-configuration.md +++ b/content/v1.10/getting-started/create-configuration.md @@ -523,7 +523,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.10.1 +kubectl crossplane push configuration ${REG}/getting-started-with-aws:v1.10.2 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the @@ -563,7 +563,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.10.1 +kubectl crossplane push configuration ${REG}/getting-started-with-aws-with-vpc:v1.10.2 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the @@ -602,7 +602,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.10.1 +kubectl crossplane push configuration ${REG}/getting-started-with-gcp:v1.10.2 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the @@ -641,7 +641,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.10.1 +kubectl crossplane push configuration ${REG}/getting-started-with-azure:v1.10.2 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the diff --git a/content/v1.10/getting-started/install-configure.md b/content/v1.10/getting-started/install-configure.md index 6c995543..43801cbd 100644 --- a/content/v1.10/getting-started/install-configure.md +++ b/content/v1.10/getting-started/install-configure.md @@ -192,7 +192,7 @@ provider that can satisfy a `PostgreSQLInstance`. Let's get started! > section. ```bash -kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws:v1.10.1 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws:v1.10.2 ``` Wait until all packages become healthy: @@ -246,7 +246,7 @@ kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release > section. ```bash -kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws-with-vpc:v1.10.1 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws-with-vpc:v1.10.2 ``` Wait until all packages become healthy: @@ -302,7 +302,7 @@ kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release > section. ```bash -kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-gcp:v1.10.1 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-gcp:v1.10.2 ``` Wait until all packages become healthy: @@ -373,7 +373,7 @@ spec: > section. ```bash -kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.10.1 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.10.2 ``` Wait until all packages become healthy: