Skip to content

Commit b1836fa

Browse files
committed
fixed cmd reference for xpkg push, updated name of configuration for quickstart
Signed-off-by: Craig Wilhite <[email protected]>
1 parent e6d0e7f commit b1836fa

File tree

8 files changed

+34
-46
lines changed

8 files changed

+34
-46
lines changed

content/master/cli/command-reference.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -444,9 +444,6 @@ Using `crossplane xpkg logout` removes the `session` from the
444444

445445
Push a Crossplane package file to a package registry.
446446

447-
The Crossplane CLI pushes images to the [crossplane-contrib](https://github.com/orgs/crossplane-contrib/packages) GitHub Container Registry at `xpkg.crossplane.io` by
448-
default.
449-
450447
{{< hint "note" >}}
451448
Pushing a package may require authentication with
452449
[`crossplane xpkg login`](#xpkg-login)

content/master/concepts/packages.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ registry with the `--registry` flag on the [Crossplane pod]({{<ref "./pods">}})
4242
{{< /hint >}}
4343

4444
For example to install the
45-
[Getting Started Configuration](https://github.com/crossplane-contrib/configuration-getting-started),
45+
[Getting Started Configuration](https://github.com/crossplane-contrib/configuration-quickstart),
4646

4747
```yaml {label="install"}
4848
apiVersion: pkg.crossplane.io/v1
4949
kind: Configuration
5050
metadata:
51-
name: configuration-getting-started
51+
name: configuration-quickstart
5252
spec:
53-
package: xpkg.crossplane.io/crossplane-contrib/configuration-getting-started:v0.0.1
53+
package: xpkg.crossplane.io/crossplane-contrib/configuration-quickstart:v0.1.0
5454
```
5555
5656
{{<hint "tip" >}}
@@ -61,9 +61,9 @@ and repeatable installations.
6161
apiVersion: pkg.crossplane.io/v1
6262
kind: Configuration
6363
metadata:
64-
name: platform-ref-aws
64+
name: configuration-quickstart
6565
spec:
66-
package: xpkg.crossplane.io/crossplane-contrib/platform-ref-aws@sha256:a30ad655c7699218d9234285d838d85582f015d02f7f061f8486b28248fd7db7
66+
package: xpkg.crossplane.io/crossplane-contrib/configuration-quickstart@sha256:a30ad655c7699218d9234285d838d85582f015d02f7f061f8486b28248fd7db7
6767
```
6868
{{< /hint >}}
6969
@@ -86,7 +86,7 @@ helm install crossplane \
8686
crossplane-stable/crossplane \
8787
--namespace crossplane-system \
8888
--create-namespace \
89-
--set configuration.packages='{xpkg.crossplane.io/crossplane-contrib/configuration-getting-started:v0.0.1}'
89+
--set configuration.packages='{xpkg.crossplane.io/crossplane-contrib/configuration-quickstart:v0.1.0}'
9090
```
9191

9292
### Install offline
@@ -349,7 +349,7 @@ A working configuration reports `Installed` and `Healthy` as `True`.
349349
```shell {label="verify",copy-lines="1"}
350350
kubectl get configuration
351351
NAME INSTALLED HEALTHY PACKAGE AGE
352-
platform-ref-aws True True xpkg.crossplane.io/crossplane-contrib/configuration-getting-started:v0.0.1 54s
352+
platform-ref-aws True True xpkg.crossplane.io/crossplane-contrib/configuration-quickstart:v0.1.0 54s
353353
```
354354

355355
### Manage dependencies
@@ -366,7 +366,7 @@ For example, this installation of the Getting Started Configuration is
366366
```shell {copy-lines="1"}
367367
kubectl get configuration
368368
NAME INSTALLED HEALTHY PACKAGE AGE
369-
platform-ref-aws True False xpkg.crossplane.io/crossplane-contrib/configuration-getting-started:v0.0.1 71s
369+
platform-ref-aws True False xpkg.crossplane.io/crossplane-contrib/configuration-quickstart:v0.1.0 71s
370370
```
371371

372372
To see more information on why the Configuration isn't `HEALTHY` use
@@ -380,7 +380,7 @@ Kind: ConfigurationRevision
380380
# Removed for brevity
381381
Spec:
382382
Desired State: Active
383-
Image: xpkg.crossplane.io/crossplane-contrib/configuration-getting-started:v0.0.1
383+
Image: xpkg.crossplane.io/crossplane-contrib/configuration-quickstart:v0.1.0
384384
Revision: 1
385385
Status:
386386
Conditions:

content/v1.17/cli/command-reference.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -444,9 +444,6 @@ Using `crossplane xpkg logout` removes the `session` from the
444444

445445
Push a Crossplane package file to a package registry.
446446

447-
The Crossplane CLI pushes images to the [crossplane-contrib](https://github.com/orgs/crossplane-contrib/packages) GitHub Container Registry at `xpkg.crossplane.io` by
448-
default.
449-
450447
{{< hint "note" >}}
451448
Pushing a package may require authentication with
452449
[`crossplane xpkg login`](#xpkg-login)

content/v1.17/concepts/packages.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ registry with the `--registry` flag on the [Crossplane pod]({{<ref "./pods">}})
4242
{{< /hint >}}
4343

4444
For example to install the
45-
[Getting Started Configuration](https://github.com/crossplane-contrib/configuration-getting-started),
45+
[Getting Started Configuration](https://github.com/crossplane-contrib/configuration-quickstart),
4646

4747
```yaml {label="install"}
4848
apiVersion: pkg.crossplane.io/v1
4949
kind: Configuration
5050
metadata:
51-
name: configuration-getting-started
51+
name: configuration-quickstart
5252
spec:
53-
package: xpkg.crossplane.io/crossplane-contrib/configuration-getting-started:v0.0.1
53+
package: xpkg.crossplane.io/crossplane-contrib/configuration-quickstart:v0.1.0
5454
```
5555
5656
Crossplane installs the Compositions, Composite Resource Definitions and
@@ -72,7 +72,7 @@ helm install crossplane \
7272
crossplane-stable/crossplane \
7373
--namespace crossplane-system \
7474
--create-namespace \
75-
--set configuration.packages='{xpkg.crossplane.io/crossplane-contrib/configuration-getting-started:v0.0.1}'
75+
--set configuration.packages='{xpkg.crossplane.io/crossplane-contrib/configuration-quickstart:v0.1.0}'
7676
```
7777

7878
### Install offline
@@ -294,7 +294,7 @@ A working configuration reports `Installed` and `Healthy` as `True`.
294294
```shell {label="verify",copy-lines="1"}
295295
kubectl get configuration
296296
NAME INSTALLED HEALTHY PACKAGE AGE
297-
platform-ref-aws True True xpkg.crossplane.io/crossplane-contrib/configuration-getting-started:v0.0.1 54s
297+
platform-ref-aws True True xpkg.crossplane.io/crossplane-contrib/configuration-quickstart:v0.1.0 54s
298298
```
299299

300300
### Manage dependencies
@@ -311,7 +311,7 @@ For example, this installation of the Getting Started Configuration is
311311
```shell {copy-lines="1"}
312312
kubectl get configuration
313313
NAME INSTALLED HEALTHY PACKAGE AGE
314-
platform-ref-aws True False xpkg.crossplane.io/crossplane-contrib/configuration-getting-started:v0.0.1 71s
314+
platform-ref-aws True False xpkg.crossplane.io/crossplane-contrib/configuration-quickstart:v0.1.0 71s
315315
```
316316

317317
To see more information on why the Configuration isn't `HEALTHY` use
@@ -325,7 +325,7 @@ Kind: ConfigurationRevision
325325
# Removed for brevity
326326
Spec:
327327
Desired State: Active
328-
Image: xpkg.crossplane.io/crossplane-contrib/configuration-getting-started:v0.0.1
328+
Image: xpkg.crossplane.io/crossplane-contrib/configuration-quickstart:v0.1.0
329329
Revision: 1
330330
Status:
331331
Conditions:

content/v1.18/cli/command-reference.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -444,9 +444,6 @@ Using `crossplane xpkg logout` removes the `session` from the
444444

445445
Push a Crossplane package file to a package registry.
446446

447-
The Crossplane CLI pushes images to the [crossplane-contrib](https://github.com/orgs/crossplane-contrib/packages) GitHub Container Registry at `xpkg.crossplane.io` by
448-
default.
449-
450447
{{< hint "note" >}}
451448
Pushing a package may require authentication with
452449
[`crossplane xpkg login`](#xpkg-login)

content/v1.18/concepts/packages.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ registry with the `--registry` flag on the [Crossplane pod]({{<ref "./pods">}})
4242
{{< /hint >}}
4343

4444
For example to install the
45-
[Getting Started Configuration](https://github.com/crossplane-contrib/configuration-getting-started),
45+
[Getting Started Configuration](https://github.com/crossplane-contrib/configuration-quickstart),
4646

4747
```yaml {label="install"}
4848
apiVersion: pkg.crossplane.io/v1
4949
kind: Configuration
5050
metadata:
51-
name: configuration-getting-started
51+
name: configuration-quickstart
5252
spec:
53-
package: xpkg.crossplane.io/crossplane-contrib/configuration-getting-started:v0.0.1
53+
package: xpkg.crossplane.io/crossplane-contrib/configuration-quickstart:v0.1.0
5454
```
5555
5656
{{<hint "tip" >}}
@@ -61,9 +61,9 @@ and repeatable installations.
6161
apiVersion: pkg.crossplane.io/v1
6262
kind: Configuration
6363
metadata:
64-
name: platform-ref-aws
64+
name: configuration-quickstart
6565
spec:
66-
package: xpkg.crossplane.io/crossplane-contrib/platform-ref-aws@sha256:a30ad655c7699218d9234285d838d85582f015d02f7f061f8486b28248fd7db7
66+
package: xpkg.crossplane.io/crossplane-contrib/configuration-quickstart@sha256:a30ad655c7699218d9234285d838d85582f015d02f7f061f8486b28248fd7db7
6767
```
6868
{{< /hint >}}
6969
@@ -86,7 +86,7 @@ helm install crossplane \
8686
crossplane-stable/crossplane \
8787
--namespace crossplane-system \
8888
--create-namespace \
89-
--set configuration.packages='{xpkg.crossplane.io/crossplane-contrib/configuration-getting-started:v0.0.1}'
89+
--set configuration.packages='{xpkg.crossplane.io/crossplane-contrib/configuration-quickstart:v0.1.0}'
9090
```
9191

9292
### Install offline
@@ -308,7 +308,7 @@ A working configuration reports `Installed` and `Healthy` as `True`.
308308
```shell {label="verify",copy-lines="1"}
309309
kubectl get configuration
310310
NAME INSTALLED HEALTHY PACKAGE AGE
311-
platform-ref-aws True True xpkg.crossplane.io/crossplane-contrib/configuration-getting-started:v0.0.1 54s
311+
platform-ref-aws True True xpkg.crossplane.io/crossplane-contrib/configuration-quickstart:v0.1.0 54s
312312
```
313313

314314
### Manage dependencies
@@ -325,7 +325,7 @@ For example, this installation of the Getting Started Configuration is
325325
```shell {copy-lines="1"}
326326
kubectl get configuration
327327
NAME INSTALLED HEALTHY PACKAGE AGE
328-
platform-ref-aws True False xpkg.crossplane.io/crossplane-contrib/configuration-getting-started:v0.0.1 71s
328+
platform-ref-aws True False xpkg.crossplane.io/crossplane-contrib/configuration-quickstart:v0.1.0 71s
329329
```
330330

331331
To see more information on why the Configuration isn't `HEALTHY` use
@@ -339,7 +339,7 @@ Kind: ConfigurationRevision
339339
# Removed for brevity
340340
Spec:
341341
Desired State: Active
342-
Image: xpkg.crossplane.io/crossplane-contrib/configuration-getting-started:v0.0.1
342+
Image: xpkg.crossplane.io/crossplane-contrib/configuration-quickstart:v0.1.0
343343
Revision: 1
344344
Status:
345345
Conditions:

content/v1.19/cli/command-reference.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -444,9 +444,6 @@ Using `crossplane xpkg logout` removes the `session` from the
444444

445445
Push a Crossplane package file to a package registry.
446446

447-
The Crossplane CLI pushes images to the [crossplane-contrib](https://github.com/orgs/crossplane-contrib/packages) GitHub Container Registry at `xpkg.crossplane.io` by
448-
default.
449-
450447
{{< hint "note" >}}
451448
Pushing a package may require authentication with
452449
[`crossplane xpkg login`](#xpkg-login)

content/v1.19/concepts/packages.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ registry with the `--registry` flag on the [Crossplane pod]({{<ref "./pods">}})
4242
{{< /hint >}}
4343

4444
For example to install the
45-
[Getting Started Configuration](https://github.com/crossplane-contrib/configuration-getting-started),
45+
[Getting Started Configuration](https://github.com/crossplane-contrib/configuration-quickstart),
4646

4747
```yaml {label="install"}
4848
apiVersion: pkg.crossplane.io/v1
4949
kind: Configuration
5050
metadata:
51-
name: configuration-getting-started
51+
name: configuration-quickstart
5252
spec:
53-
package: xpkg.crossplane.io/crossplane-contrib/configuration-getting-started:v0.0.1
53+
package: xpkg.crossplane.io/crossplane-contrib/configuration-quickstart:v0.1.0
5454
```
5555
5656
{{<hint "tip" >}}
@@ -61,9 +61,9 @@ and repeatable installations.
6161
apiVersion: pkg.crossplane.io/v1
6262
kind: Configuration
6363
metadata:
64-
name: platform-ref-aws
64+
name: configuration-quickstart
6565
spec:
66-
package: xpkg.crossplane.io/crossplane-contrib/platform-ref-aws@sha256:a30ad655c7699218d9234285d838d85582f015d02f7f061f8486b28248fd7db7
66+
package: xpkg.crossplane.io/crossplane-contrib/configuration-quickstart@sha256:a30ad655c7699218d9234285d838d85582f015d02f7f061f8486b28248fd7db7
6767
```
6868
{{< /hint >}}
6969
@@ -86,7 +86,7 @@ helm install crossplane \
8686
crossplane-stable/crossplane \
8787
--namespace crossplane-system \
8888
--create-namespace \
89-
--set configuration.packages='{xpkg.crossplane.io/crossplane-contrib/configuration-getting-started:v0.0.1}'
89+
--set configuration.packages='{xpkg.crossplane.io/crossplane-contrib/configuration-quickstart:v0.1.0}'
9090
```
9191

9292
### Install offline
@@ -349,7 +349,7 @@ A working configuration reports `Installed` and `Healthy` as `True`.
349349
```shell {label="verify",copy-lines="1"}
350350
kubectl get configuration
351351
NAME INSTALLED HEALTHY PACKAGE AGE
352-
platform-ref-aws True True xpkg.crossplane.io/crossplane-contrib/configuration-getting-started:v0.0.1 54s
352+
platform-ref-aws True True xpkg.crossplane.io/crossplane-contrib/configuration-quickstart:v0.1.0 54s
353353
```
354354

355355
### Manage dependencies
@@ -366,7 +366,7 @@ For example, this installation of the Getting Started Configuration is
366366
```shell {copy-lines="1"}
367367
kubectl get configuration
368368
NAME INSTALLED HEALTHY PACKAGE AGE
369-
platform-ref-aws True False xpkg.crossplane.io/crossplane-contrib/configuration-getting-started:v0.0.1 71s
369+
platform-ref-aws True False xpkg.crossplane.io/crossplane-contrib/configuration-quickstart:v0.1.0 71s
370370
```
371371

372372
To see more information on why the Configuration isn't `HEALTHY` use
@@ -380,7 +380,7 @@ Kind: ConfigurationRevision
380380
# Removed for brevity
381381
Spec:
382382
Desired State: Active
383-
Image: xpkg.crossplane.io/crossplane-contrib/configuration-getting-started:v0.0.1
383+
Image: xpkg.crossplane.io/crossplane-contrib/configuration-quickstart:v0.1.0
384384
Revision: 1
385385
Status:
386386
Conditions:

0 commit comments

Comments
 (0)