Skip to content

Commit 368a9d7

Browse files
authored
Merge pull request #67788 from adellape/note-skiprange
2 parents 519b797 + e2239a3 commit 368a9d7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

modules/olm-fb-catalogs-schemas.adoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,12 @@ It is valid for an entry's replaces value to reference another bundle name that
117117
----
118118
====
119119

120-
////
121-
For more information about defining upgrade edges, see the upgrade graph reference documentation.
122-
////
120+
[WARNING]
121+
====
122+
When using the `skipRange` field, the skipped Operator versions are pruned from the update graph and are therefore no longer installable by users with the `spec.startingCSV` property of `Subscription` objects.
123+
124+
If you want to have direct (one version increment) updates to an Operator version from multiple previous versions, and also keep those previous versions available to users for installation, always use the `skipRange` field along with the `replaces` field. Ensure that the `replaces` field points to the immediate previous version of the Operator version in question.
125+
====
123126

124127
[id="olm-fb-catalogs-olm-bundle_{context}"]
125128
== olm.bundle schema

0 commit comments

Comments
 (0)