diff --git a/docs/v1.3/getting-started/create-configuration.md b/docs/v1.3/getting-started/create-configuration.md index f9071005..efc37729 100644 --- a/docs/v1.3/getting-started/create-configuration.md +++ b/docs/v1.3/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.3.1 +kubectl crossplane push configuration ${REG}/getting-started-with-aws:v1.3.2 ``` > 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.3.1 +kubectl crossplane push configuration ${REG}/getting-started-with-aws-with-vpc:v1.3.2 ``` > 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.3.1 +kubectl crossplane push configuration ${REG}/getting-started-with-gcp:v1.3.2 ``` > 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.3.1 +kubectl crossplane push configuration ${REG}/getting-started-with-azure:v1.3.2 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the diff --git a/docs/v1.3/getting-started/install-configure.md b/docs/v1.3/getting-started/install-configure.md index 302df5bc..17fbc270 100644 --- a/docs/v1.3/getting-started/install-configure.md +++ b/docs/v1.3/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.3.1 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws:v1.3.2 ``` 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.3.1 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws-with-vpc:v1.3.2 ``` 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.3.1 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-gcp:v1.3.2 ``` 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.3.1 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.3.2 ``` Wait until all packages become healthy: diff --git a/docs/v1.3/guides/multi-tenant.md b/docs/v1.3/guides/multi-tenant.md index b06afcc1..a7279eed 100644 --- a/docs/v1.3/guides/multi-tenant.md +++ b/docs/v1.3/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.3.1"} +helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --set configuration.packages={"registry.upbound.io/xp/getting-started-with-aws:v1.3.2"} ``` ### Control Plane of Control Planes