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 41bb40035 chore(doc): kamelet versioning example 41bb40035 is described below commit 41bb40035af24f7f48ec363aa817e14da5bd04f2 Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Thu Oct 31 07:29:06 2024 +0100 chore(doc): kamelet versioning example --- docs/modules/ROOT/pages/kamelets/kamelets-user.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/kamelets/kamelets-user.adoc b/docs/modules/ROOT/pages/kamelets/kamelets-user.adoc index 3cd130c8b..773c970ca 100644 --- a/docs/modules/ROOT/pages/kamelets/kamelets-user.adoc +++ b/docs/modules/ROOT/pages/kamelets/kamelets-user.adoc @@ -178,7 +178,7 @@ Kamelets provided in a catalog are generally meant to work with a given runtime .kamlet-namedconfig-route.yaml ---- - from: - uri: "timer:tick?kameletVersion=v2" + uri: "kamelet:my-source?kameletVersion=v2" steps: - to: "log:info" ----