Skip to content

Commit

Permalink
docs: add note on version label selector being now disabled
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Laprun <claprun@redhat.com>

[skip-ci]

Signed-off-by: Chris Laprun <claprun@redhat.com>
  • Loading branch information
metacosm committed Feb 12, 2024
1 parent f1a6531 commit 15d5207
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@ Find more information about channels and packages https://olm.operatorframework.
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`.
====

[NOTE]
====
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`.
====

=== Build the Operator Bundle image

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

0 comments on commit 15d5207

Please sign in to comment.