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

github-actions[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 48c6749c6 chore: nightly automatic updates
48c6749c6 is described below

commit 48c6749c60a028121e263fed8b881ba4bd001795
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 31 23:52:06 2026 +0000

    chore: nightly automatic updates
---
 README.adoc                                        |   2 +-
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  |  10 +-
 helm/camel-k/crds/camel-k-crds.yaml                | 112 +++++++++++++++------
 .../camel.apache.org_integrationplatforms.yaml     |  28 ++++--
 .../camel.apache.org_integrationprofiles.yaml      |  28 ++++--
 .../crd/bases/camel.apache.org_integrations.yaml   |  28 ++++--
 .../config/crd/bases/camel.apache.org_pipes.yaml   |  28 ++++--
 7 files changed, 169 insertions(+), 67 deletions(-)

diff --git a/README.adoc b/README.adoc
index 6888170a8..64602e53f 100644
--- a/README.adoc
+++ b/README.adoc
@@ -8,7 +8,7 @@ 
image:https://goreportcard.com/badge/github.com/apache/camel-k["Go Report Card",
 image:https://godoc.org/github.com/apache/camel-k?status.svg["GoDoc";, 
link="https://godoc.org/github.com/apache/camel-k";]
 image:https://github.com/apache/camel-k/workflows/build/badge.svg["Build";, 
link="https://github.com/apache/camel-k/actions/workflows/build.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://img.shields.io/badge/Coverage-63.1-yellow.svg["Code coverage"]
+image:https://img.shields.io/badge/Coverage-63.2-yellow.svg["Code coverage"]
 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/ROOT/partials/apis/camel-k-crds.adoc 
b/docs/modules/ROOT/partials/apis/camel-k-crds.adoc
index 6722737b5..1b0a6383f 100644
--- a/docs/modules/ROOT/partials/apis/camel-k-crds.adoc
+++ b/docs/modules/ROOT/partials/apis/camel-k-crds.adoc
@@ -7871,14 +7871,20 @@ The Init Containers trait can be used to configure 
`init containers` or `sidecar
 |
 
 
-A list of init tasks to be executed with format 
`<name>;<container-image>;<container-command>`.
+A list of init tasks to be executed.
+Each task accepts the format `<name>;<container-image>;<container-command>` or 
key=value format
+`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+Resource keys (request-cpu, limit-cpu, request-memory, limit-memory) are 
optional and accept Kubernetes resource quantities.
 
 |`sideCarTasks` +
 []string
 |
 
 
-A list of sidecar tasks to be executed with format 
`<name>;<container-image>;<container-command>`.
+A list of sidecar tasks to be executed.
+Each task accepts the format `<name>;<container-image>;<container-command>` or 
key=value format
+`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+Resource keys (request-cpu, limit-cpu, request-memory, limit-memory) are 
optional and accept Kubernetes resource quantities.
 
 
 |===
diff --git a/helm/camel-k/crds/camel-k-crds.yaml 
b/helm/camel-k/crds/camel-k-crds.yaml
index cfa3ce7d5..dbce9b962 100644
--- a/helm/camel-k/crds/camel-k-crds.yaml
+++ b/helm/camel-k/crds/camel-k-crds.yaml
@@ -4717,14 +4717,20 @@ spec:
                           traits share this common property.
                         type: boolean
                       initTasks:
-                        description: A list of init tasks to be executed with 
format
-                          `<name>;<container-image>;<container-command>`.
+                        description: |-
+                          A list of init tasks to be executed.
+                          Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                          
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                          Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                         items:
                           type: string
                         type: array
                       sideCarTasks:
-                        description: A list of sidecar tasks to be executed 
with format
-                          `<name>;<container-image>;<container-command>`.
+                        description: |-
+                          A list of sidecar tasks to be executed.
+                          Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                          
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                          Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                         items:
                           type: string
                         type: array
@@ -7253,14 +7259,20 @@ spec:
                           traits share this common property.
                         type: boolean
                       initTasks:
-                        description: A list of init tasks to be executed with 
format
-                          `<name>;<container-image>;<container-command>`.
+                        description: |-
+                          A list of init tasks to be executed.
+                          Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                          
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                          Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                         items:
                           type: string
                         type: array
                       sideCarTasks:
-                        description: A list of sidecar tasks to be executed 
with format
-                          `<name>;<container-image>;<container-command>`.
+                        description: |-
+                          A list of sidecar tasks to be executed.
+                          Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                          
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                          Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                         items:
                           type: string
                         type: array
@@ -9683,14 +9695,20 @@ spec:
                           traits share this common property.
                         type: boolean
                       initTasks:
-                        description: A list of init tasks to be executed with 
format
-                          `<name>;<container-image>;<container-command>`.
+                        description: |-
+                          A list of init tasks to be executed.
+                          Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                          
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                          Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                         items:
                           type: string
                         type: array
                       sideCarTasks:
-                        description: A list of sidecar tasks to be executed 
with format
-                          `<name>;<container-image>;<container-command>`.
+                        description: |-
+                          A list of sidecar tasks to be executed.
+                          Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                          
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                          Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                         items:
                           type: string
                         type: array
@@ -12099,14 +12117,20 @@ spec:
                           traits share this common property.
                         type: boolean
                       initTasks:
-                        description: A list of init tasks to be executed with 
format
-                          `<name>;<container-image>;<container-command>`.
+                        description: |-
+                          A list of init tasks to be executed.
+                          Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                          
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                          Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                         items:
                           type: string
                         type: array
                       sideCarTasks:
-                        description: A list of sidecar tasks to be executed 
with format
-                          `<name>;<container-image>;<container-command>`.
+                        description: |-
+                          A list of sidecar tasks to be executed.
+                          Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                          
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                          Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                         items:
                           type: string
                         type: array
@@ -21371,14 +21395,20 @@ spec:
                           traits share this common property.
                         type: boolean
                       initTasks:
-                        description: A list of init tasks to be executed with 
format
-                          `<name>;<container-image>;<container-command>`.
+                        description: |-
+                          A list of init tasks to be executed.
+                          Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                          
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                          Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                         items:
                           type: string
                         type: array
                       sideCarTasks:
-                        description: A list of sidecar tasks to be executed 
with format
-                          `<name>;<container-image>;<container-command>`.
+                        description: |-
+                          A list of sidecar tasks to be executed.
+                          Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                          
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                          Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                         items:
                           type: string
                         type: array
@@ -23748,14 +23778,20 @@ spec:
                           traits share this common property.
                         type: boolean
                       initTasks:
-                        description: A list of init tasks to be executed with 
format
-                          `<name>;<container-image>;<container-command>`.
+                        description: |-
+                          A list of init tasks to be executed.
+                          Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                          
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                          Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                         items:
                           type: string
                         type: array
                       sideCarTasks:
-                        description: A list of sidecar tasks to be executed 
with format
-                          `<name>;<container-image>;<container-command>`.
+                        description: |-
+                          A list of sidecar tasks to be executed.
+                          Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                          
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                          Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                         items:
                           type: string
                         type: array
@@ -34383,14 +34419,20 @@ spec:
                               All traits share this common property.
                             type: boolean
                           initTasks:
-                            description: A list of init tasks to be executed 
with
-                              format 
`<name>;<container-image>;<container-command>`.
+                            description: |-
+                              A list of init tasks to be executed.
+                              Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                              
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                              Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                             items:
                               type: string
                             type: array
                           sideCarTasks:
-                            description: A list of sidecar tasks to be 
executed with
-                              format 
`<name>;<container-image>;<container-command>`.
+                            description: |-
+                              A list of sidecar tasks to be executed.
+                              Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                              
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                              Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                             items:
                               type: string
                             type: array
@@ -36682,14 +36724,20 @@ spec:
                           traits share this common property.
                         type: boolean
                       initTasks:
-                        description: A list of init tasks to be executed with 
format
-                          `<name>;<container-image>;<container-command>`.
+                        description: |-
+                          A list of init tasks to be executed.
+                          Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                          
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                          Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                         items:
                           type: string
                         type: array
                       sideCarTasks:
-                        description: A list of sidecar tasks to be executed 
with format
-                          `<name>;<container-image>;<container-command>`.
+                        description: |-
+                          A list of sidecar tasks to be executed.
+                          Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                          
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                          Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                         items:
                           type: string
                         type: array
diff --git 
a/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml 
b/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml
index d1ca15e63..df5200c9d 100644
--- a/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml
+++ b/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml
@@ -1411,14 +1411,20 @@ spec:
                           traits share this common property.
                         type: boolean
                       initTasks:
-                        description: A list of init tasks to be executed with 
format
-                          `<name>;<container-image>;<container-command>`.
+                        description: |-
+                          A list of init tasks to be executed.
+                          Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                          
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                          Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                         items:
                           type: string
                         type: array
                       sideCarTasks:
-                        description: A list of sidecar tasks to be executed 
with format
-                          `<name>;<container-image>;<container-command>`.
+                        description: |-
+                          A list of sidecar tasks to be executed.
+                          Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                          
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                          Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                         items:
                           type: string
                         type: array
@@ -3947,14 +3953,20 @@ spec:
                           traits share this common property.
                         type: boolean
                       initTasks:
-                        description: A list of init tasks to be executed with 
format
-                          `<name>;<container-image>;<container-command>`.
+                        description: |-
+                          A list of init tasks to be executed.
+                          Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                          
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                          Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                         items:
                           type: string
                         type: array
                       sideCarTasks:
-                        description: A list of sidecar tasks to be executed 
with format
-                          `<name>;<container-image>;<container-command>`.
+                        description: |-
+                          A list of sidecar tasks to be executed.
+                          Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                          
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                          Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                         items:
                           type: string
                         type: array
diff --git 
a/pkg/resources/config/crd/bases/camel.apache.org_integrationprofiles.yaml 
b/pkg/resources/config/crd/bases/camel.apache.org_integrationprofiles.yaml
index 70358adb0..351a07e69 100644
--- a/pkg/resources/config/crd/bases/camel.apache.org_integrationprofiles.yaml
+++ b/pkg/resources/config/crd/bases/camel.apache.org_integrationprofiles.yaml
@@ -1269,14 +1269,20 @@ spec:
                           traits share this common property.
                         type: boolean
                       initTasks:
-                        description: A list of init tasks to be executed with 
format
-                          `<name>;<container-image>;<container-command>`.
+                        description: |-
+                          A list of init tasks to be executed.
+                          Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                          
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                          Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                         items:
                           type: string
                         type: array
                       sideCarTasks:
-                        description: A list of sidecar tasks to be executed 
with format
-                          `<name>;<container-image>;<container-command>`.
+                        description: |-
+                          A list of sidecar tasks to be executed.
+                          Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                          
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                          Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                         items:
                           type: string
                         type: array
@@ -3685,14 +3691,20 @@ spec:
                           traits share this common property.
                         type: boolean
                       initTasks:
-                        description: A list of init tasks to be executed with 
format
-                          `<name>;<container-image>;<container-command>`.
+                        description: |-
+                          A list of init tasks to be executed.
+                          Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                          
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                          Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                         items:
                           type: string
                         type: array
                       sideCarTasks:
-                        description: A list of sidecar tasks to be executed 
with format
-                          `<name>;<container-image>;<container-command>`.
+                        description: |-
+                          A list of sidecar tasks to be executed.
+                          Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                          
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                          Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                         items:
                           type: string
                         type: array
diff --git a/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml 
b/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml
index b28553df1..33d83dd88 100644
--- a/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml
+++ b/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml
@@ -8114,14 +8114,20 @@ spec:
                           traits share this common property.
                         type: boolean
                       initTasks:
-                        description: A list of init tasks to be executed with 
format
-                          `<name>;<container-image>;<container-command>`.
+                        description: |-
+                          A list of init tasks to be executed.
+                          Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                          
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                          Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                         items:
                           type: string
                         type: array
                       sideCarTasks:
-                        description: A list of sidecar tasks to be executed 
with format
-                          `<name>;<container-image>;<container-command>`.
+                        description: |-
+                          A list of sidecar tasks to be executed.
+                          Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                          
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                          Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                         items:
                           type: string
                         type: array
@@ -10491,14 +10497,20 @@ spec:
                           traits share this common property.
                         type: boolean
                       initTasks:
-                        description: A list of init tasks to be executed with 
format
-                          `<name>;<container-image>;<container-command>`.
+                        description: |-
+                          A list of init tasks to be executed.
+                          Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                          
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                          Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                         items:
                           type: string
                         type: array
                       sideCarTasks:
-                        description: A list of sidecar tasks to be executed 
with format
-                          `<name>;<container-image>;<container-command>`.
+                        description: |-
+                          A list of sidecar tasks to be executed.
+                          Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                          
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                          Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                         items:
                           type: string
                         type: array
diff --git a/pkg/resources/config/crd/bases/camel.apache.org_pipes.yaml 
b/pkg/resources/config/crd/bases/camel.apache.org_pipes.yaml
index 035b9133a..0c41f59ac 100644
--- a/pkg/resources/config/crd/bases/camel.apache.org_pipes.yaml
+++ b/pkg/resources/config/crd/bases/camel.apache.org_pipes.yaml
@@ -8169,14 +8169,20 @@ spec:
                               All traits share this common property.
                             type: boolean
                           initTasks:
-                            description: A list of init tasks to be executed 
with
-                              format 
`<name>;<container-image>;<container-command>`.
+                            description: |-
+                              A list of init tasks to be executed.
+                              Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                              
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                              Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                             items:
                               type: string
                             type: array
                           sideCarTasks:
-                            description: A list of sidecar tasks to be 
executed with
-                              format 
`<name>;<container-image>;<container-command>`.
+                            description: |-
+                              A list of sidecar tasks to be executed.
+                              Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                              
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                              Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                             items:
                               type: string
                             type: array
@@ -10468,14 +10474,20 @@ spec:
                           traits share this common property.
                         type: boolean
                       initTasks:
-                        description: A list of init tasks to be executed with 
format
-                          `<name>;<container-image>;<container-command>`.
+                        description: |-
+                          A list of init tasks to be executed.
+                          Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                          
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                          Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                         items:
                           type: string
                         type: array
                       sideCarTasks:
-                        description: A list of sidecar tasks to be executed 
with format
-                          `<name>;<container-image>;<container-command>`.
+                        description: |-
+                          A list of sidecar tasks to be executed.
+                          Each task accepts the format 
`<name>;<container-image>;<container-command>` or key=value format
+                          
`name=<name>;image=<image>;command=<command>;request-cpu=<quantity>;limit-cpu=<quantity>;request-memory=<quantity>;limit-memory=<quantity>`.
+                          Resource keys (request-cpu, limit-cpu, 
request-memory, limit-memory) are optional and accept Kubernetes resource 
quantities.
                         items:
                           type: string
                         type: array

Reply via email to