(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-04-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit e5de4e30148c3e397f31f87ec26f99b7f10d22d3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 14 01:15:24 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 280226 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..aa58dbe8e
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..a6601c145 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-04-14T01:04:40.485759924Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: efe8acc935700d081d06d01c97f9f1c5d31fdfa7d1a131eabee87471dfd0439a
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-04-14T01:04:40.478203672Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..e5c75985d 100644
--- a/pkg/

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-04-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 99f8cbf2ed554f09c3f409de7b7d2c2361cb688e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 13 01:15:55 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 280228 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..4671bcb2c
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..863c8943a 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-04-13T01:05:22.514974275Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 5433442985126e137c6f2b5c6f81f5570e8a52c3a6d9e0bda77293e9abc644f6
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-04-13T01:05:22.506604668Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..ac3eb10cb 100644
--- a/pkg/

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-04-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 44d6ed2934ba318fd60c64cd42d84134fb5f0af5
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 12 01:14:43 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 280230 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..169261a39
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..07d50541e 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-04-12T01:04:19.283725233Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: d2ad298606978b9e32a6959f1499815e75564dd7e4fff685485c4743e73c6598
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-04-12T01:04:19.275619647Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..cf10dafe1 100644
--- a/pkg/

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-04-10 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit d51f1935b885e81fa37320ed9b6e1a5f14e1eaa9
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Apr 11 01:07:39 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 280229 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..53482661e
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..7733f5009 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-04-11T00:57:05.09671246Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: de161240cf082aea256bd6a3effc2e971cacb9e9c3b0708f340de7bf33b2132a
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-04-11T00:57:05.087986322Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..ba6c214c7 100644
--- a/pkg/r

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-04-09 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit c7e5678be915887414d972ff7eda642d3e772a34
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 10 01:11:07 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 280230 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..db364e87a
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..492e21143 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-04-10T01:00:12.259436068Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 0377760f22789635494e2ffe6b528d50cd79539e1ad9933dbd04ea92f4c22ec9
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-04-10T01:00:12.251271458Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..a164da384 100644
--- a/pkg/

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-04-08 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 8a593661fc2c560c27bb34a39dff65cbc1b5ba2d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 9 01:02:48 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 280205 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..48f522647
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..e45156c19 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-04-09T00:51:13.084540008Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 7655b03e8c53266fbbf037714efd17fd85e865af5412d8e8544766221d4b081a
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-04-09T00:51:13.076169365Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..dccca9a7a 100644
--- a/pkg/r

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-04-07 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit c72d932d472c44eff31e46fc56320f34dc3f675a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 8 01:11:25 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 280205 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..736204408
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..85b2b00d4 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-04-08T01:00:00.47478917Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 30f90e8cf421bc5a1e7f71bcdd059c9d194cadb1fd28885e2da41c4553d07f1a
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-04-08T01:00:00.466101217Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..dc8ae75df 100644
--- a/pkg/re

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-04-06 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 532e08b70a6d9f6a3fa542cebe3f12e1de3aa385
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 7 01:09:45 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 280205 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..5668bf7ec
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..580244efd 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-04-07T00:59:06.839700678Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: c81cea8c4f865b278d35e0a3d02631e4cb6db54e1e7de50d725db5c42a82fa04
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-04-07T00:59:06.831393028Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..20a2c1d41 100644
--- a/pkg/r

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-04-05 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit af81fc9ef62d3f10cec07f2bee1dfdfd29a40533
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 6 01:11:59 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 280201 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..a0afecdf3
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..1f6787ca4 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-04-06T01:01:24.293827256Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 5390c8be47981dca4222dc4876a92f5d242ba287f23b2bbdd3a7ee90bed25af8
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-04-06T01:01:24.285718899Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..58a64f13e 100644
--- a/pkg/r

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-04-04 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit eeea93a311548d366e5b10b08c4cfeba08f968a0
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 5 01:13:03 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 280132 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..6018ae837
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..f3c5e2c35 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-04-05T01:02:03.226200385Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: ead56e2710a0f1803a92d3100aa9c014ce9d881f39a355e7cdc801b35e85d37d
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-04-05T01:02:03.217492491Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..5827eda79 100644
--- a/pkg/r

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-04-03 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 211ee61398ba0a52c540ea46c183a7dc67965539
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Apr 4 01:05:05 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 280132 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..46d95d5e4
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..287da2460 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-04-04T00:54:37.368439928Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: b46cdb87f06c87dd49185566379d4ed8d2a4cc15cfc493a44bed5ee1e439c686
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-04-04T00:54:37.360377136Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..dd02a53a1 100644
--- a/pkg/r

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-04-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit fcc1b2cbdcb79a11866d69fd32579544378eada4
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 3 01:09:45 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 280132 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..80b9b8b62
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..c0840507d 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-04-03T00:58:26.094288965Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: e38c5d6ca301ed862ac8db8c63f493a018f568ec012375e74db73cca0de2d04b
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-04-03T00:58:26.086201037Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..14ef0f5f7 100644
--- a/pkg/r

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit b86c147c5eaeab0eae96075ff3e0b59adbf789b3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 2 01:07:08 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 280133 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..6fa736e90
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..a8f0ef7c7 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-04-02T00:55:57.473640283Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: baaae753efcda5e6d292a9187d06053b98989a29157f6f2d692fb5977a052a8b
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-04-02T00:55:57.465519395Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..373c67816 100644
--- a/pkg/r

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-03-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit ce3f46a0c98826c2da9149c611e4fd02ce1c00ea
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 1 01:15:34 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 280124 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..61d3d4a0d
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..ce9bb1279 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-04-01T01:04:41.783372229Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: bcd9c3ba77c5d0b987b6da7cdb1fc0475c22c27b315dc116eb91178e62c65aad
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-04-01T01:04:41.775045322Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..91a15e1ca 100644
--- a/pkg/r

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-03-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 670d48a0dd55652850ce0e9e5cd09c1c2725f08e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 30 01:12:56 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 280122 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..aa9e06834
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..e3d8efd2f 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-03-30T01:01:24.268283596Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 53f563ce449d17e95ede4fb09953581471fdb7edf3d3af7c6e08864f100eccbe
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-03-30T01:01:24.2600736Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..729b616f7 100644
--- a/pkg/re

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-03-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 9601ba1b230b253ef7fec23a6a088b030b71ee97
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 29 01:11:43 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 280125 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..e81ebdbe7
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..c69ae2948 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-03-29T01:01:10.384010069Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: b14b1ee828b365e5d1d22a5629b9d33615080af6e50874c60157898f261660ae
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-03-29T01:01:10.375884064Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..41a46d451 100644
--- a/pkg/

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-03-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit cbd87a033d280582dbef72f50f4815eb16ee9f6c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 28 01:04:31 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 280124 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..140ee673a
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..2cc984c4b 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-03-28T00:53:37.529974697Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 94d96583ea6b9285c95676558abcf79fe433df39c1a9da66ff73794bf79e2637
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-03-28T00:53:37.521895769Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..7c521d325 100644
--- a/pkg/

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-03-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit ba0231bc03fe4ad330286a879e3df34adb2831f0
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 27 01:09:17 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 280124 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..84d89d3ad
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..20dd13f61 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-03-27T00:58:08.682060236Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: b44cd113938c0164d95db917fcbd9dcd4c78ed3bb09c3207a7d25162a005f4e7
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-03-27T00:58:08.673946329Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..4c83f89e4 100644
--- a/pkg/

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-03-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit f8950636ade3f6f612a5f99f5d04e763cfd64f71
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 26 01:09:55 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 280124 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..c7c5e49cd
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..3bd4247c3 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-03-26T00:57:51.790246471Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 37716efa1854b6ea8e1c452a2785d9d0048fcf0d3bbad32152287fe73b905817
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-03-26T00:57:51.781961878Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..624574a9c 100644
--- a/pkg/

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-03-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit a3d80cafba529b64b60589c838e2cc17429f7fa3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 25 01:04:55 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 280109 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..2af3f5a54
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..f78e787f2 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-03-25T00:54:29.004694405Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 11edbd0cb91f3439b4fac064ad1f4b5eca5a52b2059a59e353ef09dd82ea3521
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-03-25T00:54:28.995961339Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..18e763c25 100644
--- a/pkg/

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-03-23 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit b7679bb59971c79a5ab22554332f5578c1651031
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 24 01:01:28 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 280109 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..ae6d2404d
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..d8190a770 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-03-24T00:50:03.112134326Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 8c96783482c017cd3bd8001e6ad03c6b551be769acea3ccae51346fa14a89721
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-03-24T00:50:03.103435653Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..35ed11205 100644
--- a/pkg/

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-03-23 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 8f80623b8ef6e12c364e3528e7b9611a75b3b632
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 23 12:09:36 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279698 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..f91cdda71
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..a19c34528 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-03-23T11:57:07.504008749Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 246d261ae2d0a0ccd040916c0df6ef6c031515ce77346a57a6093cd06f48cf51
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-03-23T11:57:07.496263032Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..e964869a8 100644
--- a/pkg/

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-03-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 3aafe8ebe4f8d129e4b07d73d3747a9c5a374446
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 20 01:03:27 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279424 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..dd458ede8
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..e2359e8e0 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-03-20T00:52:35.959568657Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: c184aa8aa04955ff453618160b3869ca17c54d31aafa888dcc2b6790823699a8
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-03-20T00:52:35.946989468Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..96b3963c4 100644
--- a/pkg/

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-03-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 122e4745a62de853b621027ddd9eb7d978806720
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 19 01:06:16 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279423 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..7e7fe58f8
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..b1aa1960d 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-03-19T00:55:04.433956424Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: ea5620c7d1722ec6c98b340844925fe16146293a6e7aec67d3d98d2fa837e04d
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-03-19T00:55:04.425673477Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..8dd7070a1 100644
--- a/pkg/

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-03-17 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 8d71cda880163666c626a86d3cf342d62fdd5e91
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 18 01:06:11 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279425 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..32790cb9a
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..ea838e58b 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-03-18T00:55:08.096754712Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 3c4bd74253b34d418a118fa9d15440b279a70d911e68f2aff60b4ccb791b21be
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-03-18T00:55:08.088624165Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..acd9564e5 100644
--- a/pkg/

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-03-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 83c73bee0d26a27da20e90f9e274259c19f465d5
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 17 01:02:51 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279423 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..585ca14bf
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..2bd135b65 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-03-17T00:51:36.736612019Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 9dc9e0d45ddbf793a4ef1094af4ad8fcbfe128117464a005c291e89437c3cb6c
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-03-17T00:51:36.728505037Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..688f1b05d 100644
--- a/pkg/

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-03-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 7e06face40eb7edef080415afbd95639dab61484
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 16 01:10:30 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279423 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..71b6b5c1f
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..119739082 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-03-16T00:59:44.876003116Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 05ceca868d5c4f403df6911a6e130243fa5aa89edbd16b77daacca8852af226e
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-03-16T00:59:44.851894033Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..7f295c5ce 100644
--- a/pkg/

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-03-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 5a8a8d412d9568f86d94e23a94c8e3f414f314a6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 14 01:00:52 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279417 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..40d8f6074
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..b587cab4f 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-03-14T00:50:07.717939123Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: a3f7e59b2cfe9f7e9382aa9b6914241a669a5b484b03d9b06ef32551616fb516
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-03-14T00:50:07.709384303Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..587b3234b 100644
--- a/pkg/

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-03-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit ed20289d8eb8d9f9f179d6878b19619370c1f1e9
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 13 01:03:21 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279424 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..679182a5e
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..e9f1d1540 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-03-13T00:51:54.93703377Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 13c3bfaf18bca0ef205829bdb3b2c3a015cc92791c15020a42bd98bdda4c0f0a
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-03-13T00:51:54.91951298Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..c3b0266a7 100644
--- a/pkg/re

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-03-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 4741923299b0953e4f1399326fa5bac245bb9b82
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 12 00:56:58 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279423 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..6286d7e41
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..20c91165d 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-03-12T00:46:15.835606415Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 9f6b24aa858c5a9e5b5561bb520a243bff28d21af5cc5ee6b0057d2415e67115
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-03-12T00:46:15.81883104Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..d9b83e0f2 100644
--- a/pkg/r

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-03-10 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 8095e53d98b681710d83e63fcca75b0ca8a9b792
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 11 01:01:04 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279423 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..0903dc0a5
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..9f1ef8880 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-03-11T00:49:52.62396768Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: f9346bbc27548f4f12d221acc5b203d31093e038645de60c1e0c8e09aa1fc98a
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-03-11T00:49:52.612555376Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..618f47d5a 100644
--- a/pkg/r

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-03-09 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 3636aa2ff7e86d7de8821d022dbf4674375ea6d4
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 10 01:00:10 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279424 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..4cb4482b0
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..d52db370b 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-03-10T00:48:56.401170045Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: ae8e5243fb4d2715a5a7de997fcf33da0a48d24c82723ef34ed4a7943fe55cf5
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-03-10T00:48:56.387482875Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..27626e026 100644
--- a/pkg/

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-03-08 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 84fc1f0ed8b885100f7e9cca7cecf0419a614e25
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 9 01:03:47 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279424 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..7b9867755
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..7c4355e8b 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-03-09T00:53:16.695571145Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: b13f9f0da19c67094e1f957020886a00e1b353577e39ccfd855d0572cac5795c
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-03-09T00:53:16.686949636Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..25d3084b6 100644
--- a/pkg/r

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-03-07 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit fac097c4f06da0734671fe7e3c891901b4e96ce3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 8 01:03:56 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279418 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..f3ce2fd6d
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..d40a4df3d 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-03-08T00:53:39.053891645Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 6d0c695512561543a7411e6713579d583a0f4f3dca627c67cbe2d13dc1e8e574
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-03-08T00:53:39.040926125Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..541954b9f 100644
--- a/pkg/r

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-03-06 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 9d78e6bce8c197cc2c058befa25960501a85a913
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 7 01:01:48 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279197 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..dba0022a6
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..d12367b43 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-03-07T00:49:37.812989886Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 034e225db9bb162848979e3e6f9c91501214e83acdd1e4728b4cb22b020a018e
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-03-07T00:49:37.804090763Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..615e3d755 100644
--- a/pkg/r

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-03-05 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 8ac7279a9bcdd4f0e027e4ee679b51e72846887c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 6 01:07:00 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279198 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..17b796084
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..a1e6ad529 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-03-06T00:55:34.292198586Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 8e31b2a04e3be1a13c37cd6598e072228ea23e2a6106e3d2a8c0a622805f053a
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-03-06T00:55:34.283792209Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..49c80f831 100644
--- a/pkg/r

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-03-04 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 2c7356148daf9a22021ad8f957f9885fc3b5c4aa
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 5 01:03:47 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279198 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..268cb0470
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..77ce56e18 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-03-05T00:52:56.971802574Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: ff5b9b6ca5b25cfd00957f193cb8b728f252cf71895b301b7eb55de23eaa6319
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-03-05T00:52:56.963972493Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..39d9213a1 100644
--- a/pkg/r

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-03-03 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit ff01892dfc3d8e8063fd9d921d40db1bcbf27410
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 4 01:02:34 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279198 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..ed2a4c44c
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..1516379a4 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-03-04T00:51:03.608812193Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 71b4f6d9092fc0f811fea0bcb0dd9557298dfe6f7bddf2a8b610c9839d5bdd82
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-03-04T00:51:03.59992289Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..e126d9173 100644
--- a/pkg/re

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-03-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit d6018f737326c49c8ea5e833660ad60654da64e2
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 3 01:04:05 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279198 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..4a111c638
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..122ca5c0a 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-03-03T00:53:27.332000479Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 3316be35c5b05083e37b6d5a8023f32bdbc06d9eb8f941de9b7248ff62316efe
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-03-03T00:53:27.317030471Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..1d4fa1745 100644
--- a/pkg/r

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-03-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit e13eee86d8294d3fc042f4610134628cb7bab9e5
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 2 01:03:48 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279198 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..577c119c3
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..0179456d5 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-03-02T00:52:41.989285464Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 5513aa6da6853b6c0c6a897aa8e773d6f6aeb5afb9c90514c4ad16e58f030993
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-03-02T00:52:41.980891848Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..930c9379e 100644
--- a/pkg/r

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-02-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit a7ee0f10b10ec01a6b120e11c6124f82a047743d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 1 01:09:34 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279198 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..ca5a396ab
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..356ff7cb6 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-03-01T00:59:01.276886394Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: af050364931c0d80fb5332f845b9324cc6ff3c682f3c964f2ecbe0a12107f859
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-03-01T00:59:01.268563737Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..4212a0dd7 100644
--- a/pkg/r

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-02-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit b4d21f1ce5cf935dfa60f33ec7c159076309d516
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 28 00:57:36 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279198 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..80997f896
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..9110eae63 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-02-28T00:47:05.491961093Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 12cc71fbdda67e619ee35de92157e96afb3811f2cbc6547e1b4938addd80d591
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-02-28T00:47:05.483729668Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..074450e6f 100644
--- a/pkg/

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-02-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 050eb22b8897fa52c832871a7125001acd081382
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 27 01:03:10 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279198 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..62deb3fb9
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..0b797ecdc 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-02-27T00:52:38.955269253Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: a4154468a71a0dd5426f3494830e98750b1d979f2f4c49ed9b0cfd86dbb1eec8
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-02-27T00:52:38.946990843Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..81f03b98b 100644
--- a/pkg/

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-02-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit ef2b2018e82d9b34b71b1a886a09d8e7b1f49665
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 26 01:02:56 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279197 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..d1d78f94e
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..09fe2016f 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-02-26T00:50:13.979503738Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 0ff33ac95a40aa31422724308b727b94d114879298b74a4d9ad398d92b51ea33
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-02-26T00:50:13.971028301Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..c5cade126 100644
--- a/pkg/

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-02-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 4ec97f1acac2517b8a6040dee3168717c2c2a4e3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 25 01:08:02 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279198 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..0e3f9cfb5
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..2b3eefb7a 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-02-25T00:56:08.377598308Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: ffe98cd6a272c5472438e0a3c0975895ec4143f9df3ae8dcf52656e29004da85
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-02-25T00:56:08.358637023Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..d13b6c2f7 100644
--- a/pkg/

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-02-23 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit c35edb6de0288ec45cbee1d55289e90c6d938ce3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 24 01:03:01 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279196 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..06e73fe20
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..6a0248fea 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-02-24T00:50:57.114207133Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: d8d9d5b73953b7c40dbf335e5c18a6162210e17c267eb8baa031b10b00bfffd1
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-02-24T00:50:57.097835859Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..8891d 100644
--- a/pkg/

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-02-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit ec245fc12bc1cad9cd49f8d2c812b18c580f3de0
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 23 01:05:07 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279198 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..d5c98b1ea
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..62ce16a7b 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-02-23T00:54:06.520050074Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 2f6bc6fa489d1d6f4bd97ed508b9c93ed8877099a15d021a374b0914b587989b
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-02-23T00:54:06.511559134Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..a2e3e80f9 100644
--- a/pkg/

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-02-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit a24ff0dc3fea2351ef8ca5f8920d91d4da7676c9
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 22 01:05:55 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279198 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..923288688
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..7595ec57e 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-02-22T00:54:37.122362932Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: eb32f1bbec83eb5aa8133529637a3c3811a5ec7d89b9d740940584033cff6030
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-02-22T00:54:37.10816955Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..d0e8a37aa 100644
--- a/pkg/r

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-02-20 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 00764efeeb1aaf06b557b81cb1b7561fb18ff43f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 21 01:01:52 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279197 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..2f4bc1eb8
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9c1a1f7fc..09a2a26c6 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-02-21T00:50:15.731172662Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: bfd8fb54b3f58eb7185ca554a18c0afb60111ea26f3b7d2afbcdcc2b89b00a7a
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.1
 created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2026-02-10T15:47:25.300439147+01:00"
+generated: "2026-02-21T00:50:15.722101132Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 470230b77..0c1ac5221 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 060b539df..ee5aa426a 100644
--- a/pkg/

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-02-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit a4e78166718a5246ad9326fb1fb0464ce0027f7d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 12 01:04:39 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279198 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..ac0f0b6db
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..4936ef498 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-02-12T00:53:26.248636433Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: bf0d769b6e936abccfbffd1cbec6506f2ca86b9f99e5cc05482d5661e90b5529
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1228,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-02-12T00:53:26.238782349Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..778c55a12 100644
--- a/pkg/

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-02-10 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 2a8830bbb51eaac2b25c2110e5d4b807e6cb28c6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 11 01:10:30 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279198 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..88bfd0087
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..b740da333 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-02-11T00:59:07.265936145Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 6778efc9971712d44055f3cc0649726f62eab6b62bc4cef823b6814ded09f0ab
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1228,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-02-11T00:59:07.247968867Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..2ae91c92f 100644
--- a/pkg/

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-02-09 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 5686d98dd0a494712ce144bd18e5bc1a898d58eb
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 10 01:11:53 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279196 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..7e0ba2d9e
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..d2cdf627f 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-02-10T01:00:29.882663642Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: c72a8ee381f6613e379e470feb42efd5e76fa652d1f4097bba4533d107df43ad
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1228,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-02-10T01:00:29.874476964Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..f79e863ed 100644
--- a/pkg/

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-02-08 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit c078614118fee0cf1ca136945457f4b095c00cf3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 9 01:05:49 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279195 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..52d4db9f6
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..a7b56c37a 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-02-09T00:54:57.495200117Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: bd7818f365ff13fbc13e382b009bbd27996993b76bd9d74970bda1d34a07c531
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1228,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-02-09T00:54:57.479358418Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..2ba057695 100644
--- a/pkg/r

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-02-07 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 760683ecefe9176888f7858111d90d4ef2015d19
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 8 01:16:47 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279196 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..db4b080b6
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..be6e7ac87 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-02-08T01:05:54.779179812Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 7d168ab8f96fd43be685c2e6611f76da755d963280e64197e7aff38d48448a34
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1228,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-02-08T01:05:54.771024976Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..f534eacaf 100644
--- a/pkg/r

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-02-06 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit c3d5ec2a701648a9953ad8adbf0edd9f4b410f73
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 7 01:01:16 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279609 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..dc7c181c1
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..1dad796a9 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-02-07T00:49:52.75068437Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: e5a27ae2bf61d08320becaf8c03777ed251ea0a2af1d19909c6aeba3dd86031f
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1228,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-02-07T00:49:52.73824639Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..80574e6b8 100644
--- a/pkg/res

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-02-05 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 211b4406a4af3a24355abad6a03a6918e0e7d858
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 6 01:08:24 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279609 bytes
 docs/charts/index.yaml |  31 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++--
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 ++
 pkg/util/defaults/defaults.go  |   6 ++--
 8 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..9a3396353
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..907b0362a 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-02-06T00:56:22.129459641Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 565ca078d0a4c2da298f70a9fe40e10bed2e04b7ffbc94cd8f605a5b7ec2399f
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+- email: [email protected]
+  name: gansheer
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1228,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-02-06T00:56:22.120411272Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 566c057de..3aa62e02b 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..6352f366d 100644
--- a/pkg/r

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-02-03 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 64e292ac0cce3cfa2fcb966b7bf220342c2e3cd9
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 4 01:00:18 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279574 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..e6f903acb
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..1041182b6 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-02-04T00:49:44.860797865Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 36f92fe44632825cad0754d7da855916b929771e73b4d979d2d1d5bb3d583287
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-02-04T00:49:44.852513466Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..2325f260e 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.ya

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-02-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 964e984307ae5df5e792cc6e3a7aea27a1a81181
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 2 01:05:20 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279577 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..a46c2c8e5
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..c0bade9f3 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-02-02T00:54:09.498811347Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 0bc512e0b89a64352a43e760567fcc6ace7e003bf5eab8fef8ae6c6241d6d6e1
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-02-02T00:54:09.479840341Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..6e579d7f4 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.ya

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-01-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 4b10214a8eabda64301423c73ab98ae8415bd0dc
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 1 01:11:23 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279576 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..c371a7f6e
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..ee56d34fb 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-02-01T01:00:08.682092021Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: c55f1e041250930b91e296b9cb0ca4b82121fe8d4da6071204c4247f6cee131c
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-02-01T01:00:08.672849944Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..957410959 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.ya

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-01-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 7469831aa4bdf359b6c6dc5f3fa0fce6c3316331
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 31 01:00:16 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279576 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..574bf8b99
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..76be27bdb 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-01-31T00:48:51.37266378Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: bdcf51d0c437be97c2691e10cc43ac0664cbf386a1323b11a9a3ec9fa5007821
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-01-31T00:48:51.353076403Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..da99a17e4 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.ya

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-01-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit ce39118ffdbd064c3523f49db82a584cdd6d6858
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 30 01:02:54 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279571 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..3e261882b
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..ad984a827 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-01-30T00:50:51.972404131Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 9583a5ecc7a26e0c740e93c6dcf9cb55ddc82fd36ba7eecb0fa161d341a56571
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-01-30T00:50:51.964587226Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..669266ba8 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.y

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-01-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 15a53aa6894ad056d9d42f9ea0297a016e648b59
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 29 01:02:34 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279576 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..093bf5b7c
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..7e3547ffd 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-01-29T00:50:29.896935549Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 5afde70e329c700ca236b7f93731f0d137cc9c0de30228539d0d1e9888250032
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-01-29T00:50:29.888048324Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..199001fbd 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.y

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-01-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit e66ced546f4643077a428c484394893ecac69e29
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 28 00:55:31 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279577 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..c2f2b2a3d
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..8b2974471 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-01-28T00:44:25.352148105Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: e4a0189c52f698ecaafe50c87e16f1a8070c05798b41d93de7ae7b217f05cdaa
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-01-28T00:44:25.331094675Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..5b2c66353 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.y

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-01-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 082be069193eba434701adddae6a4f262eaaf9b8
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 27 00:57:36 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279576 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..ddaf801dc
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..edd04d2ae 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-01-27T00:46:40.008165003Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 233658af54e75e14bb5f47175e6c7c0dff4c7c8124a51e42544efd1875d36d9a
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-01-27T00:46:40.50277Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..5679d0c3b 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.y

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-01-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 0b507379b22b34bd5276870986baed1d7644ade6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 26 00:59:18 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279576 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..f763e5b90
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..b069bb2bb 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-01-26T00:48:07.481780885Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 310a6a20e080cc51f82abe9e6a019cc2deb3448ee0254be98f99abc1467c027f
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-01-26T00:48:07.472896826Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..f8cbfcbaf 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.y

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-01-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit ceec611050862cca54adc8829b8a03e295743f96
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 25 01:01:27 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279576 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..1500c3660
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..706b809b0 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-01-25T00:49:27.592943514Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: c6ce71d53d6702cf504ed2888d042512298a634a5e732a144f9847038d3ee4a7
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-01-25T00:49:27.581057834Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..d0fe51b54 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.y

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-01-23 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit bd44272ba3b71f9dedb141d1d39509e397e6ace0
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 24 00:54:25 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279576 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..20f189fa1
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..8465194a6 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-01-24T00:43:16.8767Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: a48169d8bc114f8abe7ea8bb11a390b4e02c10dd0c5cb5c63c71ada96eba784c
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-01-24T00:43:16.863815687Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..2477143f7 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.ya

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-01-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 2cf272dfb67bb2597ba0f1ad01cc8d268d878f0b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 23 00:56:24 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279576 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..a88c147fd
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..32be4f857 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-01-23T00:44:54.610954102Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 17d190ad06cb3164c09323003c76b1eae6cfa0a9a9e5bd9413984059799a72b0
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-01-23T00:44:54.536942894Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..f1e33ce67 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.y

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-01-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 3c6254de7d45f4b880adb5d36ca03471dfa08771
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 22 00:56:22 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 279571 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..2759f1499
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..a643886ed 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-01-22T00:45:05.449412723Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: ebe81c62b80291bd6983ea1e886a14c13805e47b1d2333e07305416fcca6b89e
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-01-22T00:45:05.439360337Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..f74c3d8b1 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.y

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-01-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit f92ce2375bb831b0d2d4e3fa61f8e210c794622e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 17 00:54:21 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 277306 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..372882e18
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..420e9a26b 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-01-17T00:42:33.991277253Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 5e06a0c9b1303494e7cb72aa3036f70e6a0271ba60ffcc839d4322b8f986f2c9
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-01-17T00:42:33.972435249Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..05c11b8f1 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.y

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-01-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit de12f4ef699e9033d98b3edb34665f5c79c06afe
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 16 00:57:11 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 277306 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..de9a6c055
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..5cd5d745e 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-01-16T00:45:32.089241858Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 25019bac44fac806b46eda41cd332fab65a2129a39f8d16b1a5d7a17b5507312
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-01-16T00:45:32.079532628Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..d18e695ed 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.y

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-01-14 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 1aadb2d88e266f9cd4dfc2e55b700af0807923d6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 15 00:55:21 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 277306 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..75d9c61d4
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..3ba36308a 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-01-15T00:44:06.675876248Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 25bd44eab8bbbded5a34be6b3331180acdb52de8e19fba3a9f7da606d82a5ed1
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-01-15T00:44:06.667716725Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..bfc3e3e6d 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.y

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-01-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit d9894639dae2e48c2d3c2351a76bb636e330f6bc
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 14 00:56:44 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 277306 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..187f7017d
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..5179f658e 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-01-14T00:45:19.612442307Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 8a997cb91ccf690d36641e1261e32d0064531517a4e337f0ac6c6bfea5901a19
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-01-14T00:45:19.598228782Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..2e2498782 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.y

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-01-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit f0c3d1e877e6eafe9d74910d514fa26e8e482531
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 13 00:52:31 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 277304 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..f892d348a
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..ad34a9f1c 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-01-13T00:40:36.967061228Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 5b84256af5220699ab344ff0d730fe81e82863944675fd5a335a2773e81c2df2
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-01-13T00:40:36.953742804Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..9a5c5a6ab 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.y

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-01-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 7ee376cd2e13e2cb786a498869f24a681035a0b1
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 12 00:58:22 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 277303 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..e8407cb28
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..2da2c3e10 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-01-12T00:46:49.268844557Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: d4128eb0f694b322cd6241ec9eb448a95979134848619e9e57e163df758e285e
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-01-12T00:46:49.257770039Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..9cc80b668 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.y

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-01-10 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 4d92b63c4492edafb9baf8c2d5c51af82ef152ee
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 11 01:00:03 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 277306 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..842e626cd
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..70af2ad70 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-01-11T00:48:44.641201396Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 9c823f2e86149802e4e91345e2c006486ae670cd48837b87d9762e0afaf68e64
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-01-11T00:48:44.632296405Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..bc4be1a8e 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.y

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-01-09 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 34837c5d20d0a09054d14b7520d6f22a0dd25891
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 10 00:55:07 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 277305 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..8d6838b8b
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..06abfaf7f 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-01-10T00:43:18.66645699Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 8eabda00655d76b59fe0cf4f395db78225c8677283d6217f9a1ff9b70eb3c932
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-01-10T00:43:18.649961035Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..d8bddf0c6 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.ya

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-01-08 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit defb138eaeb1a01aa4d82807e57d07827e1d1b04
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 9 00:56:30 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 277306 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..9aacf188a
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..6c33081a3 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-01-09T00:44:42.294313141Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: bd58067a846a077e166331f4a770951ccd7bada3e43ce086485f4946cf7d1b83
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-01-09T00:44:42.278968334Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..ed22a5463 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.ya

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-01-07 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit cbe45301ba33e98799de07d321e950bbe01376b7
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 8 00:55:57 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 277307 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..76b7822e8
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..0aab115b7 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-01-08T00:44:16.962529848Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 2120f2c89d18d2e4853d944813b8040a507e875a7f04bc3cd2b768c84268af8f
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-01-08T00:44:16.949714655Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..e5c8443e6 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.ya

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-01-06 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 2158386853be2682a940e51d3b58b8643a1861e3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 7 00:54:45 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 277306 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..f8cb03977
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..92876226a 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-01-07T00:43:37.585945717Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: a09515bf51b41a18526b7b98612691e97750afe137e84024b4fdfc20f838d627
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-01-07T00:43:37.567219935Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..66b266198 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.ya

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-01-05 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 3688696c70e5091062406929a4fcb13e7ec79235
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 6 00:56:26 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 277306 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..20d0f2743
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..f9d300984 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-01-06T00:44:23.07386552Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 4df79bcdaf5ec98d6aa43bb746e0891b3df319edc786299aea376c33019ac3e2
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-01-06T00:44:23.065038322Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..00798ccb1 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yam

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-01-04 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit a389dd760a1f6525500b2e4036e946dca064ba29
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 5 00:59:06 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 277306 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..bd8c12451
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..02b5d57a6 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-01-05T00:47:42.58549923Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 93b5d3c27a3b5a1d9073db489a94e4824d4d0ebb2473cf33b13dea3b1d22a43d
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-01-05T00:47:42.556892794Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..a9f4a91d8 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yam

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-01-03 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 0edb72adfffc060e2a715598ceb5903bab4bc6db
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 4 01:00:33 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 277304 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..19970534e
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..b9193e01f 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-01-04T00:48:49.649403756Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 0239ce812fd0b12796001385b09b33411ba01e5aeb8ca3451ba19d6570eaf21e
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-01-04T00:48:49.627733627Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..1896a2b67 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.ya

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-01-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 0eb015395789d45fe84c1a8fa7f909dfab5d3a2b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 3 00:53:16 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 277306 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..c29a90873
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..457a8fb2a 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-01-03T00:41:37.844226139Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 744356ddf83273f6b5ffbdbbbcc1e62395a3e2a857722ff51969ab7a3a4d3e7e
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-01-03T00:41:37.835231615Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..cd99a4c23 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.ya

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2026-01-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit f33ead2475df21b6bb52d0d7341138c2ca215c43
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 2 00:56:02 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 277305 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..5a2999751
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..0db0c06b3 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-01-02T00:44:11.678149394Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 9953654b5679e5f13cbe728d2b1f146777ab60d65ce0b6e6da62f23113235ba7
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-01-02T00:44:11.665155085Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..89f09311e 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.ya

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2025-12-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 65d295b5e4bff531c7a6e5e33868a52f17f2543c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 1 00:59:55 2026 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 277302 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..665c7be8e
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..be38f5caf 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2026-01-01T00:49:04.581489411Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: c70c5c0ebea9396b0d27393c55b5c437c049dd4a4a606942b36a2bbcff9de8a7
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2026-01-01T00:49:04.572489755Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..e42f3f924 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.ya

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2025-12-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit c52399b481728d4f08315c74b5a297fb9e26977f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 31 00:56:17 2025 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 277306 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..57e7a9b78
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..ce903d7a6 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2025-12-31T00:44:28.498019052Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: b7435372e9e583ff893226385e0cefe41dbc635cb0381f9713488e5996b4bd41
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2025-12-31T00:44:28.488930246Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..4aee92a6e 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.y

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2025-12-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit c27da89ef677234eac6cf7bc2c9385692fcf09e4
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 30 00:55:08 2025 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 277303 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..ff6d0a1d0
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..d59012bff 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2025-12-30T00:43:19.954566014Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 9df6baccd76365640a2e626882eb6a2b38e3673defb1501d5c84e2ed5a2de65e
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2025-12-30T00:43:19.946511895Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..31205bd37 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.y

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2025-12-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 1bae5556500ff7c3e739b7ae3d038faa32c7d95f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 28 00:59:27 2025 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 277306 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..2930b2bed
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..c0bc97644 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2025-12-28T00:48:26.763431284Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: f727826ab7a27d09f67fc315a2409954323cadee653cd7af7f01e8507b35538f
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2025-12-28T00:48:26.755089268Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..7caa1ad02 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.y

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2025-12-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit eb08ebb0d20d313a4c43ccf00fd72b15737ee2b0
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Dec 27 00:53:25 2025 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 277306 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..9805f4bff
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..bd3f1c74f 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2025-12-27T00:41:55.141596395Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 09f532f93bf0aa7ef7cf6dfef6d331d2eb74520a831f751b53f4168df8a3e556
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2025-12-27T00:41:55.128454033Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..c15c31f8e 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.y

(camel-k) 01/01: chore(ci): v2.10.0-nightly release updates

2025-12-23 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to tag v2.10.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 9fdb5c3ebd8ac26f30bfdd5a3f1883b729d93c04
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 24 00:55:05 2025 +

chore(ci): v2.10.0-nightly release updates
---
 docs/charts/camel-k-2.10.0-nightly.tgz | Bin 0 -> 277306 bytes
 docs/charts/index.yaml |  29 -
 helm/camel-k/Chart.yaml|   2 +-
 helm/camel-k/values.yaml   |   2 +-
 .../config/manager/operator-deployment.yaml|   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml   |   8 +++---
 pkg/resources/config/manifests/kustomization.yaml  |   3 +++
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 43 insertions(+), 13 deletions(-)

diff --git a/docs/charts/camel-k-2.10.0-nightly.tgz 
b/docs/charts/camel-k-2.10.0-nightly.tgz
new file mode 100644
index 0..7c6c6d276
Binary files /dev/null and b/docs/charts/camel-k-2.10.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f5814312a..eaa86334b 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.10.0-nightly
+created: "2025-12-24T00:43:03.374052308Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 799ce16c2f0e3b2ddbd62b5738047750545c87b6b90dd88bfaafb310edda00e4
+home: https://camel.apache.org/camel-k/latest/
+icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+keywords:
+- serverless
+- integration
+- patterns
+maintainers:
+- email: [email protected]
+  name: pcongiusti
+- email: [email protected]
+  name: acosentino
+name: camel-k
+sources:
+- https://github.com/apache/camel-k
+- https://github.com/apache/camel-k-runtime
+- https://github.com/apache/camel-quarkus
+- https://github.com/apache/camel
+type: application
+urls:
+- https://apache.github.io/camel-k/charts/camel-k-2.10.0-nightly.tgz
+version: 2.10.0-nightly
   - apiVersion: v2
 appVersion: 2.9.0
 created: "2025-12-20T10:20:15.816317519+01:00"
@@ -1199,4 +1226,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-12-20T10:20:15.804637992+01:00"
+generated: "2025-12-24T00:43:03.366143572Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..fbe206542 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.10.0-SNAPSHOT
+appVersion: 2.10.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 3e40bb5ba..f3b0c2966 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index e95501896..01925079f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
 name: camel-k-operator
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
 app: "camel-k"
 app.kubernetes.io/component: operator
 app.kubernetes.io/name: camel-k
-app.kubernetes.io/version: "2.10.0-SNAPSHOT"
+app.kubernetes.io/version: "2.10.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.10.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.10.0-nightly
   imagePullPolicy: IfNotPresent
   command:
 - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..8b0fa1f21 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.y