This is an automated email from the ASF dual-hosted git repository.
squakez pushed a commit to branch release-2.9.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/release-2.9.x by this push:
new bf434e35d chore(release): Helm chart for 2.9.3
bf434e35d is described below
commit bf434e35dffd5c927877e83a8f5c46eda66169a1
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Mon Aug 31 17:01:24 2026 +0200
chore(release): Helm chart for 2.9.3
---
docs/charts/camel-k-2.9.3.tgz | Bin 0 -> 275058 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.3.tgz b/docs/charts/camel-k-2.9.3.tgz
new file mode 100644
index 000000000..73c799f8d
Binary files /dev/null and b/docs/charts/camel-k-2.9.3.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 766067581..14460f4ac 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.3
+ created: "2026-08-31T17:01:07.352277984+02:00"
+ description: A lightweight integration platform, born on Kubernetes, with
serverless
+ superpowers
+ digest: 13588cc44913aef365b7f4e1e823285676c094b177160ac6674a3cf8d9fec7c3
+ 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.3.tgz
+ version: 2.9.3
- apiVersion: v2
appVersion: 2.9.2
created: "2026-05-14T12:33:35.541144395+02:00"
@@ -1253,4 +1280,4 @@ entries:
urls:
- https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
version: 0.1.0
-generated: "2026-05-14T12:33:35.529746592+02:00"
+generated: "2026-08-31T17:01:07.339676217+02:00"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 418ee5533..3b1aa8173 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.3-SNAPSHOT
+appVersion: 2.9.3
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 f53cb77cd..997201b46 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.3-SNAPSHOT
+ image: docker.io/apache/camel-k:2.9.3
global: "false"
resources: {}
securityContext: {}