mirror of https://github.com/crossplane/docs.git
Update v1.10 patch versions to v1.10.2
Updates all v1.10.1 references to v1.10.2. Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
This commit is contained in:
parent
3bb7b665fe
commit
0da8b34033
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue