This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 995872697 chore: nightly automatic updates
995872697 is described below

commit 9958726975aa832ab38336905bfd0d1cc9f72fe6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 2 23:37:40 2025 +0000

    chore: nightly automatic updates
---
 README.adoc                            | 2 +-
 docs/modules/traits/pages/service.adoc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.adoc b/README.adoc
index 5a3839cb9..bdc58e1fd 100644
--- a/README.adoc
+++ b/README.adoc
@@ -11,7 +11,7 @@ 
image:https://github.com/apache/camel-k/actions/workflows/common.yml/badge.svg[";
 image:https://github.com/apache/camel-k/workflows/knative/badge.svg["Knative";, 
link="https://github.com/apache/camel-k/actions/workflows/knative.yml";]
 
image:https://github.com/apache/camel-k/actions/workflows/nightly-release.yml/badge.svg["Nightly
 releases", 
link="https://github.com/apache/camel-k/actions/workflows/nightly-release.yml";]
 
image:https://github.com/apache/camel-k/actions/workflows/native.yml/badge.svg["Quarkus
 native", link="https://github.com/apache/camel-k/actions/workflows/native.yml";]
-image:https://img.shields.io/badge/Coverage-50.8-yellow.svg["Go coverage", 
link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml";]
+image:https://img.shields.io/badge/Coverage-50.9-yellow.svg["Go coverage", 
link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml";]
 image:https://img.shields.io/badge/zulip-join_chat-brightgreen.svg["Chat on 
Zulip", link="https://camel.zulipchat.com";]
 
 Apache Camel K is a lightweight integration framework built from **Apache 
Camel** that runs natively on Kubernetes and is specifically designed for 
serverless and microservice architectures. Users of `Camel K` can instantly run 
integration code written in Camel DSL on their preferred **Cloud** provider.
diff --git a/docs/modules/traits/pages/service.adoc 
b/docs/modules/traits/pages/service.adoc
index 57fb2aa3a..4ef95200d 100755
--- a/docs/modules/traits/pages/service.adoc
+++ b/docs/modules/traits/pages/service.adoc
@@ -75,4 +75,4 @@ $ kamel run PlatformHttpServer.java -p quarkus.http.port=8085 
-t container.ports
 * Expose an UDP Service (we call it `udp`) on a port (`95`) which is used 
internally by your application (`9095`):
 +
 [source,console]
-$ kamel run MyUDPServer.java -t container.ports=udp;95;UDP -t 
service.ports=udp;95;9095;UDP
\ No newline at end of file
+$ kamel run MyUDPServer.java -t container.ports=udp;95;UDP -t 
service.ports=udp;95;9095;UDP

Reply via email to