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

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

commit 43edf26e25900f8fcf16198a8211937bee8b8838
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed May 6 01:19:04 2026 +0000

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

diff --git a/docs/charts/camel-k-2.11.0-nightly.tgz 
b/docs/charts/camel-k-2.11.0-nightly.tgz
new file mode 100644
index 000000000..bd3e360d8
Binary files /dev/null and b/docs/charts/camel-k-2.11.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index bb96ded8c..a08cd43cd 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,35 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+    appVersion: 2.11.0-nightly
+    created: "2026-05-06T01:07:41.38824989Z"
+    description: A lightweight integration platform, born on Kubernetes, with 
serverless
+      superpowers
+    digest: e46520258a3039a825715904f584e3bcbeefb69d04c1fe68870fd679969e8bde
+    home: https://camel.apache.org/camel-k/latest/
+    icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+    keywords:
+    - serverless
+    - integration
+    - patterns
+    maintainers:
+    - email: [email protected]
+      name: pcongiusti
+    - email: [email protected]
+      name: acosentino
+    - email: [email protected]
+      name: gansheer
+    name: camel-k
+    sources:
+    - https://github.com/apache/camel-k
+    - https://github.com/apache/camel-k-runtime
+    - https://github.com/apache/camel-quarkus
+    - https://github.com/apache/camel
+    type: application
+    urls:
+    - https://apache.github.io/camel-k/charts/camel-k-2.11.0-nightly.tgz
+    version: 2.11.0-nightly
   - apiVersion: v2
     appVersion: 2.10.0
     created: "2026-04-09T09:42:23.648006055+02:00"
@@ -1255,4 +1284,4 @@ entries:
     urls:
     - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
     version: 0.1.0
-generated: "2026-04-09T09:42:23.636500778+02:00"
+generated: "2026-05-06T01:07:41.380028689Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index f888d47fe..ee436ee9d 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application.
-appVersion: 2.11.0-SNAPSHOT
+appVersion: 2.11.0-nightly
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 2398868f9..a010c0417 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.11.0-SNAPSHOT
+  image: docker.io/testcamelk/camel-k:2.11.0-nightly
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index a4d822fdb..6e20d6068 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
     name: camel-k-operator
     app.kubernetes.io/component: operator
     app.kubernetes.io/name: camel-k
-    app.kubernetes.io/version: "2.11.0-SNAPSHOT"
+    app.kubernetes.io/version: "2.11.0-nightly"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
         app: "camel-k"
         app.kubernetes.io/component: operator
         app.kubernetes.io/name: camel-k
-        app.kubernetes.io/version: "2.11.0-SNAPSHOT"
+        app.kubernetes.io/version: "2.11.0-nightly"
     spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:2.11.0-SNAPSHOT
+          image: docker.io/testcamelk/camel-k:2.11.0-nightly
           imagePullPolicy: IfNotPresent
           command:
             - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 463b2a7a8..4a93233f5 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
@@ -22,8 +22,8 @@ metadata:
     capabilities: Full Lifecycle
     categories: Integration & Delivery
     certified: "false"
-    containerImage: docker.io/apache/camel-k:2.11.0-SNAPSHOT
-    createdAt: 2026-04-20T10:13:31Z
+    containerImage: docker.io/testcamelk/camel-k:2.11.0-nightly
+    createdAt: 2026-05-06T01:18:17Z
     description: Apache Camel K is a lightweight integration platform, born on 
Kubernetes,
       with serverless superpowers.
     operators.operatorframework.io/builder: operator-sdk-v1.16.0
@@ -31,7 +31,7 @@ metadata:
     operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
     repository: https://github.com/apache/camel-k
     support: Camel
-  name: camel-k.v2.11.0
+  name: camel-k.v2.11.0-nightly
 spec:
   apiservicedefinitions: {}
   customresourcedefinitions:
@@ -168,4 +168,4 @@ spec:
   selector:
     matchLabels:
       name: camel-k-operator
-  version: 2.11.0
+  version: 2.11.0-nightly
diff --git a/pkg/resources/config/manifests/kustomization.yaml 
b/pkg/resources/config/manifests/kustomization.yaml
index 812afcd31..f4dcad35c 100644
--- a/pkg/resources/config/manifests/kustomization.yaml
+++ b/pkg/resources/config/manifests/kustomization.yaml
@@ -35,3 +35,6 @@ images:
 - name: docker.io/apache/camel-k
   newName: docker.io/apache/camel-k
   newTag: 2.11.0-SNAPSHOT
+- name: docker.io/testcamelk/camel-k
+  newName: docker.io/testcamelk/camel-k
+  newTag: 2.11.0-nightly
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index 9dc2fcca5..826e759e5 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -23,19 +23,19 @@ package defaults
 
 const (
        // Version --
-       Version = "2.11.0-SNAPSHOT"
+       Version = "2.11.0-nightly"
 
        // DefaultRuntimeVersion --
        DefaultRuntimeVersion = "3.15.3"
 
        // baseImage --
-       baseImage = 
"eclipse-temurin:17-jdk@sha256:aae0b1494a5637b2c1b933080088ccc196dec7ffb83ce1cd524211ea4f640ff4"
+       baseImage = "eclipse-temurin:21-jdk"
 
        // LocalRepository --
        LocalRepository = "/etc/maven/m2"
 
        // ImageName --
-       ImageName = "docker.io/apache/camel-k"
+       ImageName = "docker.io/testcamelk/camel-k"
 
        // OpenShiftRegistryAddress --
        OpenShiftRegistryAddress = 
"image-registry.openshift-image-registry.svc:5000"

Reply via email to