Skip to content

Commit 4f97487

Browse files
chore(ci): v2.7.0-nightly release updates
1 parent 735ca65 commit 4f97487

File tree

8 files changed

+43
-13
lines changed

8 files changed

+43
-13
lines changed
233 KB
Binary file not shown.

docs/charts/index.yaml

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,33 @@ entries:
2828
urls:
2929
- https://apache.github.io/camel-k/charts/camel-k-2.7.0.tgz
3030
version: 2.7.0
31+
- apiVersion: v2
32+
appVersion: 2.7.0-nightly
33+
created: "2025-06-25T01:34:30.606471708Z"
34+
description: A lightweight integration platform, born on Kubernetes, with serverless
35+
superpowers
36+
digest: 9b8eb33b20c02717c22d7960baf44c84b916129cf90d2ad64a3d665745dfc86f
37+
home: https://camel.apache.org/camel-k/latest/
38+
icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
39+
keywords:
40+
- serverless
41+
- integration
42+
- patterns
43+
maintainers:
44+
- email: pcongiusti@apache.org
45+
name: pcongiusti
46+
- email: acosentino@apache.org
47+
name: acosentino
48+
name: camel-k
49+
sources:
50+
- https://github.com/apache/camel-k
51+
- https://github.com/apache/camel-k-runtime
52+
- https://github.com/apache/camel-quarkus
53+
- https://github.com/apache/camel
54+
type: application
55+
urls:
56+
- https://apache.github.io/camel-k/charts/camel-k-2.7.0-nightly.tgz
57+
version: 2.7.0-nightly
3158
- apiVersion: v2
3259
appVersion: 2.6.0
3360
created: "2025-02-08T11:14:19.755109639+01:00"
@@ -1145,4 +1172,4 @@ entries:
11451172
urls:
11461173
- https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
11471174
version: 0.1.0
1148-
generated: "2025-06-21T17:58:30.057299429+02:00"
1175+
generated: "2025-06-25T01:34:30.599460165Z"

helm/camel-k/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ version: 0.13.1
3535

3636
# This is the version number of the application being deployed. This version number should be
3737
# incremented each time you make changes to the application.
38-
appVersion: 2.7.0
38+
appVersion: 2.7.0-nightly
3939

4040
icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
4141
home: https://camel.apache.org/camel-k/latest/

helm/camel-k/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ nameOverride: ""
2323
fullnameOverride: ""
2424

2525
operator:
26-
image: docker.io/apache/camel-k:2.7.0
26+
image: docker.io/testcamelk/camel-k:2.7.0-nightly
2727
global: "false"
2828
resources: {}
2929
securityContext: {}

pkg/resources/config/manager/operator-deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ metadata:
2525
name: camel-k-operator
2626
app.kubernetes.io/component: operator
2727
app.kubernetes.io/name: camel-k
28-
app.kubernetes.io/version: "2.7.0-SNAPSHOT"
28+
app.kubernetes.io/version: "2.7.0-nightly"
2929
spec:
3030
replicas: 1
3131
strategy:
@@ -41,12 +41,12 @@ spec:
4141
app: "camel-k"
4242
app.kubernetes.io/component: operator
4343
app.kubernetes.io/name: camel-k
44-
app.kubernetes.io/version: "2.7.0-SNAPSHOT"
44+
app.kubernetes.io/version: "2.7.0-nightly"
4545
spec:
4646
serviceAccountName: camel-k-operator
4747
containers:
4848
- name: camel-k-operator
49-
image: docker.io/apache/camel-k:2.7.0-SNAPSHOT
49+
image: docker.io/testcamelk/camel-k:2.7.0-nightly
5050
imagePullPolicy: IfNotPresent
5151
command:
5252
- kamel

pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ metadata:
2222
capabilities: Full Lifecycle
2323
categories: Integration & Delivery
2424
certified: "false"
25-
containerImage: docker.io/apache/camel-k:2.7.0-SNAPSHOT
26-
createdAt: 2025-06-19T13:07:50Z
25+
containerImage: docker.io/testcamelk/camel-k:2.7.0-nightly
26+
createdAt: 2025-06-25T01:49:03Z
2727
description: Apache Camel K is a lightweight integration platform, born on Kubernetes,
2828
with serverless superpowers.
2929
operators.operatorframework.io/builder: operator-sdk-v1.16.0
3030
operators.operatorframework.io/internal-objects: '["builds.camel.apache.org","integrationkits.camel.apache.org","camelcatalogs.camel.apache.org"]'
3131
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
3232
repository: https://github.com/apache/camel-k
3333
support: Camel
34-
name: camel-k.v2.7.0
34+
name: camel-k.v2.7.0-nightly
3535
spec:
3636
apiservicedefinitions: {}
3737
customresourcedefinitions:
@@ -168,4 +168,4 @@ spec:
168168
selector:
169169
matchLabels:
170170
name: camel-k-operator
171-
version: 2.7.0
171+
version: 2.7.0-nightly

pkg/resources/config/manifests/kustomization.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ images:
3535
- name: docker.io/apache/camel-k
3636
newName: docker.io/apache/camel-k
3737
newTag: 2.7.0-SNAPSHOT
38+
- name: docker.io/testcamelk/camel-k
39+
newName: docker.io/testcamelk/camel-k
40+
newTag: 2.7.0-nightly

pkg/util/defaults/defaults.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ package defaults
2323

2424
const (
2525
// Version --
26-
Version = "2.7.0-SNAPSHOT"
26+
Version = "2.7.0-nightly"
2727

2828
// DefaultRuntimeVersion --
2929
DefaultRuntimeVersion = "3.15.3"
3030

3131
// baseImage --
32-
baseImage = "eclipse-temurin:17-jdk"
32+
baseImage = "eclipse-temurin:21-jdk"
3333

3434
// LocalRepository --
3535
LocalRepository = "/etc/maven/m2"
3636

3737
// ImageName --
38-
ImageName = "docker.io/apache/camel-k"
38+
ImageName = "docker.io/testcamelk/camel-k"
3939

4040
// OpenShiftRegistryAddress --
4141
OpenShiftRegistryAddress = "image-registry.openshift-image-registry.svc:5000"

0 commit comments

Comments
 (0)