Skip to content

Commit fbc259e

Browse files
committed
chore(release): Helm chart for 2.9.2-SNAPSHOT
1 parent 1efa398 commit fbc259e

4 files changed

Lines changed: 30 additions & 3 deletions

File tree

270 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.9.2.tgz
3030
version: 2.9.2
31+
- apiVersion: v2
32+
appVersion: 2.9.2-SNAPSHOT
33+
created: "2026-05-14T11:43:18.502371829+02:00"
34+
description: A lightweight integration platform, born on Kubernetes, with serverless
35+
superpowers
36+
digest: d7e0a151f07711afbaea427059f1b13355c14ce14f675063e1794dbcfc097a31
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.9.2-SNAPSHOT.tgz
57+
version: 2.9.2-SNAPSHOT
3158
- apiVersion: v2
3259
appVersion: 2.9.1
3360
created: "2026-02-10T15:47:25.313755334+01:00"
@@ -1253,4 +1280,4 @@ entries:
12531280
urls:
12541281
- https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
12551282
version: 0.1.0
1256-
generated: "2026-05-14T11:21:57.874509887+02:00"
1283+
generated: "2026-05-14T11:43:18.489270004+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.9.2
38+
appVersion: 2.9.2-SNAPSHOT
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.9.2
26+
image: docker.io/apache/camel-k:2.9.2-SNAPSHOT
2727
global: "false"
2828
resources: {}
2929
securityContext: {}

0 commit comments

Comments
 (0)