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

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

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

commit d4f2aa9c3381e049052a93b8e0191f041880454a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 22 01:57:29 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 255585 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..964d166fe
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..71811a14d 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-09-22T01:39:54.645627368Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 96577e39d9d485efa411a05e581f74a78248134d5cd4ea5be1c113e8d3cb2c49
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-09-22T01:39:54.638029712Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..32b0b297e 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit b46ea2737d346c925d8234bec2a700a418fbbe6e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 22 01:52:36 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 243181 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..40c31d324
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 3846acd47..cadb452e5 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -28,6 +28,33 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-2.8.0.tgz
 version: 2.8.0
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-09-22T01:34:56.595069546Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 9781708733d3bb3239604192343300ca415a9d2f33a36049ccf7be5587060d11
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1172,4 +1199,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-09-16T16:50:36.257546781+02:00"
+generated: "2025-09-22T01:34:56.58306463Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 49349df0b..43cd1be2b 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.8.0
+appVersion: 2.8.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 20027d92a..d66aa2c08 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.8.0
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..cc9d8e0b8 100644
--- a/pkg/resources/config/manifests/bases

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

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

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

commit cf6e7b4cd11578df985e64df310e5399faab
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 21 01:49:50 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 243183 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..136f0ff99
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 3846acd47..786a9accf 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -28,6 +28,33 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-2.8.0.tgz
 version: 2.8.0
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-09-21T01:34:41.219878859Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 556d50225ce9eeeb89fcc208cc4d70268ca7c5556db8fe0351b92947fba35c83
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1172,4 +1199,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-09-16T16:50:36.257546781+02:00"
+generated: "2025-09-21T01:34:41.210337162Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 49349df0b..43cd1be2b 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.8.0
+appVersion: 2.8.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 20027d92a..d66aa2c08 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.8.0
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..f8afa4e04 100644
--- a/pkg/resources/config/manifests/base

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

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

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

commit d590315b5ad3b7f4683077476a92539048cd461b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 21 01:47:39 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 255586 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..1382d5b6b
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..a99afa7d4 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-09-21T01:33:12.939146955Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: e5deb1a9a12b67df3df127eb2d86d3171c05737a8adb7e054fb051008222abe8
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-09-21T01:33:12.928184022Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..536bcc013 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit dc3de487c4b3831cec77e07d2a251a404eeb9057
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Sep 20 01:47:23 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 243183 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..491ed4fd4
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 3846acd47..7836c476c 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -28,6 +28,33 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-2.8.0.tgz
 version: 2.8.0
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-09-20T01:29:51.313855529Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 8799c16594afdfcaa184ca35bd3e59266bcc9b8e4fd37e6a43fdfb8c12aea0fe
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1172,4 +1199,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-09-16T16:50:36.257546781+02:00"
+generated: "2025-09-20T01:29:51.30746027Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 49349df0b..43cd1be2b 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.8.0
+appVersion: 2.8.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 20027d92a..d66aa2c08 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.8.0
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..52d8512c0 100644
--- a/pkg/resources/config/manifests/bases

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

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

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

commit 828a905e9af8c45e8e80444f21c09bbe87f70c07
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 19 01:51:01 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 243183 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..3fff42cc3
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..1437ac81e 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-09-19T01:31:50.930127147Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 69b9894ce8c7262d4af1831b06e9dfe97d393da13c1a779d00c0ac7a2dc03fb2
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-09-19T01:31:50.921052565Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..053032df5 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 71a1cd5e447b7b3ae3db0597fda75343c33c279e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 17 01:51:15 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 243183 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..22824a925
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 3846acd47..c0eefbe8b 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -28,6 +28,33 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-2.8.0.tgz
 version: 2.8.0
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-09-17T01:32:34.90540312Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: b46bc2fdfb515f8babee49af980797c4015b80b5048fb82e9cd0f24017e03192
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1172,4 +1199,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-09-16T16:50:36.257546781+02:00"
+generated: "2025-09-17T01:32:34.898765454Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 49349df0b..43cd1be2b 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.8.0
+appVersion: 2.8.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 20027d92a..d66aa2c08 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.8.0
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..72d19c2ea 100644
--- a/pkg/resources/config/manifests/bases

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

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

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

commit d1152f41bd7f2f6c1d40db37a5bc37c0aeecc0cb
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 16 01:52:54 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 243183 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..c6417ece8
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..53219e4a8 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-09-16T01:32:25.223050488Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: c7cc596e69dbfc91cdf78c245cd0ba9c62080e18680281380b153782b98e4e8c
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-09-16T01:32:25.215745388Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..ed241830a 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 0ad6bd7426037efce7e076f0e2611996ad52b267
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 15 01:56:04 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 243184 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..7d6d72853
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..92b71ebb7 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-09-15T01:35:50.300433966Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: ee224877c66841b3dd90fed0bcb230f77ffc51c81eecdce3ef960bce1ed771cb
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-09-15T01:35:50.286267534Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..07e55e04b 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 1affc14da1ac3e32a1cc2f1fb88f052160dc04ba
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 14 01:51:25 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 243129 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..e902c7186
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..dfb7855c6 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-09-14T01:33:31.962586442Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 419252d9fb427a236b50bc77791137ad2a9ac307746c0055758fccb29f263f44
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-09-14T01:33:31.95631955Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..7de5b75db 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resou

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

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

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

commit 8901525b49c29015f1fcf82a7d7170e7b339805e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Sep 13 01:52:11 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 243127 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..cafc360b7
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..006357ecb 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-09-13T01:31:15.336586178Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 21b559bfd21b34442a19dc89f3dc1af666c206cea15deaa5fe7efb66312b16b1
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-09-13T01:31:15.329539842Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..fc7ef6577 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 4a3a7650fcd19302f6b22a11a5bc430e8e984282
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 12 01:51:45 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 243128 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..7a06ff54f
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..d369b6f21 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-09-12T01:30:01.307353113Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: c134ca20fff864e26123850e7c8e847197fecdf856f243ad695c367fdfd010ad
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-09-12T01:30:01.293693591Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..4c5b8847d 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 20c45847b09e13cc225d3737191a7fe20ed962c4
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 9 01:53:05 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 242888 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..de6a532e2
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..da50c32ba 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-09-09T01:30:55.420408531Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: acef169e79e499c9e4a3ad48904db67cc17ca1824beb811d74c5030faf8cc3e1
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-09-09T01:30:55.413196935Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..06f02c594 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resou

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

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

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

commit 33044641ef9853b0928e6ddad9a641c8b48d5a03
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Sep 6 01:47:07 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 242888 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..65a8ff682
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..e275f2816 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-09-06T01:27:44.064441548Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: f000746d30cb42998e84dbe1208a8fca93db3b351f804e87519a79f8005198fe
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-09-06T01:27:44.051723276Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..7224d7bd9 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resou

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

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

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

commit c3a3afbaa1bc6068bffdcda008987e42f9629dcf
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 4 01:46:09 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 242864 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..51b2752a6
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..0407668ba 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-09-04T01:28:38.746286015Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: f03579293be6cafe3e1663aee381aa5a5d3c35c3808f0fbae40f7797839a6c6f
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-09-04T01:28:38.73981736Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..37f409281 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resour

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

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

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

commit 2e27158751851bdff2cdc30f0a3407c588cc6232
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 2 01:45:33 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239990 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..f24a49c23
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..6c0a640b2 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-09-02T01:29:37.245564294Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: b790bb1c312590ca4e0698cf5ba46ec8597ccb2af6de839bbd6b8aed338156b6
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-09-02T01:29:37.234677427Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..003f02511 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resou

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

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

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

commit dda349aef32687849f26ee53e3ee9ca774488ccf
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 3 01:44:57 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 242326 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..1da0b299a
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..abad678ef 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-09-03T01:29:15.536067866Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 53fa2d600bf530550abdaa4a4ace91a816277e913f7ae6bf9ac4edd5fcabdab7
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-09-03T01:29:15.52910106Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..d25f80237 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resour

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

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

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

commit dce74655ab761727e0f8edc56f7e38f798f2865f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 1 01:52:45 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239990 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..79de5f2c4
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..cbd394ab3 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-09-01T01:37:44.207048979Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: efa7fd2eeaa8e38fdce71bdcf7e0685e508a361d6af311f78fb77961f7f17d10
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-09-01T01:37:44.196761723Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..02a069d90 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resou

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

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

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

commit 280b522fb02d4adc3bc40f2b432f0808bb28368e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 31 01:49:04 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239989 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..59d0ff095
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..fc07c0d6b 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-08-31T01:34:06.930931298Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: e792e1b9e21ece954ee6aa11433bfbda4617494fec8c14c178bb506db393e15c
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-08-31T01:34:06.924633509Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..e38b7a3ec 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 649249eedc0ac5c1fc6e347efe188863075cedc1
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 30 01:42:10 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239989 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..34888514f
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..44254395f 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-08-30T01:26:40.109560603Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: bfe25e310631c0e4f257988af22fc5e9466c6df24b4381b2ee7061ed5912a1eb
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-08-30T01:26:40.103055326Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..fb4ca3d7b 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 9cfe9e50eaeae852597fdee6c0724405e38d9632
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 29 01:43:39 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239989 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..f4500db20
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..841d8b935 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-08-29T01:28:50.746626642Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: e0ba826cffac026c621a8e8492e160c264bf97b53d9dbf6d3052789d4ade7f1c
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-08-29T01:28:50.74067766Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..50f94407e 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resou

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

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

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

commit 56bc10361025a179c1d6ac55accda87a49c2e808
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 28 01:46:18 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239989 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..3b92b4b5f
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..c3aa534be 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-08-28T01:31:00.311056767Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: c9b7e695d36f0c69f4b624f780ea234ad3df5ecb65a05d2d09fd4c394cea4956
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-08-28T01:31:00.294977624Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..f5ea8ee22 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 2f3f8ffcc2ab4c971e74545b18be6cd46cc97bf0
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 27 01:45:06 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239990 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..e61935627
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..21f545da3 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-08-27T01:29:46.353347753Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: d060a1b3cc5fa94e4d2e0074eb121cfdc2b4ea8c6139f701d3db418f8c16fc49
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-08-27T01:29:46.338451329Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..4fdd51a53 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 79900d978f62c9bb864cf3309a3be2135839e3b7
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 26 01:46:04 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239989 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..4d2507c54
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..22fe4638f 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-08-26T01:30:44.701762028Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: f95b8d150f8a80af9c842a3472aed3909665aefecb97645c8e898e1fe7f084b7
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-08-26T01:30:44.69396453Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..0b1a45ee2 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resou

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

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

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

commit a8dbdd368db02f4bc28ce45bfc43a128a70e7ab3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 25 01:55:28 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239986 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..5274e6587
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..879c54360 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-08-25T01:39:55.927410736Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: e2b3a55eb948a7f168f01667f5acc6bdc42953550daec8f1b21dd06384f6ab1a
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-08-25T01:39:55.916168088Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..9fd606453 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit c988e22575449f732ccf92e4f553c764ee6d65fa
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 24 01:52:36 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239990 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..19f4830e5
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..4b5579e3c 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-08-24T01:37:10.603830904Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 577984cf6109dec99adef9a2fd97e6ba7f0413b125f06f5ce9ba23690902763b
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-08-24T01:37:10.597674213Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..9911ee4d7 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 73d28b0bc55ce7917097a4f94a4bce1f3d9226d8
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 23 01:47:17 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239989 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..863e0c7bf
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..d91cdab9a 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-08-23T01:31:51.155034305Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 785c1e392bc6786e0bfa0a222c09851bd183735036631b38b8614baf2cdb4a0c
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-08-23T01:31:51.148485689Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..e8ccf5015 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit ebe02bc1710c2664dd2731119c1f5b88c03bc94a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 22 01:45:14 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239988 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..8f2323994
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..2ea24f11f 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-08-22T01:29:54.665033477Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 5716a1ceec53a29042b29b358f5f51aeb04e1484a9b2ccc523b0ff2c436ab382
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-08-22T01:29:54.658299213Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..e89c51962 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 01386e9f16e2ccde26e847b548d02ca9a4789473
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 21 01:43:54 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239988 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..863e34292
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..e6b5a0184 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-08-21T01:28:42.068124319Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: dfe0f835e0d5b0a4cd4722f032a4636340f5e54de0bb14ae17698bbf70737056
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-08-21T01:28:42.058078964Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..b4688f35f 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 58d91d8f507d0f153f32d711334ad94f29cf8490
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 20 01:46:42 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239988 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..c6a3429d8
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..6587ca318 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-08-20T01:31:32.632922114Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 2af761e218da3c516ec565ce7a11dc41106fde677807ab992f9035b186df15b3
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-08-20T01:31:32.621784324Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..754b3fe30 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 91181a7fb6a1e368dcb7e3b8a742a8644cf2e5ef
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 19 01:48:03 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239989 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..c5db86846
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..e462a687e 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-08-19T01:32:01.286385331Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: d7aac4ec88cd668e67b63421394378f77e224f304e0733ba5fc2ffed63a5
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-08-19T01:32:01.26946238Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..bfdad9564 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resou

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

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

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

commit 7b1364c5462de9b951cf0c38e7bf6ab5e12599d1
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 18 01:56:02 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239987 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..81137d2d3
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..c0b22931f 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-08-18T01:39:48.669924711Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: b2705570580817c9de0cb0c75d9d7bfeaa40298a1cf34d2ce85156aadae5da7e
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-08-18T01:39:48.658567526Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..52b6c2f5c 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 0a66508ac8e409dfb11f16ac7a23b7571bb6126d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 17 01:52:06 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239989 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..f70f50922
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..4259a3182 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-08-17T01:36:43.09061923Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 4ddd55acbd0d4e1cb905a5c82dc17b9c15849c703438608aeb65dc619b6e8257
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-08-17T01:36:43.078813718Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..e58eb147e 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resou

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

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

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

commit b141044f4ad06a1c8756b7634f946438b91bbfff
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 16 01:46:20 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239991 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..3731ca156
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..97c028104 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-08-16T01:30:31.428166036Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 62709049a12b595ae5fe2421dfdda7a8d79300387b092dbeacf10cdc30051db4
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-08-16T01:30:31.418088417Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..5da35ec1f 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 97b69c6fb148d0692bcf7145246389ffbb912777
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 15 01:47:41 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239050 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..6fc7282e0
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..0e8b967a5 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-08-15T01:32:08.494978251Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: aaf74c6fef3949b3be33ce99f6abcfd7238331cf800d36c84fca6d49714e0c57
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-08-15T01:32:08.476311385Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..d2cf7a47e 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 50cf3b38cf4459359c2791557eebaa06b0c1f79a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 13 01:46:54 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239050 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..c4c46837f
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..0dbefe5b5 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-08-13T01:32:19.361268787Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: d7666b5725c2feeda8ea682f51f3d33bee614bb8000a06134f17bee6288c816e
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-08-13T01:32:19.345658116Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..925062ad2 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 5561765285320cf0e3a59ec1ea5236389417b4a6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 12 01:46:11 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239051 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..5a21f025f
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..8bc9490ec 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-08-12T01:31:13.834330616Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: cff02e4ff43c6248847d7c9cf14b797ad22436834cf2b3ab7a8bb69bed94a751
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-08-12T01:31:13.815749709Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..c78ea3c2e 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 48c52beb95b45bcbc841bbba0e74b3cc024dc636
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 11 01:47:35 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239049 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..c8b1f56de
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..677e5238a 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-08-11T01:32:15.241992403Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: aa2ac23cfba6774211e3ec829a505bb456606bf3db733b7e2b71b5e8a22522cd
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-08-11T01:32:15.228932326Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..9edf77e08 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit f986841ef5bcdfcd1a4cfe0b8d720070bc13059f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 10 01:49:34 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239050 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..97b8cb5df
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..857e43ed9 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-08-10T01:34:12.815473756Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: f12c4d58ac43aa210e0f3258ca9cffbf2725c37c2371e39ef05ce64aa43532e0
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-08-10T01:34:12.801735087Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..75bbe9b8d 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 19d821575853796fec75e3a8d199f0a6444c1a8d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 9 01:43:22 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239050 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..fa12bd4d8
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..abc0440b1 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-08-09T01:28:16.210885382Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: daf774acc36d9222d9dbb5e7983692e48f83dd676a77c153b95a16a2be7c2fa5
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-08-09T01:28:16.192093327Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..b8cccfbe8 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resou

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

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

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

commit ed87e73c24408e6447cd931ccbe27264a286b925
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 7 01:49:14 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239047 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..273174f6e
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..bc15d63b4 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-08-07T01:34:22.074348925Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 5bd65b26cc794bd555f46d5acf439fd9cf2b924cf2fa6326700beda808eebd61
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-08-07T01:34:22.059847092Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..79adc7450 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resou

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

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

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

commit d195908c4516c6199ff769d3ffcbf9122211bfe6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 5 01:51:11 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239049 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..1a9d821e8
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..aa85612aa 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-08-05T01:35:28.382915885Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 7021c5ab2fc10f8a82177d460b38d56d8d6af2fa12d3143330334c0f440944de
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-08-05T01:35:28.369111669Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..4d2c34154 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resou

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

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

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

commit 39222c8752ff42318eb244c354f19ff57444e66a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 4 01:56:25 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239049 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..7020b6bf0
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..e6edcb833 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-08-04T01:40:47.201896504Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 4bc502274a142b7aafae0c32963c5b9620bb5dcc4ffb16e3d92c3c612a332799
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-08-04T01:40:47.182336616Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..b036ae9a0 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resou

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

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

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

commit 710df21a53ed3d5fe81dc8bf3050445a1b02b468
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 3 01:55:13 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239049 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..55c91b29a
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..76e3acba6 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-08-03T01:40:30.316451023Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 69d5976e81d2285e815575b8113ace102eac917ff0a02f2341a08d16f34d25a4
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-08-03T01:40:30.300622494Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..6f9651d48 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resou

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

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

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

commit de3543be95aa014e4df1ae3c09fbbfae414815e9
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 2 01:45:37 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239050 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..d5e883713
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..c529d7f07 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-08-02T01:31:09.825730623Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: f87e871ead767e762b6325bfc867825f2f2b7a17ac22fb59263072a5580dcfc8
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-08-02T01:31:09.807829538Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..e928362e0 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resou

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

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

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

commit d1e7dc585730d676067eaf33b39ec374edfe0e80
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 1 01:54:14 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239049 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..2eff9cac0
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..c6a05b9d1 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-08-01T01:39:28.379610301Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: a693f1b8f08228f9fb2fc336f797a63079d098a9d47e0235c1c6084a04fc3fd6
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-08-01T01:39:28.368613932Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..12d3922c2 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resou

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

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

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

commit b515c57295482761540647812323bdbd6b131138
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 31 01:51:54 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239051 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..9f0699340
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..422efc0bc 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-07-31T01:36:39.315498807Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: a4392b86fdc6784ab8d57fb2a4d6218e90bad5baaecdaeada12fe1d1d589c3a3
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-07-31T01:36:39.304417722Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..454d17bc4 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 15bb86773a0eef9273c68ae66477833d8e281274
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 30 01:49:37 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239049 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..5f649a5c7
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..697797852 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-07-30T01:34:30.746267457Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: ce3f9e5df2fc80ecca5fca296d90a7aaae7d8cce9153f512b9b275fd0f3e34bb
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-07-30T01:34:30.733323832Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..cc8abcd67 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 6938c66ad076c265d9a6a66acf6e5686ad044d39
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 29 01:56:15 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239046 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..fd23a7ba4
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..4d47f8989 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-07-29T01:40:17.477180546Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 8494ae5a8f43a7c55882fe5bab7fb82323756f10975ef9e1bbd839f2dd153c40
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-07-29T01:40:17.456298453Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..02f93a058 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 131e300cba188706b10821c8f701ac80f46348ee
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 28 01:53:09 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239049 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..f1b35fcc7
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..3af49b668 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-07-28T01:38:16.137898562Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: b7f780ba74f9ec8503c64e26695cc82759e5aa69e85b5a19647d180aa4e3df38
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-07-28T01:38:16.12689625Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..0e7c28940 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resou

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

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

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

commit bbff391d338add2d587576a7d55771d099c92bda
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 27 01:52:22 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239046 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..1dfe30eca
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..442e92605 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-07-27T01:37:04.283749471Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 9f996061c32f5248aed62185da830eae442def8b8683bf3e81fc3a50ed17856a
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-07-27T01:37:04.266452743Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..49f248eb5 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit f59ecde91a7d9c699e34f480a56d5b54f875938c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jul 26 01:49:06 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239049 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..68e438fa0
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..0da917154 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-07-26T01:33:54.717605061Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 7696d8aedc9fce6e23a8954f9e5901fe5e07232d1f18f787abc9f129879ce666
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-07-26T01:33:54.706627866Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..fb7df55ad 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 1fc94986e8c2e30e44818b87bb54530fbd53917f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 25 01:50:11 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239048 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..a97afcb91
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..bdee442b6 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-07-25T01:34:27.960086952Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 98ad511763c5a25888e63d52e635c01f1d762379fcd28c409d8af9509ad70949
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-07-25T01:34:27.948515747Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..c25316404 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 6da87db488bc3289189b2847367cd1d52a6364e8
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 22 01:46:37 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239050 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..82753cbac
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..20ba039cd 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-07-22T01:32:11.524484722Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: b6a9e5c0ce43f5daff2286fee524991d664d7699f8aaea89d3c6822f7615beec
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-07-22T01:32:11.517240863Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..d00ec9479 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 2944d217dbe97026a43506b56ae2517677d51b24
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 20 01:54:50 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239049 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..028060184
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..000fd014c 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-07-20T01:39:25.763965967Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 1772e8fc1b9f670aed1b0461b5a53897916ef749960319f5eeeb75b6f71d5a7a
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-07-20T01:39:25.748874178Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..676e745d8 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 411d36261b502771a2c22dbc04710de9f2d3ed68
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jul 19 01:51:28 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239049 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..4b9c5c0eb
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..4ded35798 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-07-19T01:36:02.174759967Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 8d99a10f4968512eb5695754d5f59a2425abfbfa9f54002e4cb16ea845b06dac
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-07-19T01:36:02.163729955Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..c2214f147 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 440f0a5fca064c220128b9d99b7097ea125b0f81
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 18 01:55:48 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239049 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..c542f30fc
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..dcf6f033f 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-07-18T01:41:25.358215155Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: e86fde8bec59a20bc3cfa94ff9fbdfccbe35f3058c2ac798c4956fe5320eaf4e
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-07-18T01:41:25.342708232Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..92fa23ac7 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit ee3535570b33f7a17e3b35e3ef58b355091bf36e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 17 01:47:18 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239049 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..a0586bbe9
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..2e5a3e85e 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-07-17T01:32:29.666933379Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: a1aab12b38f58665840341062686f0200a2006bdcd73e13d673dc4d91467d0f7
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-07-17T01:32:29.651324882Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..121792584 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit b8e3a0f8d71647343d4cac00392a32c83dff5587
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 16 01:46:56 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239049 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..d8432ae67
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..1866f5212 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-07-16T01:31:07.565442676Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: ae88bd6c4db06604b2fcbb32fa77189447364551ba5528854d1c4de1a3543e59
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-07-16T01:31:07.552883708Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..cf8fa6148 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 72e4ecf326e2c44a9edbd374646d39c775eeecaf
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 15 01:47:08 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239050 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..37247a5e5
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..6655ab340 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-07-15T01:31:43.360160227Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 84fb7dbbd1de7e3c9231db953aa1d813a3726d98bc207775b920da67728c6950
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-07-15T01:31:43.344299495Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..63d6a0fec 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit c16879bb941d4cddd4f614b6b4f44bd4c69628ad
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 14 01:47:28 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239050 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..6cc700795
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..da1b53938 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-07-14T01:32:30.158985406Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: d9a2d9bc1d3173119a13eb123b2b5b6cb975940475709f9e40239ca3632d7f46
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-07-14T01:32:30.148255125Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..799c520a2 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit e5a0b71740c25dfb33452b8ad6d71c46b17781dc
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 13 01:49:59 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239049 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..858f2dd19
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..b0ef4d093 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-07-13T01:35:08.056016783Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 02316439d6c132dc87dd42e4ddf465c4bc2eb04b161a7be74367143fa4e913fa
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-07-13T01:35:08.038284735Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..83dabfc78 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit abe0afacc78a3741d513c9633ba9bef57534de9f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jul 12 01:43:40 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239049 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..524905596
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..d3b0e21cb 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-07-12T01:28:12.882920138Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: d56fccb4120a4d69081da1e74b68f32c08f0344e318117533bd3681fbad1757c
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-07-12T01:28:12.860625607Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..d42057802 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit e5ccafba611ad67d74cc0fa77192651cbfdee980
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 11 01:45:45 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239049 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..2d0213bac
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..aa76471ae 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-07-11T01:31:11.508468203Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 66521bc93311e93763022585d99021b9a24288e42716d0d49f8a446398220438
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-07-11T01:31:11.492853985Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..fba04ef1b 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit b30a5666afe7ca5f4bcfbc73c4e630e85b59e5cf
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 10 01:47:29 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239049 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..227a5ca8f
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..f3c3f588c 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-07-10T01:32:41.96022905Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 35616fdbb286b3af1785a404ebb504ed1ebf37e077eff302a582ef9b361560cc
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-07-10T01:32:41.943881195Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..ff21362b6 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resou

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

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

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

commit 63d1c435cd7654668fe55a8b2e545eda8bb4a59a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 9 01:47:14 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239046 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..77e9a2c22
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..b66be9870 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-07-09T01:31:45.152221322Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 97e0f8362f1e1e8eb2f7f92825b09c79365b0729c394c4a93da813cfe159ebf5
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-07-09T01:31:45.103208931Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..90abff597 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resou

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

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

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

commit fcf0679b21fa47653ae479a1da59a6040201916c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 8 01:44:46 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239049 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..8dd7275dd
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..7518dc329 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-07-08T01:30:09.692525159Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: da105327f55768bad67aa598f4e7ceb057946ed6ddb860cb9e505c6da732d9b5
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-07-08T01:30:09.65344285Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..c499334f8 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resour

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

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

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

commit c65557234833a6a64b5e39028aa672d93885b17f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 7 01:51:49 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239048 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..cdf8c93c0
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..d3ab8ea5f 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-07-07T01:35:13.624177957Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 2f8830a7ec6512c208599cf4edef8d116a3fcb650789230c4156176755dbe199
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-07-07T01:35:13.600180792Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..824d245e4 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resou

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

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

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

commit 133455df98f8c7d02cf324b5c99c5edeeab199c8
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 6 01:49:43 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239046 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..af278425f
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..5bd72343d 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-07-06T01:35:13.358337764Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: e6824d9b75cfdcbf9d42cd25195288843af3575f68c62cbe970d54bd861ed32d
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-07-06T01:35:13.343614573Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..826a6c77e 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resou

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

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

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

commit c6f5fdd573f1f87bb52aaa87c830fe2825c73bfd
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jul 5 01:47:30 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239049 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..039b29358
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..ff6001180 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-07-05T01:32:01.602024157Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 500578740331bc72a93d777d43d7e3e89fcc7eebacd7f61065c12fe1ecb4e60a
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-07-05T01:32:01.590596701Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..35b5a4aea 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resou

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

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

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

commit c4da6c0d7239f730163fee02e33f8007dca102a9
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 4 01:46:27 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239049 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..6fa1ee01f
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..4f4bbe213 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-07-04T01:31:35.876702004Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 1c1145e0d934b773e696dc07b0a599dda68b98d0e1d3f974cf55fa70b56431e3
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-07-04T01:31:35.844871253Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..5fd749d8d 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resou

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

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

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

commit 16c6c38e44330da1b1e383d6c406873ff49eb03e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 3 01:46:41 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239049 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..53f144b31
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..8c7b59926 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-07-03T01:31:47.845822562Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: e699c545004773e47e79a63f63fe790a84574908c430ff7cf5e65a09b04033fa
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-07-03T01:31:47.833897496Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..654809749 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resou

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

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

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

commit 4ebbf6471d5c8c9dfa8929ad2679286b889574c7
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 1 01:54:21 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239050 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..49ed7a81f
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..7daa81820 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-07-01T01:38:58.109871761Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 123b8028c45ef8d2632eb8328dc9880318bb0002b46282a0e07346129c8fde06
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-07-01T01:38:58.092476642Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..c55025387 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resou

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

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

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

commit be747a62fdcba25c661d6c31d734f8ffe8fe
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 30 01:49:27 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239049 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..c130ba82b
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..bf87feacb 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-06-30T01:35:06.998853358Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 91dbbb2a4d8a8657f597d4a5dc77faac8bf8fc3716a45cc9c029646ad1140423
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-06-30T01:35:06.984474016Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..24187d9a2 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 97d934be6f609715f20aeaaa66422cf01a7d7965
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 29 01:51:47 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239048 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..078c161ec
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..032fb35b9 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-06-29T01:36:56.950934481Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 2bf46ece8225d54cc13a3a2eee7ffa92dc18e79e27b77bff5060acb5c7cd8215
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-06-29T01:36:56.933234856Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..025573936 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit f0a606d9b2c1c0be5b7df220b2e52ad76a774b19
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jun 28 01:44:14 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239051 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..3b14a2756
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..73c129426 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-06-28T01:30:15.614636381Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 9e41413d7922c0333d0399dd3a32b7fd94fca11f11b1633919b3552ffa926b87
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-06-28T01:30:15.602110628Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..a60e98c4c 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 3287f940fcc44c0026b469d715ef0829c053aaed
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 26 01:46:26 2025 +

chore(ci): v2.8.0-nightly release updates
---
 docs/charts/camel-k-2.8.0-nightly.tgz  | Bin 0 -> 239049 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.8.0-nightly.tgz 
b/docs/charts/camel-k-2.8.0-nightly.tgz
new file mode 100644
index 0..a97c01573
Binary files /dev/null and b/docs/charts/camel-k-2.8.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 5993d5531..8f4221a1c 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.8.0-nightly
+created: "2025-06-26T01:31:56.365644482Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 22189415fbf57692c579d41c31fda24cef4195da75bccb54129efde9bedad907
+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.8.0-nightly.tgz
+version: 2.8.0-nightly
   - apiVersion: v2
 appVersion: 2.7.0
 created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-06-21T17:58:30.057299429+02:00"
+generated: "2025-06-26T01:31:56.353384533Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 899794537..43cd1be2b 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.8.0-SNAPSHOT
+appVersion: 2.8.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 6d0316f55..d66aa2c08 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.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 fc6655e4c..165344ac0 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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.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.8.0-SNAPSHOT"
+app.kubernetes.io/version: "2.8.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.8.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 24b5a978e..16b807202 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso