Skip to content

Commit 9a01f66

Browse files
committed
vale
Signed-off-by: Philippe Scorsolini <[email protected]>
1 parent 6837a59 commit 9a01f66

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/v2.0-preview/whats-new/_index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ Crossplane v2 drops the `--registry` flag that allowed users to specify a defaul
236236
registry value and now requires users to always specify a fully qualified URL when
237237
installing packages, both directly via `spec.package` and indirectly as dependencies.
238238
Using fully qualified images was already a best practice, but it's now enforced
239-
to avoid confusion and unexpected behavior, as well as to ensure users are aware
240-
of the registry used by their packages.
239+
to avoid confusion and unexpected behavior, to ensure users are aware of the
240+
registry used by their packages.
241241

242242
{{<hint "important">}}
243243
As long as you're not using these deprecated or alpha features, Crossplane v2 is
@@ -246,9 +246,10 @@ backward compatible with Crossplane v1.x.
246246

247247
{{<hint "important">}}
248248
Before upgrading to Crossplane v2, please ensure all your Packages are using fully
249-
qualified images that explicitly specify a registry, i.e. `registry.example.com/repo/package:tag`.
249+
qualified images that explicitly specify a registry (`registry.example.com/repo/package:tag`).
250250

251-
Run `kubectl get pkg` to look for any packages that are not fully qualified, then update or rebuild any Packages to use fully qualified images as needed.
251+
Run `kubectl get pkg` to look for any packages that aren't fully qualified, then
252+
update or rebuild any Packages to use fully qualified images as needed.
252253
{{</hint>}}
253254

254255
<!-- vale gitlab.FutureTense = NO -->

0 commit comments

Comments
 (0)