This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to tag v2.6.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 6587a566ff48e1da80b4092ca024f98be572ba69
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 10 01:37:03 2025 +0000
chore(ci): v2.6.0-nightly release updates
---
docs/charts/camel-k-2.6.0-nightly.tgz | Bin 0 -> 236472 bytes
docs/charts/index.yaml | 29 ++++++++++++++++++++-
helm/camel-k/Chart.yaml | 2 +-
helm/camel-k/values.yaml | 2 +-
.../config/manager/operator-deployment.yaml | 6 ++---
.../bases/camel-k.clusterserviceversion.yaml | 8 +++---
pkg/resources/config/manifests/kustomization.yaml | 3 +++
pkg/util/defaults/defaults.go | 6 ++---
8 files changed, 43 insertions(+), 13 deletions(-)
diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz
b/docs/charts/camel-k-2.6.0-nightly.tgz
new file mode 100644
index 000000000..085142ba5
Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 9d30c20fb..16eaf8aa2 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -28,6 +28,33 @@ entries:
urls:
- https://apache.github.io/camel-k/charts/camel-k-2.6.0.tgz
version: 2.6.0
+ - apiVersion: v2
+ appVersion: 2.6.0-nightly
+ created: "2025-02-10T01:25:08.855831707Z"
+ description: A lightweight integration platform, born on Kubernetes, with
serverless
+ superpowers
+ digest: d07bf089515c4f517aea57710efbd12dc8966f3248a7426ac96c70ec5e32b4fc
+ home: https://camel.apache.org/camel-k/latest/
+ icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
+ keywords:
+ - serverless
+ - integration
+ - patterns
+ maintainers:
+ - email: [email protected]
+ name: pcongiusti
+ - email: [email protected]
+ name: acosentino
+ name: camel-k
+ sources:
+ - https://github.com/apache/camel-k
+ - https://github.com/apache/camel-k-runtime
+ - https://github.com/apache/camel-quarkus
+ - https://github.com/apache/camel
+ type: application
+ urls:
+ - https://apache.github.io/camel-k/charts/camel-k-2.6.0-nightly.tgz
+ version: 2.6.0-nightly
- apiVersion: v2
appVersion: 2.5.1
created: "2025-02-07T13:04:21.457791326+01:00"
@@ -1118,4 +1145,4 @@ entries:
urls:
- https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
version: 0.1.0
-generated: "2025-02-08T11:14:19.746804717+01:00"
+generated: "2025-02-10T01:25:08.84598284Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 85c4b0018..eab120245 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
# This is the version number of the application being deployed. This version
number should be
# incremented each time you make changes to the application.
-appVersion: 2.6.0
+appVersion: 2.6.0-nightly
icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 50b14be74..a757be6c2 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
fullnameOverride: ""
operator:
- image: docker.io/apache/camel-k:2.6.0
+ image: docker.io/testcamelk/camel-k:2.6.0-nightly
global: "false"
resources: {}
securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml
b/pkg/resources/config/manager/operator-deployment.yaml
index 2cf491821..d8c5b011f 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
name: camel-k-operator
app.kubernetes.io/component: operator
app.kubernetes.io/name: camel-k
- app.kubernetes.io/version: "2.6.0-SNAPSHOT"
+ app.kubernetes.io/version: "2.6.0-nightly"
spec:
replicas: 1
strategy:
@@ -41,12 +41,12 @@ spec:
app: "camel-k"
app.kubernetes.io/component: operator
app.kubernetes.io/name: camel-k
- app.kubernetes.io/version: "2.6.0-SNAPSHOT"
+ app.kubernetes.io/version: "2.6.0-nightly"
spec:
serviceAccountName: camel-k-operator
containers:
- name: camel-k-operator
- image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
+ image: docker.io/testcamelk/camel-k:2.6.0-nightly
imagePullPolicy: IfNotPresent
command:
- kamel
diff --git
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index baa33738e..cffec699d 100644
--- a/pkg/resources/config/manifests/bases/camel-k.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.6.0-SNAPSHOT
- createdAt: 2025-02-07T12:15:30Z
+ containerImage: docker.io/testcamelk/camel-k:2.6.0-nightly
+ createdAt: 2025-02-10T01:36:21Z
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.6.0
+ name: camel-k.v2.6.0-nightly
spec:
apiservicedefinitions: {}
customresourcedefinitions:
@@ -168,4 +168,4 @@ spec:
selector:
matchLabels:
name: camel-k-operator
- version: 2.6.0
+ version: 2.6.0-nightly
diff --git a/pkg/resources/config/manifests/kustomization.yaml
b/pkg/resources/config/manifests/kustomization.yaml
index 7afacef34..4d796f660 100644
--- a/pkg/resources/config/manifests/kustomization.yaml
+++ b/pkg/resources/config/manifests/kustomization.yaml
@@ -37,3 +37,6 @@ images:
- name: docker.io/apache/camel-k
newName: docker.io/apache/camel-k
newTag: 2.6.0-SNAPSHOT
+- name: docker.io/testcamelk/camel-k
+ newName: docker.io/testcamelk/camel-k
+ newTag: 2.6.0-nightly
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index d39d7ec14..0d1de79ba 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -23,19 +23,19 @@ package defaults
const (
// Version --
- Version = "2.6.0-SNAPSHOT"
+ Version = "2.6.0-nightly"
// DefaultRuntimeVersion --
DefaultRuntimeVersion = "3.15.2"
// baseImage --
- baseImage = "eclipse-temurin:17-jdk"
+ 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"