This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to tag v2.5.0-nightly
in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit fcf74419f0fd9f64112e57db9cc02b5dd4674598
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Sep 14 01:24:06 2024 +0000
chore(ci): v2.5.0-nightly release updates
---
docs/charts/camel-k-2.5.0-nightly.tgz | Bin 0 -> 276316 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.0-nightly.tgz
b/docs/charts/camel-k-2.5.0-nightly.tgz
new file mode 100644
index 000000000..7cc752999
Binary files /dev/null and b/docs/charts/camel-k-2.5.0-nightly.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 133b0e550..8d74e8e32 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.0-nightly
+ created: "2024-09-14T01:14:50.683014268Z"
+ description: A lightweight integration platform, born on Kubernetes, with
serverless
+ superpowers
+ digest: dd50b27df419ace569097f9cc6874c869f5c6d385e3150b8be002a20688f9f26
+ 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.5.0-nightly.tgz
+ version: 2.5.0-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-09-14T01:14:50.666021362Z"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 0b82743e0..50c143327 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.0-SNAPSHOT
+appVersion: 2.5.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 849477427..60ddcc68a 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.0-SNAPSHOT
+ image: docker.io/testcamelk/camel-k:2.5.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 9f168c034..0bfdfc13e 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.0-SNAPSHOT"
+ app.kubernetes.io/version: "2.5.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.5.0-SNAPSHOT"
+ app.kubernetes.io/version: "2.5.0-nightly"
spec:
serviceAccountName: camel-k-operator
containers:
- name: camel-k-operator
- image: docker.io/apache/camel-k:2.5.0-SNAPSHOT
+ image: docker.io/testcamelk/camel-k:2.5.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 9bfc8c715..22ba47cfb 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.5.0-SNAPSHOT
- createdAt: 2024-08-07T07:33:48Z
+ containerImage: docker.io/testcamelk/camel-k:2.5.0-nightly
+ createdAt: 2024-09-14T01:23:23Z
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.5.0
+ name: camel-k.v2.5.0-nightly
spec:
apiservicedefinitions: {}
customresourcedefinitions:
@@ -178,4 +178,4 @@ spec:
selector:
matchLabels:
name: camel-k-operator
- version: 2.5.0
+ version: 2.5.0-nightly
diff --git a/pkg/resources/config/manifests/kustomization.yaml
b/pkg/resources/config/manifests/kustomization.yaml
index 920202ae9..3da60f1c5 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.5.0-SNAPSHOT
+- name: docker.io/testcamelk/camel-k
+ newName: docker.io/testcamelk/camel-k
+ newTag: 2.5.0-nightly
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index e50c9576b..34bb89240 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -23,7 +23,7 @@ package defaults
const (
// Version --
- Version = "2.5.0-SNAPSHOT"
+ Version = "2.5.0-nightly"
// DefaultRuntimeVersion --
DefaultRuntimeVersion = "3.8.1"
@@ -35,7 +35,7 @@ const (
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"