diff --git a/content/docs/v1.10/getting-started/create-configuration.md b/content/docs/v1.10/getting-started/create-configuration.md index f7209b06..0f9f1c40 100644 --- a/content/docs/v1.10/getting-started/create-configuration.md +++ b/content/docs/v1.10/getting-started/create-configuration.md @@ -587,7 +587,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:master +kubectl crossplane push configuration ${REG}/getting-started-with-aws:v1.10.0 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the @@ -627,7 +627,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:master +kubectl crossplane push configuration ${REG}/getting-started-with-aws-with-vpc:v1.10.0 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the @@ -666,7 +666,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:master +kubectl crossplane push configuration ${REG}/getting-started-with-gcp:v1.10.0 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the @@ -705,7 +705,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:master +kubectl crossplane push configuration ${REG}/getting-started-with-azure:v1.10.0 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the diff --git a/content/docs/v1.10/getting-started/install-configure.md b/content/docs/v1.10/getting-started/install-configure.md index 2229e190..19bca3f6 100644 --- a/content/docs/v1.10/getting-started/install-configure.md +++ b/content/docs/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:latest +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws:v1.10.0 ``` Wait until all packages become healthy: @@ -246,7 +246,7 @@ kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/ > section. ```bash -kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws-with-vpc:latest +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws-with-vpc:v1.10.0 ``` Wait until all packages become healthy: @@ -302,7 +302,7 @@ kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/ > section. ```bash -kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-gcp:latest +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-gcp:v1.10.0 ``` 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:latest +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.10.0 ``` Wait until all packages become healthy: