Skip to content

Commit

Permalink
Merge pull request #3311 from hasheddan/rel-1.8-docs-v1.8.2
Browse files Browse the repository at this point in the history
[release-1.8] Update docs to pin to v1.8.2
  • Loading branch information
hasheddan committed Sep 14, 2022
2 parents 26107ad + 2fd63e0 commit 4793857
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/getting-started/create-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.1
kubectl crossplane push configuration ${REG}/getting-started-with-aws:v1.8.2
```

> Note that the Crossplane CLI will not follow symbolic links for files in the
Expand Down Expand Up @@ -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.8.1
kubectl crossplane push configuration ${REG}/getting-started-with-aws-with-vpc:v1.8.2
```

> Note that the Crossplane CLI will not follow symbolic links for files in the
Expand Down Expand Up @@ -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.8.1
kubectl crossplane push configuration ${REG}/getting-started-with-gcp:v1.8.2
```

> Note that the Crossplane CLI will not follow symbolic links for files in the
Expand Down Expand Up @@ -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.8.1
kubectl crossplane push configuration ${REG}/getting-started-with-azure:v1.8.2
```

> Note that the Crossplane CLI will not follow symbolic links for files in the
Expand Down
8 changes: 4 additions & 4 deletions docs/getting-started/install-configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,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.8.1
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws:v1.8.2
```

Wait until all packages become healthy:
Expand Down Expand Up @@ -300,7 +300,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.8.1
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws-with-vpc:v1.8.2
```

Wait until all packages become healthy:
Expand Down Expand Up @@ -357,7 +357,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.8.1
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-gcp:v1.8.2
```

Wait until all packages become healthy:
Expand Down Expand Up @@ -430,7 +430,7 @@ spec:
> section.
```console
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.8.1
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.8.2
```

Wait until all packages become healthy:
Expand Down

0 comments on commit 4793857

Please sign in to comment.