This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new bfcb690a4 chore(release): Helm chart for 2.9.0
bfcb690a4 is described below
commit bfcb690a4abe0c760f10565bb0a6dc74732ddd73
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Sat Dec 20 10:20:34 2025 +0100
chore(release): Helm chart for 2.9.0
---
docs/charts/camel-k-2.9.0.tgz | Bin 0 -> 277302 bytes
docs/charts/index.yaml | 29 ++++++++++++++++++++++++++++-
helm/camel-k/Chart.yaml | 2 +-
helm/camel-k/values.yaml | 2 +-
4 files changed, 30 insertions(+), 3 deletions(-)
diff --git a/docs/charts/camel-k-2.9.0.tgz b/docs/charts/camel-k-2.9.0.tgz
new file mode 100644
index 000000000..16f8e54ef
Binary files /dev/null and b/docs/charts/camel-k-2.9.0.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 3846acd47..f5814312a 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,33 @@
apiVersion: v1
entries:
camel-k:
+ - apiVersion: v2
+ appVersion: 2.9.0
+ created: "2025-12-20T10:20:15.816317519+01:00"
+ description: A lightweight integration platform, born on Kubernetes, with
serverless
+ superpowers
+ digest: 0225e9d874b97359154d0f69d4ed3d32cdfb0a9b875c9e2b0b46c1eead81caa7
+ 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.9.0.tgz
+ version: 2.9.0
- apiVersion: v2
appVersion: 2.8.0
created: "2025-09-16T16:50:36.273070322+02:00"
@@ -1172,4 +1199,4 @@ entries:
urls:
- https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
version: 0.1.0
-generated: "2025-09-16T16:50:36.257546781+02:00"
+generated: "2025-12-20T10:20:15.804637992+01:00"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 6bdd6bf21..a4f4cba8a 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.9.0-SNAPSHOT
+appVersion: 2.9.0
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 c0423c56f..6c74d5bed 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.9.0-SNAPSHOT
+ image: docker.io/apache/camel-k:2.9.0
global: "false"
resources: {}
securityContext: {}