Skip to content

Commit 8b56dab

Browse files
committed
chore(release): Helm chart for 2.10.0
1 parent 6bf4975 commit 8b56dab

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

docs/charts/camel-k-2.10.0.tgz

274 KB
Binary file not shown.

docs/charts/index.yaml

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
apiVersion: v1
22
entries:
33
camel-k:
4+
- apiVersion: v2
5+
appVersion: 2.10.0
6+
created: "2026-04-07T10:03:05.941799011+02:00"
7+
description: A lightweight integration platform, born on Kubernetes, with serverless
8+
superpowers
9+
digest: 6a4fc9cf3aa0cf864fe1f3a030559b5b269e556b11796d207b4fa90bbd3cf7cb
10+
home: https://camel.apache.org/camel-k/latest/
11+
icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
12+
keywords:
13+
- serverless
14+
- integration
15+
- patterns
16+
maintainers:
17+
- email: pcongiusti@apache.org
18+
name: pcongiusti
19+
- email: acosentino@apache.org
20+
name: acosentino
21+
- email: gaelle.fournier.work@gmail.com
22+
name: gansheer
23+
name: camel-k
24+
sources:
25+
- https://github.com/apache/camel-k
26+
- https://github.com/apache/camel-k-runtime
27+
- https://github.com/apache/camel-quarkus
28+
- https://github.com/apache/camel
29+
type: application
30+
urls:
31+
- https://apache.github.io/camel-k/charts/camel-k-2.10.0.tgz
32+
version: 2.10.0
433
- apiVersion: v2
534
appVersion: 2.9.1
635
created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1226,4 +1255,4 @@ entries:
12261255
urls:
12271256
- https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
12281257
version: 0.1.0
1229-
generated: "2026-02-10T15:47:25.300439147+01:00"
1258+
generated: "2026-04-07T10:03:05.930810541+02:00"

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.10.0-SNAPSHOT
38+
appVersion: 2.10.0
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.10.0-SNAPSHOT
26+
image: docker.io/apache/camel-k:2.10.0
2727
global: "false"
2828
resources: {}
2929
securityContext: {}

0 commit comments

Comments
 (0)