Skip to content

Commit 15d5207

Browse files
committed
docs: add note on version label selector being now disabled
Signed-off-by: Chris Laprun <[email protected]> [skip-ci] Signed-off-by: Chris Laprun <[email protected]>
1 parent f1a6531 commit 15d5207

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/modules/ROOT/pages/index.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,11 @@ Find more information about channels and packages https://olm.operatorframework.
140140
If you're using an insecure container registry, you'll also need to append the next property to the Maven command `-Dquarkus.container-image.insecure=true`.
141141
====
142142

143+
[NOTE]
144+
====
145+
By default, the bundle generator disables outputting the application's version as part of the manifests' selectors (equivalent to setting `quarkus.kubernetes.add-version-to-label-selectors` to `false`). This is done make updating your operator simpler. If, for some reason, you need that label to be added to the selectors, just set the property to `true`.
146+
====
147+
143148
=== Build the Operator Bundle image
144149

145150
An Operator Bundle is a container image that stores Kubernetes manifests and metadata associated with an operator.

0 commit comments

Comments
 (0)