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

pcongiusti 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 e5ff79837 chore(doc): update Pipe spec
e5ff79837 is described below

commit e5ff79837712f64456905f84cdf4d25e49e81aba
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Fri Sep 6 12:01:42 2024 +0200

    chore(doc): update Pipe spec
---
 docs/modules/ROOT/pages/pipes/pipes.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/pages/pipes/pipes.adoc 
b/docs/modules/ROOT/pages/pipes/pipes.adoc
index c54f51094..1aeb14cc0 100644
--- a/docs/modules/ROOT/pages/pipes/pipes.adoc
+++ b/docs/modules/ROOT/pages/pipes/pipes.adoc
@@ -104,8 +104,8 @@ spec:
 Another typical use case is consume/produce events directly from a KafkaTopic 
custom resource (managed by Strimzi operator) or Knative resources:
 
 ```yaml
-apiVersion: camel.apache.org/v1alpha1
-kind: KameletBinding
+apiVersion: camel.apache.org/v1
+kind: Pipe
 metadata:
   name: beer-event-source
 spec:

Reply via email to