(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 0d88f2fb0b8c7a8faa8909f6b347c3e3b8c19ae2
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 7 01:35:29 2025 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-nightly.tgz  | Bin 0 -> 289429 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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..5406b1638
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..eb40991d2 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-02-07T01:25:42.150783362Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 6d6af61c426fff3911a8d10ac54c9e3ee3c185d2e0f93edb34e5d758461721e1
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-02-07T01:25:42.142199427Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 80e606a9f..de03a0a78 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.5.1
+appVersion: 2.5.1-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 606817c13..09543e4e0 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.5.1
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 5026486ad..2dc762198 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.5.1"
+app.kubernetes.io/version: "2.5.1-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.5.1"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1
+  image: docker.io/testcamelk/camel-k:2.5.1-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 fd8058ff8..9315b89fd 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resources/config/manifests/bases/camel-k.clusterservi

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-nightly.tgz  | Bin 0 -> 289427 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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..01d97c1c8
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..5f3b2f9dc 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-02-06T01:24:45.015044568Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: d9d9d2debfd4a5046c890826a567e1136448270cb2c9cc1c45460a28f5cc9f91
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-02-06T01:24:45.00638924Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 80e606a9f..de03a0a78 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.5.1
+appVersion: 2.5.1-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 606817c13..09543e4e0 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.5.1
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 5026486ad..2dc762198 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.5.1"
+app.kubernetes.io/version: "2.5.1-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.5.1"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1
+  image: docker.io/testcamelk/camel-k:2.5.1-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 fd8058ff8..f6b77138d 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resources/config/manifests/bases/camel-k.clusterservic

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

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

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

commit 7999c78aab7a61a467d3c202684da8466b40a6bd
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 5 01:38:09 2025 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..b57731c84
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..7a0eb946e 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-02-05T01:27:51.988345359Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: bf1ba0670b65975e4c9803130a736b658aad845213478e4a3d1c103f0693a9bb
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-02-05T01:27:51.964277535Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 80e606a9f..de03a0a78 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.5.1
+appVersion: 2.5.1-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 606817c13..09543e4e0 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.5.1
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 5026486ad..2dc762198 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.5.1"
+app.kubernetes.io/version: "2.5.1-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.5.1"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1
+  image: docker.io/testcamelk/camel-k:2.5.1-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 fd8058ff8..18190a2e9 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resources/config/manifests/bases/camel-k.clusterservi

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..c6ad0dd4c
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..84d816a67 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-02-04T01:25:01.008241685Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 74be8adc67bca5335cca28680caaa646d610d8a3d442151691e06cadaaf79bda
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-02-04T01:25:00.990035587Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 80e606a9f..de03a0a78 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.5.1
+appVersion: 2.5.1-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 606817c13..09543e4e0 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.5.1
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 5026486ad..2dc762198 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.5.1"
+app.kubernetes.io/version: "2.5.1-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.5.1"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1
+  image: docker.io/testcamelk/camel-k:2.5.1-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 fd8058ff8..c21bd6522 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resources/config/manifests/bases/camel-k.clusterservi

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..343dbca2f
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..16aae13b2 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-02-03T01:27:47.104707022Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 875c197131500944b059d887554257b00aecd258813c61a69bc2efebfa3fe8ec
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-02-03T01:27:47.09561Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 80e606a9f..de03a0a78 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.5.1
+appVersion: 2.5.1-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 606817c13..09543e4e0 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.5.1
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 5026486ad..2dc762198 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.5.1"
+app.kubernetes.io/version: "2.5.1-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.5.1"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1
+  image: docker.io/testcamelk/camel-k:2.5.1-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 fd8058ff8..61227e2ac 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resources/config/manifests/bases/camel-k.clusterservi

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-nightly.tgz  | Bin 0 -> 289428 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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..009a0cef2
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..590dee57e 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-02-02T01:27:04.917948785Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 575fa3727e946e1ad613831e30c5fcc539cbe2702629d177248760ceb2b13636
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-02-02T01:27:04.905725497Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 80e606a9f..de03a0a78 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.5.1
+appVersion: 2.5.1-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 606817c13..09543e4e0 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.5.1
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 5026486ad..2dc762198 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.5.1"
+app.kubernetes.io/version: "2.5.1-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.5.1"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1
+  image: docker.io/testcamelk/camel-k:2.5.1-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 fd8058ff8..ffd7cbb24 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resources/config/manifests/bases/camel-k.clusterservi

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..7e096e6c1
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..13e20e129 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-02-01T01:30:52.018803556Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 32402f2cb8b424e302221d0178c0a012536340fcdd77222816052433bf38e14f
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-02-01T01:30:52.009819873Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..b8e8ee134 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resource

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..dd16a7bf2
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..517af0f24 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-01-31T01:26:57.865309226Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 9db86268d05bfd3059f5605a01cff346dcd1d474b0afff11b269d38312791535
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-01-31T01:26:57.852819584Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..e5f3b6f78 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

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

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

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

commit 80408f828c61bf205709a8100559d94dec965217
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 30 01:34:52 2025 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..097041319
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..35abfafc9 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-01-30T01:25:09.997701183Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: ab41ad13a20497d651d0a92a6f7ccb93a781120924a54f0bd5b63a75cf80594a
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-01-30T01:25:09.979806343Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..1c6fe4158 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..8c314bfbb
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..f35e88b7a 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-01-29T01:27:44.614010676Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: b7181e93648ceab0954140ddc10da9e6d4af6072243ae28258e6da36f0d400aa
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-01-29T01:27:44.595256147Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..790ae4122 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 3c500c5466d0d8a4186c18ed3ef9ec4b2af45c6c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 28 01:35:17 2025 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-nightly.tgz  | Bin 0 -> 289429 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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..434f581cc
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..eb472c003 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-01-28T01:25:36.339801925Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 5a0bc77bad4d360bffe1de4892c8f3f222998866741fabf3a72f9c961edd0387
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-01-28T01:25:36.330011633Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..9a54e6d0f 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit b6a6baf3a87cace509ce59e7f97c960a69b00e14
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 27 01:35:43 2025 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..0bb486b9b
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..072a15dd5 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-01-27T01:26:12.819634921Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: ce7a0caf4f8277b2e00976767bce35e1c8aa1106ae75baeeb331a94ae6ac
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-01-27T01:26:12.80656663Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..7df1d0827 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resource

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 13c72ee5d7c2d65bf4b6b7fe5f7c7304a81f1cc4
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 26 01:35:47 2025 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-nightly.tgz  | Bin 0 -> 289432 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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..820c37b37
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..c7c60d0ba 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-01-26T01:25:41.485627936Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 38056ee56f6f26e63e6fc40f9e964d610b7d0d1ae3ddce2d31c97ede27c96b71
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-01-26T01:25:41.476498043Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..3b2da56f7 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 2bd11626fd66ff9eb3a71f59e5c1d2975d4ef13e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 25 01:33:48 2025 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..e19496b71
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..bf98019d7 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-01-25T01:23:45.26658979Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 3b1dfc7c08513fafe0b69fd03ffe40019a6c49d93f8c3fa01fffc99b4439c4e8
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-01-25T01:23:45.254830894Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..a0b5ca7da 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resource

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..76e84b036
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..3aa6cb7c4 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-01-24T01:23:00.85576698Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: a0d6f9fe77d08fcbcd5a339b03bbf4f133cd1ea5a0d64e16ab1e3191c5acb2fd
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-01-24T01:23:00.837906684Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..c9e61a167 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resource

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

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

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

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..f4283d9d4
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..d94d2b406 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-01-23T01:25:19.521694565Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 8b5c0d44f030ca436f794dcb9edba41c63dea870faa064b85a7c7f3995d31797
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-01-23T01:25:19.511786804Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..6a3d1f321 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

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

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

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

commit a2f3f86e4e752de5a1ff8befe96449e76e7085f1
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 22 01:37:53 2025 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..6a712f48c
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..194dd7cb2 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-01-22T01:27:39.935142876Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 73ae53c99828b0610d2060e6131b069282ffa4896bb46b3be4c5920131accee6
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-01-22T01:27:39.91959169Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..9dfd41538 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resource

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 33db66f9234d6573b55a961983297fc488047cf3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 21 01:36:17 2025 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..3bd8dd9b0
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..81a1ecb8d 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-01-21T01:25:52.374491241Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 2996ab8656624038bb2902dfc2bcb3a3b169eac2b41999bc02a9e202b24d32f2
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-01-21T01:25:52.360804889Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..c0f75e148 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 74e7fef3b0a67a132f28c5a93ba7295eca30c235
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 20 01:43:00 2025 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-nightly.tgz  | Bin 0 -> 289429 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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..752750e23
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..819398104 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-01-20T01:33:13.201005582Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 2757ffaee57bda59a20112c8629bb5df58f110077d66094fc78ed3d3211d76f7
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-01-20T01:33:13.192181986Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..888fbacfa 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..42e4fe388
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..f9e4477b5 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-01-19T01:27:09.371086448Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: fbb8d31abdb6bb7b1fc0372026373787cdb3a40a702a5b972adb68723713c0b1
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-01-19T01:27:09.35412793Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..ee9d96696 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resource

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 1624af9f434c17b68530ddf917a46ae5496b1717
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 18 01:32:17 2025 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..a0c0f4503
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..8dfddb13b 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-01-18T01:22:51.361192169Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: dc6263a1df2f29097e7fc7c177d00980f7f845d4c4f05baee286bd08bdab4da5
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-01-18T01:22:51.35304933Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..0a5155718 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resource

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 605a41c23f3883b8c14be1934a584a760b90361c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 17 01:35:27 2025 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-nightly.tgz  | Bin 0 -> 289429 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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..6cea87f2a
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..6809fb385 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-01-17T01:25:49.267379798Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 64eec9cd7bb46131f01178e992b67e9c5cddfc96df4ef765a55c9f0c2d70e01e
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-01-17T01:25:49.257455723Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..2f30f28e6 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..ac3d4a9a6
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..3a178148d 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-01-16T01:25:32.44827447Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 051a9896493736c2ee12f38c9e390d2162ec11305845d2988341be0e5a5f37c9
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-01-16T01:25:32.439375526Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..aa15f3637 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resource

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

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

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

commit 6135321bb466e2da9820c418b48cc118398ace17
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 15 01:32:42 2025 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-nightly.tgz  | Bin 0 -> 289425 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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..2a00783f9
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..fc32361ba 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-01-15T01:23:12.180429334Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: ab71294c579efe1c166b028e36ed4dd14bd53360d240fcd3a373f3a52f0cc86a
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-01-15T01:23:12.172294154Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..c8367c3a7 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

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

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

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

commit 00ecedf0e8f42867e4286b92bc05a92cfeae1db8
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 14 01:32:37 2025 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..1df69d13c
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..f6ffcbdd6 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-01-14T01:23:07.676327849Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 4661d08bce4302205d68564b5b3c14e2dd1937e87e1712aff46017da559389b1
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-01-14T01:23:07.662990537Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..8e178afe3 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

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

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

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

commit 3b1d3da793ba69cf1451a39f77555d041c021b6b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 13 01:37:05 2025 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..f7342afec
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..c0ddfff4b 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-01-13T01:27:17.425874298Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 2d40a5819cf9e248453f7e60457d3e0cbc6a3482c1c605324c7a5b8fc4cc620a
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-01-13T01:27:17.410145183Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..ca9ccedc4 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 22b9cb557300913fa585be4a31c2634876ab581c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 12 01:38:45 2025 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-nightly.tgz  | Bin 0 -> 289429 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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..2ae8b6530
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..92bdbef36 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-01-12T01:29:06.710210316Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: a0ac9414724c8860b3d65410ea640d825a58c6df70ba2f97f545f539c640b9bc
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-01-12T01:29:06.696025037Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..efd058f21 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..b455d8754
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..ad736bcf8 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-01-11T01:25:39.836122119Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 60b95bda3de35bc7efeb58506f3f5b65b06a2beecfdc011011b4d8fc63b8d617
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-01-11T01:25:39.827367545Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..6b687e499 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 316227b621eab8d7c02e43cc39124acc1da0886e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 10 01:34:28 2025 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-nightly.tgz  | Bin 0 -> 289429 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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..bf5625fd4
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..9ac612901 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-01-10T01:25:04.050879467Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: a17d3a28733f3bf7cc0d33fe3e2295f079707b2396ff89b9a4d191e1e57438bd
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-01-10T01:25:04.025789936Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..66909f8ca 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-nightly.tgz  | Bin 0 -> 289428 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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..daa771f47
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..700604456 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-01-07T01:25:14.416668071Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: d8542f3c83a563f82260ebd8267bf586d6c04931d0c8af59849ebaf808baa2b7
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-01-07T01:25:14.39233166Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..b34162ffa 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resources

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-nightly.tgz  | Bin 0 -> 289429 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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..4e3a79c79
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..d70322baf 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-01-06T01:30:03.826237282Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 17df4725b2028240d7a8b39896077600461f6d4d174a2b4c6d0b17c84552d57a
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-01-06T01:30:03.813155757Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..8fdfd8fb1 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resource

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

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

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

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..d6d8d2d87
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..e63a60878 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-01-05T01:29:05.383201474Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 5d7ec754b9f4890bea9035e8b09698fbfac2edc4e2570fefe9b279d85c64af7e
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-01-05T01:29:05.371674113Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..61f39d128 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resource

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 0aa526d09fe246986e7707ae00f98e8fd0d17363
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 4 01:32:41 2025 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-nightly.tgz  | Bin 0 -> 289426 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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..53d585691
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..03c492c4d 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-01-04T01:23:11.992910319Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 40244d9248cef52c995ef53c265101d091fdc9ab4934a5157e173664e0318e2e
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-01-04T01:23:11.984397578Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..820b5c60b 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resource

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-nightly.tgz  | Bin 0 -> 289432 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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..8433fc15a
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..7cfee01d2 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-01-03T01:25:31.975105479Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: c2edf6f4cb384ae22ebb053615038c4c656a145f08aa82d6b5b15e1018a01c6e
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-01-03T01:25:31.955928769Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..720d4a1e4 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resource

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 5be2d55b02b33f1b1ae0c8f093abb460e3a756b7
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 2 01:32:14 2025 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..b51624d29
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..f1fbd2a46 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2025-01-02T01:22:46.627995596Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: ba1efc4574105d889be0a19d54cc2f18bf928ca4a83cc797343b583ef54cca02
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2025-01-02T01:22:46.619455684Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..7efbd9ebb 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resource

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..9041106d4
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..1726d630a 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-12-31T01:24:54.971827348Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 72b3440bd095c434820b04bc4501034fa2bfa756baba979d387423557a08c1d1
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-12-31T01:24:54.951417581Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..77698f1b0 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

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

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

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

commit 0f5d5ac9208b00b83f799a10d239d7b8502850e8
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 30 01:37:14 2024 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..4bc635fb4
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..f5eb6417a 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-12-30T01:27:19.231724146Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: f336bce4b0ece94daab4b4acfab1975ad9c3194a892c6078dc30b3ca35d66614
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-12-30T01:27:19.221432742Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..6b7ab1445 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..5637873a9
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..4aff787ae 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-12-27T01:24:54.525834172Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: a681d976763d8c0769d2db6a0fa403aa6561eeb71e4cab0c882e22ce31dd2c52
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-12-27T01:24:54.517781315Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..d238ab700 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..4bce4f338
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..deeff22c0 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-12-26T01:25:18.016156743Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 80c4cd978fb4bdfab54bdb9de650722eb3772a57dcc8128fed7239977f92ec5e
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-12-26T01:25:18.002085578Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..55b4c4f0d 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

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

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

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

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..1f3e48b10
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..25ca91fc7 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-12-25T01:27:24.15448774Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 4c4d7c663cb5b5035ac75caf68948c7e9b7bddb569c50d007ddc36c153ab4186
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-12-25T01:27:24.144557245Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..022be6ccf 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resource

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-nightly.tgz  | Bin 0 -> 289432 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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..39bdb51d9
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..9d1e384d0 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-12-24T01:25:43.232192012Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 1ebf06dcb199113e395cfb36fbaa32d54ddb5facb37acf636231bb0b0b43397f
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-12-24T01:25:43.220599974Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..46019193c 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 5cf55dee60c52268a8fd088759c24442c6fa63bf
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 22 01:39:04 2024 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..7e6bf320b
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..dd5823448 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-12-22T01:29:13.709080652Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 13041a5df007441067e5e41e15eec5a4733be05abc31c7ad577d2eb71bf85e8b
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-12-22T01:29:13.684797916Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..03d2e7784 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..33160e8e4
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..d7939c037 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-12-20T01:25:34.462676191Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: a032fa922be563cf91adb7bac0f186913e297bad56f8198f2436a2ee03e5eaaa
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-12-20T01:25:34.452754875Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..c38f4e675 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit e54bf05ddbf7817783e4104e0c5dc8454a2a8616
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 19 01:37:14 2024 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..f13041dd1
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..48e6ba25b 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-12-19T01:27:37.574737558Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 6d1f5ae0d874eb07e75dc5190ed2d3087e4be1d309723bed84b4aea92ebabcba
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-12-19T01:27:37.562610175Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..5ae98f041 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 765dc0f9a9bbf925f5a1378bb024c01caad717a1
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 16 01:38:52 2024 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..535b18998
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..02cb81691 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-12-16T01:29:12.400069587Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 5489fe7ffbd5ca6f8655878018ad5509bac8212999ae780d82105ebe68af2813
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-12-16T01:29:12.386405436Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..73d72dfaa 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 55892a28023cc3b2a1ca3ec2ca8ce3114595e82c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 15 01:38:46 2024 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-nightly.tgz  | Bin 0 -> 289429 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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..d8a8b29e3
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..5c38fc71a 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-12-15T01:29:21.008232116Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: fc5c61db4c1a90cfdecd1b04e807c17f4efa2f9bd9e5530596c8136b2af7a6b6
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-12-15T01:29:20.992854709Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..5604b814a 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

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

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

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

commit 231d2506cfc5a064d7274dbc5338ff49de56a2a4
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 13 01:36:52 2024 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..5dbe9b135
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..9be41f831 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-12-13T01:27:23.540702709Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 6f3c21db9b43878e6df693254b154f1b1f61a53e800c437ee46390254ce31dc1
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-12-13T01:27:23.530741703Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..8e12c2383 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

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

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

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

commit 3e0200a8e726ab6a86401667488bb96714ce8125
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 12 01:37:56 2024 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..db9a7ecce
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..f4e2c64c9 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-12-12T01:28:21.801443197Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 717e53e46b20ad018924bae97a58abd3dbfaff41474c5e31e564a6086ef62c33
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-12-12T01:28:21.78604075Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..aad459358 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resource

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

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

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

commit c1b3fdb151b46c6908a9059a6be86e12d1c2bc82
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 11 01:38:26 2024 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..84cf93766
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..0927ae73d 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-12-11T01:28:52.521739354Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 48a357d46c1be1827601a9dbc52ad105160936bc6cc925d7bc95b3dd64f49a2d
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-12-11T01:28:52.499528758Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..0a7b55e21 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 243985f54321f9a9c979d529095bc861dfd7798f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 8 01:38:24 2024 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..413f275ff
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..f4c619eda 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-12-08T01:28:54.309828669Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: d94342383c008cadabb6a659f246e789cf56cda87f9c67afa7f1e5ad345a3bf0
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-12-08T01:28:54.28456744Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..e22a3f297 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resources

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..fec7530a3
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..fb789cb16 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-12-07T01:27:30.200149184Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 0489f20cb8c2e654fbfa4387d406c9cf48b923b3780c49b71839f60a9f0a0b1e
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-12-07T01:27:30.182245534Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..f36856717 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resource

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..307a3f404
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..af33e0b2a 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-12-06T01:25:26.851154869Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: dd3ab566fd96368a2ce1df7f97df84f78cfb8f363362ec84123cf2d77f69b7e1
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-12-06T01:25:26.842559914Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..69188d626 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resource

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-nightly.tgz  | Bin 0 -> 289428 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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..d6fc25d87
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..6b90b58f6 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-12-05T01:26:53.192937791Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 518ddb029596a6f3adec15e01582fd7e109710316ebfe71b810ec159e9af8576
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-12-05T01:26:53.169398304Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..5a7876a01 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resource

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..ed5d55646
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..fdc0476fb 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-12-04T01:27:48.789770095Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: ca55430f68cce4bd294c34664b212b87b48bc0ef182f3f07c8c4768a8e58281b
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-12-04T01:27:48.76109005Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..19c8d28fa 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resources

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-nightly.tgz  | Bin 0 -> 289428 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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..a6654e828
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..5f53e0a6d 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-12-03T01:29:34.094218645Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 7f731e32dc6313032ac57305f4b04adb32d78636671bca9780f90b63eccd8189
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-12-03T01:29:34.085196112Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..4145ba8fa 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resource

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

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

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

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-nightly.tgz  | Bin 0 -> 289429 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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..7227dd581
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..e10ae0e25 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-12-02T01:29:43.201818981Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 5a5f1abaac454c0042f78389265904879ffb3284e85fcfac4cb32e45dcf7d4a5
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-12-02T01:29:43.194105102Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..aaa1ef327 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resource

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

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

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

commit 3da48d875e1f61ee7a0096c341085cb6da1ed50b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 1 01:44:12 2024 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-nightly.tgz  | Bin 0 -> 289428 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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..fda9676c4
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..5a11e00e1 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-12-01T01:34:56.553322552Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 78b40953b72ec4529198f65e0cf98213805457c33540ffe4050b4b5f3861307e
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-12-01T01:34:56.466807844Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..1340b2dc8 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resource

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 2443161725be943f1df9e39aa46ec58b389dcddf
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 30 01:34:21 2024 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-nightly.tgz  | Bin 0 -> 289429 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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..55fc6938e
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..13b1834f3 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-11-30T01:25:01.343996778Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 5dd203898364149e5647c6c04b16b31e33dc886ccabb81054262760b94d6845f
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-11-30T01:25:01.329132945Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..8992d3352 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..c376adb18
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..1387bbb90 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-11-29T01:29:37.205867428Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: f9e0b5e1b5b12906273f4dbb5518cdc4ff5e4535ff650dcf55f005653b368ad5
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-11-29T01:29:37.191492656Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..efb0389f8 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

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

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

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

commit d4d157fa3bd30b3599c1726b6e8951090c1e9321
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 28 01:37:15 2024 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..57f696b01
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..af8d20448 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-11-28T01:27:30.86005946Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: d876a4f087e11532732244be5f602110ad8f2465bb48955fab7b5e16ff0bf99e
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-11-28T01:27:30.850476576Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..edd07a9a0 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resource

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

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

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

commit 5026575a5ca99779d656f1103c2469383ce1c831
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 27 01:37:31 2024 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-nightly.tgz  | Bin 0 -> 289428 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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..eb80c62ad
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..a61075eaf 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-11-27T01:27:15.498541203Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 6bc6ade732b090f606823c6719cf6d24c6e5e2dc270e68496aef99cbc112b7a7
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-11-27T01:27:15.47648581Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..b23187f83 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resource

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

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

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

commit 34debb4c4b527238b15e042fd7d859884e52e73d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 26 01:37:06 2024 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-nightly.tgz  | Bin 0 -> 289429 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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..4fe40cd30
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..7821efaa5 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-11-26T01:27:09.713009541Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 831711419b06fbf6b51e9d43f6ffabe898f8ae2246ed906c3fdab0af00a43494
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-11-26T01:27:09.696344084Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..396efe753 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 92dacef371c4f628b7444510a809089797b281cb
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 25 01:36:34 2024 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-nightly.tgz  | Bin 0 -> 289429 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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..8671ec88a
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..c4c00c3c3 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-11-25T01:27:12.426087132Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 4e855088d2844a333dfaccb7b22e31e58f52f8a616c77832c5e3ae204cb8950e
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-11-25T01:27:12.416308379Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..d694ce2e1 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit f1c64c97c7d3ff0b95c8c70a0787588917e6cb49
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 24 01:39:49 2024 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..28a93b697
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..3bc306a55 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-11-24T01:29:48.796900122Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: a76e0ed1f8d433bb6d900e3617a15130e08ab07c8b8fa81918a0b9ed69061edc
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-11-24T01:29:48.782811264Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..c7755a367 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-nightly.tgz  | Bin 0 -> 289432 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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..0fe56c88a
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..76b72d2b3 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-11-21T01:27:23.337388696Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 9e9939655302670bfe5f033d3eb3dc746cbc3b7edf8a0202677cbbdac82d372e
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-11-21T01:27:23.327390655Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..f891e4c91 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..93e8745bd
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..d26b9b1f3 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-11-20T01:27:45.217816977Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 171c5541dedca86fcbbb234a8ba3622bd74e6fc511c2308cb6fa17f28002d56f
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-11-20T01:27:45.208421022Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..94f43a38d 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-nightly.tgz  | Bin 0 -> 289432 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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..132388873
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..77c99116e 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-11-19T01:29:18.943177072Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 1a5b8df1b003e921607931629407894ea3d42703adf32310545df4b1d391ba9e
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-11-19T01:29:18.927479285Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..ebe157571 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

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

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

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

commit 224a3e8e7a9cab4e4bd423553f9ef84d7b612d5b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 18 01:39:08 2024 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-nightly.tgz  | Bin 0 -> 289429 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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..f703ae16c
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..0942e5bb4 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-11-18T01:29:29.272961402Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: ceca6f8eadc284a67860e54b07e435690421f160cc2d8b4cb583d0d488febe12
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-11-18T01:29:29.259331141Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..b24567370 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

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

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

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

commit 9f2d427d4c4f5ffb37ec4b61f78b9ed2e573e424
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 16 01:40:18 2024 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..c382a08be
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..d86e316d1 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-11-16T01:30:57.948240675Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 2483f11c199bdd475ce3c6896192ee1ffe9b23529589e8ec8c71438ed35e7e9d
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-11-16T01:30:57.93922086Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..da68af5c0 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resource

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 76c37dc25b7abccf861cf2abe7aa87116e5c1d66
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 15 01:37:04 2024 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..1cf90f6a4
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..222149cc6 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-11-15T01:28:28.298388267Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: c020d96e3680cec7ff2dc86e3600f873686ab17a5c05b99fbacd91bf6903ff12
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-11-15T01:28:28.290485439Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..38f48e2a1 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit ada1e0b76e865d4d4d9302c341c4de948b58c535
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 12 01:30:18 2024 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..95744fd4f
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..92e43c8d7 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-11-12T01:20:53.878300402Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 265517186e7db3e50c2042cb63879c086f86c7d2a95f72d7edaee8582b563135
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-11-12T01:20:53.869630999Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..2d0922cef 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

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

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..ee9f129d6
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..d7b25dcd6 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-11-11T01:26:19.777089851Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: 4b05dc7886fe2491b7ccd6287469900fffb7ce90f080523b75ae114608ae2758
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-11-11T01:26:19.764977309Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..3e70a784b 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resourc

(camel-k) 01/01: chore(ci): v2.5.1-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.5.1-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 944f3fc404f50dfa8c7fa4aa1f0577653c2941ae
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 9 01:30:35 2024 +

chore(ci): v2.5.1-nightly release updates
---
 docs/charts/camel-k-2.5.1-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.5.1-nightly.tgz 
b/docs/charts/camel-k-2.5.1-nightly.tgz
new file mode 100644
index 0..91d06ecac
Binary files /dev/null and b/docs/charts/camel-k-2.5.1-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..7c43076f5 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+appVersion: 2.5.1-nightly
+created: "2024-11-09T01:21:07.528222751Z"
+description: A lightweight integration platform, born on Kubernetes, with 
serverless
+  superpowers
+digest: be9e8cc40843b7e338a06335a61e1298a49beae5a7efe2d6e4ea9bf4272d6e85
+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: pcongiu...@apache.org
+  name: pcongiusti
+- email: acosent...@apache.org
+  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.5.1-nightly.tgz
+version: 2.5.1-nightly
   - apiVersion: v2
 appVersion: 2.4.0
 created: "2024-08-07T09:22:15.35218015+02:00"
@@ -1037,4 +1064,4 @@ entries:
 urls:
 - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
 version: 0.1.0
-generated: "2024-08-07T09:22:15.341221234+02:00"
+generated: "2024-11-09T01:21:07.508179773Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5cd4004bf..de03a0a78 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.5.1-SNAPSHOT
+appVersion: 2.5.1-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 246a13a25..09543e4e0 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.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index d9e4ffcc9..2dc762198 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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-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.5.1-SNAPSHOT"
+app.kubernetes.io/version: "2.5.1-nightly"
 spec:
   serviceAccountName: camel-k-operator
   containers:
 - name: camel-k-operator
-  image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.5.1-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 ed474cf10..10a918754 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resource