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

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

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

commit 3b19a87edb077cdffea259bc6e1773b7c16cdcd6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 19 01:38:12 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236471 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.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..b559697ef
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9d30c20fb..97b3f2194 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.6.0.tgz
 version: 2.6.0
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-02-19T01:25:34.301102994Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 48b68f1eda4305b5444f6cbc4a4829bd915af93313aadbc4ae74b1dd4252d8fd
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.1
 created: "2025-02-07T13:04:21.457791326+01:00"
@@ -1118,4 +1145,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-02-08T11:14:19.746804717+01:00"
+generated: "2025-02-19T01:25:34.294796457Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 85c4b0018..eab120245 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.6.0
+appVersion: 2.6.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 50b14be74..a757be6c2 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.6.0
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 baa33738e..6dd9fd4ff 100644
--- a/pkg/resources/config/manifests/base

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

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

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

commit f0c510d410a3aa5cfcf5435e91990e01f08ecf32
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 19 01:35:56 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236471 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.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..0d1deb2c7
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9d30c20fb..7873c0b63 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.6.0.tgz
 version: 2.6.0
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-02-19T01:23:41.956765105Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 86a82f7392b834333cc6a1d2ec563361b99f9da3fd9d6fbfe90ad5f38a057b70
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.1
 created: "2025-02-07T13:04:21.457791326+01:00"
@@ -1118,4 +1145,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-02-08T11:14:19.746804717+01:00"
+generated: "2025-02-19T01:23:41.949878814Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 85c4b0018..eab120245 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.6.0
+appVersion: 2.6.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 50b14be74..a757be6c2 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.6.0
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 baa33738e..0bb0da118 100644
--- a/pkg/resources/config/manifests/base

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

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

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

commit d030ea9b3b4f2a98d3b1b9f4040788915ca3753c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 18 01:38:54 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236471 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.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..b636ff4a5
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index ab047f1b8..55b111b93 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-02-18T01:27:00.773546664Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 884a28e16e2dcdc5ea625c3ceab86a6b28b6c481dbf24b74740dae4b7c41b27b
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.1
 created: "2025-02-07T13:04:21.457791326+01:00"
@@ -1091,4 +1118,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-02-07T13:04:21.445034449+01:00"
+generated: "2025-02-18T01:27:00.76741892Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 baa33738e..4d1856adc 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resou

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

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

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

commit 619bb3fa282fc791ec48e4356f3ffe100dd1e3ca
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 18 01:35:22 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236472 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.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..eb5843545
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9d30c20fb..1917fcde6 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.6.0.tgz
 version: 2.6.0
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-02-18T01:23:13.132229357Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: ef82c0c02b6eefb7fc65de3801fb2a7aa77408ee27ae76986bfab05d99f509a5
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.1
 created: "2025-02-07T13:04:21.457791326+01:00"
@@ -1118,4 +1145,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-02-08T11:14:19.746804717+01:00"
+generated: "2025-02-18T01:23:13.122435809Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 85c4b0018..eab120245 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.6.0
+appVersion: 2.6.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 50b14be74..a757be6c2 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.6.0
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 baa33738e..7c69588c6 100644
--- a/pkg/resources/config/manifests/base

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

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

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

commit 30b84aa44980dbc7fb7dbc88c439e8831724be09
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 17 01:41:28 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236471 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.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..21b935a4e
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9d30c20fb..95037d344 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.6.0.tgz
 version: 2.6.0
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-02-17T01:29:31.671948556Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: a49960e867311d969c74f5857012f0ca34cd51ae800c2dd9fcfd235303da136c
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.1
 created: "2025-02-07T13:04:21.457791326+01:00"
@@ -1118,4 +1145,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-02-08T11:14:19.746804717+01:00"
+generated: "2025-02-17T01:29:31.665457203Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 85c4b0018..eab120245 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.6.0
+appVersion: 2.6.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 50b14be74..a757be6c2 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.6.0
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 baa33738e..15782ae58 100644
--- a/pkg/resources/config/manifests/base

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

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

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

commit e9ba9a6a637419b65b9fc3935f44c20bea8b37ca
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 17 01:35:46 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236471 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.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..bea141fe7
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index ab047f1b8..54b082b06 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-02-17T01:23:08.430395916Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 4b59876d8782f3239c240266f080438b4a0a11c1ff46733800724be79c4a133b
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.1
 created: "2025-02-07T13:04:21.457791326+01:00"
@@ -1091,4 +1118,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-02-07T13:04:21.445034449+01:00"
+generated: "2025-02-17T01:23:08.416492739Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 baa33738e..fd5bed014 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 8f82ac8df63d16e2e91983d91b6d6ac365fa231b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 16 01:38:05 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236467 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.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..3e6512553
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index ab047f1b8..eb717b8c2 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-02-16T01:25:12.980898034Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 59fdaa2ee455696621b3fc0ffd2d76d30cf86eb41ccb74df70c6c6c2fe1b7a33
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.1
 created: "2025-02-07T13:04:21.457791326+01:00"
@@ -1091,4 +1118,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-02-07T13:04:21.445034449+01:00"
+generated: "2025-02-16T01:25:12.974668709Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 baa33738e..c1aab9549 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 980181acd7edc519d9b7d74390327173689985cd
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 15 01:35:45 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236471 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.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..149ba7b14
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index ab047f1b8..c727e8cc6 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-02-15T01:23:03.090724986Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 3f639eb8c25f4467f253369e3bdf633d3a7826c3288152727a79d20315464361
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.1
 created: "2025-02-07T13:04:21.457791326+01:00"
@@ -1091,4 +1118,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-02-07T13:04:21.445034449+01:00"
+generated: "2025-02-15T01:23:03.07680643Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 baa33738e..8c8ec209c 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resou

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

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

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

commit e39bb39e09d47190eefd6c52d515f84bdeefa0fe
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 15 01:33:45 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236471 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.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..49d5cd3e7
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9d30c20fb..3e05ddcd8 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.6.0.tgz
 version: 2.6.0
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-02-15T01:21:32.007729659Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 28eaf6f242e0557785918ab8f8f5ae2423eb4cb4bf516569015d8358ebf1fe56
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.1
 created: "2025-02-07T13:04:21.457791326+01:00"
@@ -1118,4 +1145,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-02-08T11:14:19.746804717+01:00"
+generated: "2025-02-15T01:21:31.991328187Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 85c4b0018..eab120245 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.6.0
+appVersion: 2.6.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 50b14be74..a757be6c2 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.6.0
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 baa33738e..f6c18a16d 100644
--- a/pkg/resources/config/manifests/base

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

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

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

commit b84521abbbf28b39fa83010ba3191b37266454be
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 14 01:37:32 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236471 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.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..2e6ca3d69
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9d30c20fb..13e42c4f6 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.6.0.tgz
 version: 2.6.0
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-02-14T01:25:14.890978361Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 9afaa9696e29becdf2b3ad5ba9e42489fbe638819e530ae19c580efce2468fd6
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.1
 created: "2025-02-07T13:04:21.457791326+01:00"
@@ -1118,4 +1145,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-02-08T11:14:19.746804717+01:00"
+generated: "2025-02-14T01:25:14.882406618Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 85c4b0018..eab120245 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.6.0
+appVersion: 2.6.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 50b14be74..a757be6c2 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.6.0
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 baa33738e..507e26809 100644
--- a/pkg/resources/config/manifests/base

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

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

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

commit d94c9c125c56009e0823463104a87d43588b6438
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 14 01:34:13 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236468 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.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..efa3a0d90
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index ab047f1b8..0bae840c7 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-02-14T01:21:40.220357852Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: c418d1e226dafa01c36b10bc7defc2795b1c02e77eceb2e22446ffdd7095af21
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.1
 created: "2025-02-07T13:04:21.457791326+01:00"
@@ -1091,4 +1118,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-02-07T13:04:21.445034449+01:00"
+generated: "2025-02-14T01:21:40.210715533Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 baa33738e..e1fe9ebfd 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit a125eb5132d77ef3aa800735111ffde8937f0340
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 13 01:38:31 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236467 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.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..dc024c61e
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9d30c20fb..588651034 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.6.0.tgz
 version: 2.6.0
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-02-13T01:25:59.544250817Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 7e8692e4a6a74156ef136e0e95eb6a813acc08302aa68dbff4d60157db67bc69
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.1
 created: "2025-02-07T13:04:21.457791326+01:00"
@@ -1118,4 +1145,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-02-08T11:14:19.746804717+01:00"
+generated: "2025-02-13T01:25:59.532134065Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 85c4b0018..eab120245 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.6.0
+appVersion: 2.6.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 50b14be74..a757be6c2 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.6.0
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 baa33738e..d519f3a25 100644
--- a/pkg/resources/config/manifests/base

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

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

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

commit d1419cb94dea220b61d7cc7a3bdbb09cca9402fb
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 13 01:37:19 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236470 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.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..6ef66da10
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index ab047f1b8..937ba1ec2 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-02-13T01:23:56.098502627Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: a3e81927cd1f1f10eed060e7a13f5c0c161e4639685b486af834bc8c17463ecb
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.1
 created: "2025-02-07T13:04:21.457791326+01:00"
@@ -1091,4 +1118,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-02-07T13:04:21.445034449+01:00"
+generated: "2025-02-13T01:23:56.091025269Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 baa33738e..874051108 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 9b196cdac85179f900fef0500bb8ac7f0dbe95fb
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 12 01:37:20 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236470 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.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..6d8f64346
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9d30c20fb..47e2eef4a 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.6.0.tgz
 version: 2.6.0
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-02-12T01:24:23.373772726Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 7fe3057666e4f5e689943ff7156847e1ffed8eaeb080c9cbb67e7c304f06673f
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.1
 created: "2025-02-07T13:04:21.457791326+01:00"
@@ -1118,4 +1145,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-02-08T11:14:19.746804717+01:00"
+generated: "2025-02-12T01:24:23.35964112Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 85c4b0018..eab120245 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.6.0
+appVersion: 2.6.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 50b14be74..a757be6c2 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.6.0
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 baa33738e..46b39e462 100644
--- a/pkg/resources/config/manifests/bases

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

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

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

commit 0bdeb32b1a4e8683c05005a1435664fd30e85b7b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 12 01:36:24 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236471 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.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..4b64567fc
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index ab047f1b8..3ca1cffe5 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-02-12T01:23:57.481848594Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 15d208587d24df3b7f0d56b11b9fd6b5efb19282a6c0978710e2d1ca3a0217e4
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.1
 created: "2025-02-07T13:04:21.457791326+01:00"
@@ -1091,4 +1118,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-02-07T13:04:21.445034449+01:00"
+generated: "2025-02-12T01:23:57.475392976Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 baa33738e..3b4004b06 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 0346ecad8b1940dcdfecccb14491fd11e15206ae
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 11 01:38:25 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236467 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.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..db1ad8b6f
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index ab047f1b8..a0077ef47 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-02-11T01:25:57.607975616Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 589f419930603de8c5d3a9e1fb6ebb77b1aa3f4a98bbd9058e8aee25647c8c35
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.1
 created: "2025-02-07T13:04:21.457791326+01:00"
@@ -1091,4 +1118,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-02-07T13:04:21.445034449+01:00"
+generated: "2025-02-11T01:25:57.597981324Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 baa33738e..ca3b0064d 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 2317b4e4baea725eddd8c1e8308ec0482c74a308
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 11 01:36:11 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236470 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.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..70ad87071
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9d30c20fb..15d972882 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.6.0.tgz
 version: 2.6.0
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-02-11T01:24:00.351299593Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 94ba0ae9c8d2a1d33b72971724725f3daddf7efe908cfff635816c920fe5
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.1
 created: "2025-02-07T13:04:21.457791326+01:00"
@@ -1118,4 +1145,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-02-08T11:14:19.746804717+01:00"
+generated: "2025-02-11T01:24:00.341933354Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 85c4b0018..eab120245 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.6.0
+appVersion: 2.6.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 50b14be74..a757be6c2 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.6.0
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 baa33738e..30d13cd2e 100644
--- a/pkg/resources/config/manifests/base

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

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

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

commit 6587a566ff48e1da80b4092ca024f98be572ba69
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 10 01:37:03 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236472 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.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..085142ba5
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9d30c20fb..16eaf8aa2 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.6.0.tgz
 version: 2.6.0
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-02-10T01:25:08.855831707Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: d07bf089515c4f517aea57710efbd12dc8966f3248a7426ac96c70ec5e32b4fc
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.1
 created: "2025-02-07T13:04:21.457791326+01:00"
@@ -1118,4 +1145,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-02-08T11:14:19.746804717+01:00"
+generated: "2025-02-10T01:25:08.84598284Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 85c4b0018..eab120245 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.6.0
+appVersion: 2.6.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 50b14be74..a757be6c2 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.6.0
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 baa33738e..cffec699d 100644
--- a/pkg/resources/config/manifests/bases

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

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

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

commit 47aa756afc09ee622ef1cd249e6ff5ef29b18ffa
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 10 01:34:49 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236468 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.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..7a1e7759a
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index ab047f1b8..0e37b85b0 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-02-10T01:23:03.508007401Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 3fe099a6e1fcaf777ede296742ab28f7f2eb2a8d54f8d286e0d6d0c9893f2bc2
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.1
 created: "2025-02-07T13:04:21.457791326+01:00"
@@ -1091,4 +1118,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-02-07T13:04:21.445034449+01:00"
+generated: "2025-02-10T01:23:03.501361877Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 baa33738e..d85dd17e2 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 540455d789843df5dd898a87a9f9e811c08a7f9c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 9 01:38:15 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236470 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.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..8b6af54c2
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9d30c20fb..741026933 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.6.0.tgz
 version: 2.6.0
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-02-09T01:26:04.086394358Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 2de5497670b5ba5e08bcf26c2b6d413cb4dbddbfde70dec14fd530fb47aa443d
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.1
 created: "2025-02-07T13:04:21.457791326+01:00"
@@ -1118,4 +1145,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-02-08T11:14:19.746804717+01:00"
+generated: "2025-02-09T01:26:04.078216165Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 85c4b0018..eab120245 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.6.0
+appVersion: 2.6.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 50b14be74..a757be6c2 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.6.0
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 baa33738e..41ad2f738 100644
--- a/pkg/resources/config/manifests/bases

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

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

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

commit 201d532cc8049fc967eb7c090b7bff75007e30ff
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 8 01:35:25 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236470 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.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..01e15767f
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index ab047f1b8..970e98190 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-02-08T01:23:19.819269618Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 70bb7d4cc95fcb277787babe3cdbf65875b1d519fc1d3d6ee86ffb6ca1ba6886
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.1
 created: "2025-02-07T13:04:21.457791326+01:00"
@@ -1091,4 +1118,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2025-02-07T13:04:21.445034449+01:00"
+generated: "2025-02-08T01:23:19.798542467Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 baa33738e..448b69b68 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resou

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

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

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

commit 9c3ef7c447b0cf13bea3265aef94c947e4406110
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 7 01:36:20 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236471 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  |   9 ---
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 46 insertions(+), 16 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..74cc70696
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..f630431bb 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-02-07T01:24:05.537623264Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: a96472104eb43796ed1122d0cd2eed8d9429e9ad207f75a7f0a61df980eb3b3a
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2025-02-07T01:24:05.524575149Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..c88287862 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/r

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

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

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

commit 76003a17eab70c42c86019a37032a4095a22b89b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 6 01:36:05 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236471 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  |   9 ---
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 46 insertions(+), 16 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..970436e5a
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..d76421a07 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-02-06T01:24:02.380501276Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 88373aaa8e56f1ee53dcdc718d533e96b34dd23ba5b6dea61cb0126449127f11
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2025-02-06T01:24:02.37114632Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..84afc8079 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/re

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

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

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

commit fe04f5fb5af09601b54e7c96875babcc53b19e76
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 4 01:38:21 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236471 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  |   9 ---
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 46 insertions(+), 16 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..ed46e0c13
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..82d1a7c32 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-02-04T01:26:02.817058042Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 47907856f16db6d92a492f3f1f0caa188931cdddba698f36a022e86bdf73ca2c
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2025-02-04T01:26:02.809565307Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..3e65e7d19 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/r

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

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

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

commit d8f88d42a2bd0a4dee9384ede0d2dee7e7aff19e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 3 01:40:35 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236471 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  |   9 ---
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 46 insertions(+), 16 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..adc83136b
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..d14523922 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-02-03T01:28:15.041729069Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: eaaf804a4f28f72481b9ac9938b4f5c485ed0af6d80ecce9bad80c6753cdeaf6
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2025-02-03T01:28:15.035017721Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..14b90f2db 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/r

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

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

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

commit ba6eae416f16a487d75eb9980ca497c64fcc055b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 2 01:39:18 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236471 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  |   9 ---
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 46 insertions(+), 16 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..2429ad9b3
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..ddf2f4ed7 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-02-02T01:27:11.610162159Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 3cc85a2f7441b229196c312cb33c16d150807b18ab6fc05297f183955894677f
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2025-02-02T01:27:11.60181976Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..c994633d5 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/re

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

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

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

commit 0bd39a7d933d242564570dfded3597dc1a89fef6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 1 01:39:56 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236468 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  |   9 ---
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 46 insertions(+), 16 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..ef9330fe8
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..9602af9de 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-02-01T01:27:47.387536811Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 6025ff307001a49bd06b2773d374321ac5d48d4981c68fd71f7d2b06047cf67a
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2025-02-01T01:27:47.378365754Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..7ca90173b 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/r

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

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

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

commit 49a07b79ecdf1da8454119b55bcde13494b45b09
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 31 01:38:16 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236470 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  |   9 ---
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 46 insertions(+), 16 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..d2415f16c
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..26e6f7f71 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-01-31T01:26:28.29775272Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 066b5306b7f50890bff64758c5bb74f634a31cb14abcd6c79095a393ec75cb40
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2025-01-31T01:26:28.280467798Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..c6e64fdac 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/r

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

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

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

commit 33a43f73dec0ce5a9c1ab31a2a3c8af5101290a1
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 29 01:35:32 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236470 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  |   9 ---
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 46 insertions(+), 16 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..0a9c12bc4
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..c180f3a89 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-01-29T01:23:21.408075208Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: bb6b3881139e9044decce15a38c730de592bc8ef185c311eb5131eeb574d434f
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2025-01-29T01:23:21.398713535Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..42f522537 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/

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

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

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

commit 61d2eef13dae04854301552509e02dfe141d8400
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 28 01:38:12 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236470 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  |   9 ---
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 46 insertions(+), 16 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..2d89858cf
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..169d93868 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-01-28T01:25:47.067685079Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: cf98f2857a9722951041c1375aad3fe82ae0e9706eac513ccedbce5a1cbdea04
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2025-01-28T01:25:47.058242803Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..696a9b691 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/

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

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

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

commit 4fa61af7b6b07fa00c177dab86dc3f0d26d2235a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 27 01:39:07 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236471 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  |   9 ---
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 46 insertions(+), 16 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..1a3cb82f5
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..4e1bb4090 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-01-27T01:26:35.336338523Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 01d8aee9349615a7b52f942d8e6ebba7d56c69b4e79964bb18230ca71422d5b0
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2025-01-27T01:26:35.328187069Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..b76ebec53 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/

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

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

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

commit bb9aeb1c2f5a187a4c5fe6aafcdfd080e1073052
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 26 01:38:08 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236470 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  |   9 ---
 pkg/util/defaults/defaults.go  |   6 ++---
 8 files changed, 46 insertions(+), 16 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..ef25f2763
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..a8529b6d8 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-01-26T01:25:28.780496361Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: c24cd7d7436fe9670e24a0b1a3ef1a297ee400295b6f96481c642a316187
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2025-01-26T01:25:28.767593149Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..b79f46207 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/

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

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

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

commit c6e2b61ac4350466252c33e9418c9baf7f43e497
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 25 01:35:32 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236467 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..32beac904
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..020ba8e66 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-01-25T01:25:25.706807015Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 065554207e1f47a34258861de25f7dc062ac582e2d4b0f17dbadaf2fd7b594a8
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2025-01-25T01:25:25.695658528Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..a2e13ff75 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/re

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

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

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

commit c1bef5fd1c9265daf78118e2ff2ac5f29b8d9563
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 24 01:32:59 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236471 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..b1392d9f5
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..5dc5daa81 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-01-24T01:23:16.945951544Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 830583c0766cf24a32d3e815b21b7f1b4649338d39603d10e2786ca477a27e47
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2025-01-24T01:23:16.929753787Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..affd34442 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/re

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

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

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

commit 5260025b301620315ca6b291013f2e0b944c835a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 21 01:35:20 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236471 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..607de3f53
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..0ebcc6283 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-01-21T01:25:08.971616229Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 705ea1afb864cec6fd0c28445659364e9f2dd6056025ff77958e3547d77e1cf2
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2025-01-21T01:25:08.965123526Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..0aca0b6f6 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/re

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

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

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

commit 9dd6fde98a654eff1fe7616910b4c76222c80b72
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 20 01:39:32 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236470 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..86fd92cc0
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..5f3abaafd 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-01-20T01:29:31.056446815Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 7feb6334750220aed7b15e2eccb014a8afba08c0707f8554df3ca1d006f3264c
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2025-01-20T01:29:31.049264858Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..42fde7536 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/re

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

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

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

commit a8caceb705781dec50a38e599acbdda956359faa
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 19 01:37:31 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236478 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..62a4542f8
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..f624728e9 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-01-19T01:27:41.526555343Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 8a1646fda9faf5dbbd389c2aad131186e69c1f01036b4e2d35d948b4e5ce8810
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2025-01-19T01:27:41.51928649Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..d76c90342 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/res

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

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

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

commit b5c60a26e61f11f713b775f50eaeb3c17f73fa37
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 18 01:36:16 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236479 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..bd1d84eff
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..252460c81 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-01-18T01:26:11.723724867Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 7b4f0a945d4bb98501f1c5ec35a97bb0bd64360d4c4e3dfb946738ae15fb2b74
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2025-01-18T01:26:11.714516226Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..a043f0029 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/re

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

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

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

commit fd077e9c2121497506385c58994fa7f47f4b2a33
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 17 01:34:46 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236478 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..aea9d1737
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..2ffb329a9 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-01-17T01:24:46.282390388Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: aa11ed7614d75d89a60b1af356c65bc231d83ae6a2211cee7f94bc3671fbcff4
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2025-01-17T01:24:46.273582108Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..4f6484e55 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/re

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

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

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

commit 3c552ce0f6b02a29b3bdbbc10a67800b17b2
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 16 01:37:19 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236474 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..9bc2df591
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..e6faefa46 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-01-16T01:26:59.601997728Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 84b06fb8e08e3e07ccf95b7cce30192d28faad6612c611d6c9d8218961529c4e
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2025-01-16T01:26:59.592011245Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..40a4e5548 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/re

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

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

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

commit ac331926671a4776e8aec0eabd95fb5dd3eeffe6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 12 01:40:55 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 236475 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..f344523b4
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..4e3e9740a 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-01-12T01:31:54.867747562Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 60be84beeb4a18c18fba3e3cbbf1e14f65c9bde4d9aa9ca3c8e8859155db7d28
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2025-01-12T01:31:54.8575251Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..aeb672768 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit aca47f9a473e1a4d4e4dd04bb51ee68326f2764b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 11 01:36:58 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 234138 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..b00d73309
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..119b2c39f 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-01-11T01:26:19.634441448Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 0d606ad268ccd01ba93f4db6353b2ab68e4cece6a34ffe09bcada7befff6a2a2
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2025-01-11T01:26:19.626773549Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..ef0a5ad85 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/re

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

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

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

commit 4efaa5af745b89a7c5af9009a6d56fc104d998ed
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 10 01:35:07 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 234133 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..1cd813aac
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..69726df73 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-01-10T01:25:20.530980005Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: e8f805eccb4344f394f40527195ee37edc05dec3a94ab90fa6cd1c632f83298e
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2025-01-10T01:25:20.521451172Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..7213318f6 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/re

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

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

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

commit 671b90ad4aa9fc8ea5d6d136d02c6ccae513ddbe
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 8 01:36:13 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233841 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..7e981cc04
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..a45a7e439 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-01-08T01:25:57.218840221Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 8d1ac67c83758e25eb2410bff5bd066bb7f9c590b4ce54ef2989e005b0a74afd
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2025-01-08T01:25:57.212609281Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..025b521b2 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/res

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

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

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

commit b26eb7a1481ed67aa9ecbbcf98520ef25b482f16
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 7 01:36:37 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233841 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..8ecab4802
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..105378c53 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-01-07T01:27:31.000480111Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 06794fd38261d2ded6cf452cd0ab0b93837037c34f76ba2a54ff5b0f52db5e75
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2025-01-07T01:27:30.993887797Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..aa55d081b 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/res

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

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

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

commit c3fcc9027c88463a4447402cf27183fd8abb7d93
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 6 01:38:01 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233842 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..fbecfb8e5
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..a9bf694c4 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-01-06T01:28:15.317100129Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 1d547ee213e2ea21539d75bf17d549812ce45f864f6b1b9b685daf4ff233b37e
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2025-01-06T01:28:15.305115809Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..14be3de08 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/res

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

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

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

commit a3cebecd9d3159499a48c40c51a53d342fc10c77
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 4 01:35:03 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233841 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..6323487fb
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..8bdfa8ef8 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-01-04T01:25:16.193552261Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: ed7f198450ef345691513ecfbd38f770f9ca8dac510712b94bb7a8a597c559c8
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2025-01-04T01:25:16.186860883Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..0cf846598 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/res

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

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

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

commit 384382849d2107ab0c83d1bfef0f5299713075e2
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 3 01:37:19 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233841 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..6c0393cd2
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..6c00a9d7b 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-01-03T01:27:04.915131275Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: f31212cdfe1f123222a67275ef6e3900d13ebb5a7dbf722d872ea9c334f43494
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2025-01-03T01:27:04.90536055Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..51d0b184a 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit a99aa4a4c65594abb9d6b7492d05773f77c067af
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 2 01:35:16 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233841 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..457fe30ac
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..fa242b0be 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-01-02T01:25:26.224014131Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 3d7141738c13df6862a226d99d299aa2622d31a73609ebe717ca04c19b709a26
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2025-01-02T01:25:26.210224011Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..7e1a0c10c 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/res

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

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

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

commit f4ad7cdb59880283889e02fe9876af6dfef83be9
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 1 01:39:29 2025 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233842 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..f8c5c6e06
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..de678a4ae 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2025-01-01T01:29:38.453585705Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 0cbaf8de4f115bdf3c6820267ff9da52571718f5f0fa89c4efae676cafc2871c
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2025-01-01T01:29:38.446807261Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..f0652b3b1 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/res

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

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

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

commit d545a889f870c79bf3a0cc14e4437a5c8d040f6e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 31 01:34:28 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233842 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..b24a75c2e
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..33bf7efe3 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-12-31T01:25:01.852375701Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: b2e831218c4245062f851a71275fd915ae8fa0a43883698430c664681000709e
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-12-31T01:25:01.84116401Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..1448e7e37 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/res

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

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

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

commit 6ef334438b1712a17ddc08f8574a716e5371ff9b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 29 01:40:57 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233841 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..57abec5dd
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..35e9f0c9e 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-12-29T01:31:34.124198336Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: f9b2eb791104b3fe35aaa9556f68e7de462928184fa6ee91e370bf94c99d99be
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-12-29T01:31:34.117820969Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..14964e9bb 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/re

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

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

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

commit 11ccadf54c7b0179ac9257b2382c6863a14c03d2
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 27 01:34:52 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233837 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..b1cfde1b4
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..d69cc2f36 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-12-27T01:25:17.839581271Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 416d16b6a0d654b3167ce968993788aedc358d4159cc765d842b10979375295e
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-12-27T01:25:17.833326143Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..8d23dbb9a 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/re

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

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

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

commit 95bbc4be33edf932f4bd2e0a4cb7356ae03daf99
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 26 01:35:39 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233841 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..dcbd8f8e6
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..509eca5ee 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-12-26T01:25:43.272997587Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 1b6a084b515b678b303962a8ce19e3336c8eeb065ed2199a5144c57845851fec
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-12-26T01:25:43.266329695Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..7d731da82 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/re

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

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

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

commit 1dbbd7fc9a4ad5690cccb20a77879d44de166a41
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 24 01:35:03 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233841 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..6578e6c27
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..8b35f1e99 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-12-24T01:25:10.031389234Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: f044e410bde41b53381dcc08d5b3e6f144e671523b15163fb33a55f60ffafe63
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-12-24T01:25:10.018826995Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..6d312458e 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/re

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

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

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

commit c5c4e1477a43c972debde69ff89759924878ef5d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 23 01:36:55 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233842 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..2d6e68f32
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..64cd27363 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-12-23T01:27:13.86509147Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: fd8a0ac8f2971c23fc98604058485294f57e0402a82880622da4cc3a5a91bc66
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-12-23T01:27:13.850524312Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..60912dc60 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/res

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

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

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

commit 9ea310c0f27a7bc8f5c87c3646ceb6c85cafd304
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 22 01:41:58 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233838 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..d24167f0b
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..cef0a58af 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-12-22T01:31:42.459490361Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 4df78b483e3f44764373820b69b4de6e19630f2a0bb0b36cf73e367749aa230f
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-12-22T01:31:42.449434096Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..46345ce8a 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/re

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

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

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

commit fc22c946e2c2d0640f8110c6120989f1d61f61c1
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 20 01:34:43 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233842 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..4cccd554c
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..d3bb91ead 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-12-20T01:25:10.017108278Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 21df18b8f5535bee5fafec278b4221a0b830f88038ac0368947a15a6d8430997
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-12-20T01:25:10.010800555Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..ae64d553f 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/re

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

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

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

commit 2c45b132d27cccf55bd24cad2789502c461a8966
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 19 01:38:48 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233841 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..fb57aedfe
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..bfeeaed34 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-12-19T01:29:09.317606713Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 4e31a727e73c8cd00bfb8f825a482d0cc41927dd420f71c0cc856a9ffbcc1b64
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-12-19T01:29:09.308146101Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..b7ae5b22d 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/re

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

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

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

commit f4537e93b8dccfff5478c43522c74518fd0b1b67
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 16 01:39:08 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233839 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..a2332c11d
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..e9625d311 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-12-16T01:29:31.289315199Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 2c2dfb3bb40fd69948fb929fc8225cede66458b76be458d82a8a48c7650f
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-12-16T01:29:31.282915049Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..f25b5b8df 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/re

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

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

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

commit 55ed79e0753d85fcdb33f53a732f561ef8e4c2af
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 15 01:41:25 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233841 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..6054c3029
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..c1ab24647 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-12-15T01:31:35.142143981Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: a8b9b8f790428d22af5c3961b33d1922f267addca6f2806a362e0f9b975a096c
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-12-15T01:31:35.122877192Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..924ad2556 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/re

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

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

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

commit fc3373e1a1f2d454f0ddf4be35cacf8be7dcc721
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Dec 14 01:34:05 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233425 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..38a6593ed
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..19aa903ae 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-12-14T01:24:45.619315349Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: ff63e4c9f9ae81bdabca3e34edbad1ecaccb0e1b93174af04cc60077e34b0296
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-12-14T01:24:45.609542082Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..16e81abe7 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/re

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

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

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

commit adbe5e07a99fa2b84e4d75b19e91436036cda8e2
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 9 01:39:37 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233420 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..d395549aa
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..eead5c365 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-12-09T01:30:29.492852665Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: a78ffb759fb637f19c52295682fbbe58df8ac39a4fb9f16202c922189134912e
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-12-09T01:30:29.486298488Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..3d563a0a6 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/res

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

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

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

commit 34e4da917442c2c17df7155cd373b863a9653585
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 8 01:41:03 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233420 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..d713f941b
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..574a76a2e 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-12-08T01:31:38.48332295Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: ddc4f0114a81fc4136f8d45cfb0f16a44982fbbc80e3305a8fa30310907083d3
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-12-08T01:31:38.477072044Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..8c61c0088 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/reso

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

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

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

commit 685602ed55c8772ab106114c6c3610a9eec62763
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Dec 7 01:37:58 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233529 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..d2f1f6e21
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..331251e39 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-12-07T01:28:09.523445021Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 2a96aee7dd56b9d9b62d2974e596537b3e6753f01e77ab12bd0d31e9fe090336
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-12-07T01:28:09.509734956Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..517c0482b 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/res

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

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

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

commit 91bb841aebfc97b631227566ffaa18d39e49d377
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 6 01:37:48 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233529 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..31d6b5e65
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..2993bc663 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-12-06T01:28:00.953600252Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 8409ffec65914bbbc64333645f96aeb48c59b76e7a0e717df51f549117236c0b
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-12-06T01:28:00.942655076Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..1531cd760 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/res

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

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

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

commit 5eabed2b694784ee3295df72b675eb5942f9c6fc
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 5 01:36:46 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233529 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..8c76f0f6c
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..97f859481 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-12-05T01:27:17.983681688Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 4151f6c18c8d17e5008c92612571581ade48ad071d66f8a62011143cd5027d0d
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-12-05T01:27:17.977533975Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..6e1e2656d 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/res

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

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

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

commit 4b010ce5b9e0e4d5a28f395f122c16811772364b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 4 01:37:43 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233533 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..b2d22cf3b
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..21fe6bf00 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-12-04T01:27:53.747374289Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 372f50a79b004f322d3423229f3fe75cbf65a34288dcc1da892b518fe805e3f7
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-12-04T01:27:53.739885431Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..6deb3a24b 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/res

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

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

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

commit 36a686cb21feef4a4bb18bd8351b719d5d047044
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 3 01:39:13 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233541 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  |   9 ---
 pkg/util/defaults/defaults.go  |   4 +--
 8 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..dc42c8a49
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..a286060ae 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-12-03T01:29:22.467907794Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 0ad9a10e6e37ef39bc58f6443d43babb1a45c8bb999a63feee3b53f319b6
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-12-03T01:29:22.445429578Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..5781c896f 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/res

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

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

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

commit c3f6ae28d04ddfd518a6d57370283ff1d820a530
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 30 01:37:06 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233535 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  |   4 +--
 8 files changed, 42 insertions(+), 12 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..71e690708
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..372db8316 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-11-30T01:27:10.844025888Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: e04034a5498b39fff29703e34eda8cf234e2466570521348330b765cd2901af9
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-11-30T01:27:10.836038306Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..3fe611569 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resour

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

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

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

commit 18b8f692a6610c708477617eb46fd2bb626dbc31
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 29 01:37:39 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233541 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  |   4 +--
 8 files changed, 42 insertions(+), 12 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..4044292ea
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..875dd714e 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-11-29T01:27:52.187566248Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: e276c6423b9762cbf14577707a0a0b9f1060408c0c7f71543f69eaee984d73d7
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-11-29T01:27:52.1738898Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..befef492e 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resource

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

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

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

commit 9a0943190b413406c91d39cbbdd2f64731a48529
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 25 01:37:22 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233541 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  |   4 +--
 8 files changed, 42 insertions(+), 12 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..f1cfedc97
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..60d59e691 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-11-25T01:27:34.526501674Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 1c61c4166de37370f3cfef28899d7f81b5bae25027640a7ec4d9ef25381f0512
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-11-25T01:27:34.520020004Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..99a1179b5 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resour

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

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

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

commit 67e026c875032fcf136df1d11c680315166522b9
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 24 01:38:51 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233541 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  |   4 +--
 8 files changed, 42 insertions(+), 12 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..42de17359
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..214d8f2bb 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-11-24T01:29:10.01819415Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 88d39e6d39276af1db19331291a868723534bd3807cc750ded1cecebe47c4f09
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-11-24T01:29:10.011855526Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..2852b 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

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

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

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

commit bc193e6b0289d4f2e56dd3b67b75b3b831ed23bf
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 23 01:37:41 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233541 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  |   4 +--
 8 files changed, 42 insertions(+), 12 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..acc6ddab5
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..4611452a5 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-11-23T01:27:38.662135159Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 14b2d4f1734163326c476c396082bb44335c70ad23c30cb85484a4262ad35ebd
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-11-23T01:27:38.655336951Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..4ee2edd4e 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resour

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

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

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

commit e5ff69151b6c20411dc44610b5a0c69ca7b85e43
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 22 01:38:58 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233541 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  |   4 +--
 8 files changed, 42 insertions(+), 12 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..8028305c0
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..944ab4957 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-11-22T01:29:10.607256522Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 7484ab2d66e126377dd61e43e4a6c59f2e4115d1c290edb2e562854952a96d00
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-11-22T01:29:10.598818075Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..95d4adca3 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resour

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

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

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

commit bcf0451d26de3c01b8a1c0b12a81bf8c363b992a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 21 01:35:55 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233532 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  |   4 +--
 8 files changed, 42 insertions(+), 12 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..1654a9d85
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..1d7026042 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-11-21T01:26:24.566342303Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 27baf7d20c5ee720689ac1c9dfe6b18968ff7a3c1b87c325434f9a1482262aff
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-11-21T01:26:24.549962858Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..50e53fd74 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resour

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

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

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

commit cd2a7e4b165c7a555b63e49237eb9142578c76f7
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 20 01:36:01 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233542 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  |   4 +--
 8 files changed, 42 insertions(+), 12 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..de775d2a9
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..c6a6c6d07 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-11-20T01:26:43.957776234Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: cc988cfdc869c28fb072dbebbf2028097992fe8d4f1a24f411de4612721eb520
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-11-20T01:26:43.951740013Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..52124db75 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resour

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

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

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

commit cda65b86be72aa34d27e1710a5f3303222de50be
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 19 01:36:58 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233546 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  |   4 +--
 8 files changed, 42 insertions(+), 12 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..cf343f655
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..81e0ef1b9 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-11-19T01:27:11.700715935Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: d317e2414f1abc2416795c0265c155cc9a14cf3dcb8e2658a519f05d5c991b7c
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-11-19T01:27:11.658642906Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..3a183a0eb 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resour

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

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

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

commit f84840c4ba555621f1ddc41493bdd7f075163395
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 15 01:39:08 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 233616 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  |   4 +--
 8 files changed, 42 insertions(+), 12 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..74f4a2bf9
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..6fa4a0c51 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-11-15T01:29:10.965480814Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: d9c4568d98e4a56ebee662cbee016cf4b2fbd14b6b110d268d8b0e3b2892
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-11-15T01:29:10.956583687Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..6f36bc3df 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resour

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

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

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

commit dc9b310ddd9e725355b6deed482eba4f13dafbbc
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 13 01:33:12 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 222981 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  |   4 +--
 8 files changed, 42 insertions(+), 12 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..4fad86141
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..4f13eb80d 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-11-13T01:23:36.649733561Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 5b76ca9d28854bbb0af81c1f6f53cb56c5de5e28fa97b6f15bb0afdbf82de357
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-11-13T01:23:36.634926407Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..1094e276b 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resour

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

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

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

commit 47242cc209593b701e732f19fd3a90007ad38d10
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 12 01:33:34 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 222980 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  |   4 +--
 8 files changed, 42 insertions(+), 12 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..fe85722d2
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..0e80fa728 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-11-12T01:23:49.097382664Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 4da94ed511893c17a815117652fa0f078430aefc98a12dc9afb620252e3a6791
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-11-12T01:23:49.063628673Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 6f5d23fad..9d1935078 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resour

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

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

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

commit 259338c18099e68358e09c18c0d85629f791fc1c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 11 01:35:27 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 289451 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  |   4 +--
 8 files changed, 42 insertions(+), 12 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..8a46bea79
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..8a2562490 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-11-11T01:25:40.002546396Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 52653eb074b546b5023e3391343af5b7f294641b35775af81d90023e481dacd3
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-11-11T01:25:39.976265187Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 cdaac1c6e..90fcc2e89 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resour

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

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

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

commit 45189ceea912c040c74caba0dc2059587a300d82
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 10 01:40:23 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 289451 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  |   4 +--
 8 files changed, 42 insertions(+), 12 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..afcf33861
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..7e192f3d2 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-11-10T01:29:56.945464359Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 9005cf0ef1552aa14b45c430f81b7ad4b6d9a7b01fb5c32554bcb87bd86a2e69
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-11-10T01:29:56.935146859Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 3c4d08abd..a757be6c2 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 cdaac1c6e..45b416b8b 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resour

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

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

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

commit 3398a7340d44530f66e2b2eb140b646b18d49176
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 9 01:33:47 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 289431 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  |   4 +--
 8 files changed, 42 insertions(+), 12 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..6b2c37c12
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..460e449af 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-11-09T01:24:15.131611595Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: addae7c2fa66716ab1061b0e172ce5773e2d5b577a1abc50d7e17edd97651daf
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-11-09T01:24:15.123721426Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 f8b1e8890..2ec5c1905 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 cdaac1c6e..d144170e2 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

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

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

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

commit 130f4a1c2da47fb2b7a9c79cf885de07ced7465b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 8 01:32:36 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 289431 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  |   4 +--
 8 files changed, 42 insertions(+), 12 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..e7ed90cb7
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..a1dbce937 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-11-08T01:23:25.42066098Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 0767a963a34054f13119a44d67b4796091c644f9c34986a39b90816c2e480100
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-11-08T01:23:25.410295474Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 f8b1e8890..2ec5c1905 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 cdaac1c6e..f8f6773ab 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resource

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

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

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

commit cfaf8a6eb029d4df632c605029c621230e995f8a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 7 01:32:56 2024 +

chore(ci): v2.6.0-nightly release updates
---
 docs/charts/camel-k-2.6.0-nightly.tgz  | Bin 0 -> 289430 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  |   4 +--
 8 files changed, 42 insertions(+), 12 deletions(-)

diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz 
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 0..39376d6d6
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 069cf308d..6c0de8aa1 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.6.0-nightly
+created: "2024-11-07T01:23:18.629302258Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: f2a51070a053230d6925c0b7f4030494d37664b5eeda9c3c1449cc194bdc2658
+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.6.0-nightly.tgz
+version: 2.6.0-nightly
   - apiVersion: v2
 appVersion: 2.5.0
 created: "2024-11-05T18:43:57.813744888+01:00"
@@ -1064,4 +1091,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-11-05T18:43:57.799779332+01:00"
+generated: "2024-11-07T01:23:18.62041043Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b6752803a..eab120245 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.6.0-SNAPSHOT
+appVersion: 2.6.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 f8b1e8890..2ec5c1905 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.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 2cf491821..d8c5b011f 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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.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.6.0-SNAPSHOT"
+app.kubernetes.io/version: "2.6.0-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.6.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 cdaac1c6e..c41b34253 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resource