Skip to content

Commit 56a893c

Browse files
committed
chore(release): Helm chart for 2.8.0
1 parent 1d54b6a commit 56a893c

4 files changed

Lines changed: 30 additions & 3 deletions

File tree

docs/charts/camel-k-2.8.0.tgz

237 KB
Binary file not shown.

docs/charts/index.yaml

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
apiVersion: v1
22
entries:
33
camel-k:
4+
- apiVersion: v2
5+
appVersion: 2.8.0
6+
created: "2025-09-16T16:50:36.273070322+02:00"
7+
description: A lightweight integration platform, born on Kubernetes, with serverless
8+
superpowers
9+
digest: 915ede8fedcfbe6bbf4d1ef65c18254777342bf18a211c2baa33ee9983df103b
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+
name: camel-k
22+
sources:
23+
- https://github.com/apache/camel-k
24+
- https://github.com/apache/camel-k-runtime
25+
- https://github.com/apache/camel-quarkus
26+
- https://github.com/apache/camel
27+
type: application
28+
urls:
29+
- https://apache.github.io/camel-k/charts/camel-k-2.8.0.tgz
30+
version: 2.8.0
431
- apiVersion: v2
532
appVersion: 2.7.0
633
created: "2025-06-21T17:58:30.066792748+02:00"
@@ -1145,4 +1172,4 @@ entries:
11451172
urls:
11461173
- https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
11471174
version: 0.1.0
1148-
generated: "2025-06-21T17:58:30.057299429+02:00"
1175+
generated: "2025-09-16T16:50:36.257546781+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.8.0-SNAPSHOT
38+
appVersion: 2.8.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.8.0-SNAPSHOT
26+
image: docker.io/apache/camel-k:2.8.0
2727
global: "false"
2828
resources: {}
2929
securityContext: {}

0 commit comments

Comments
 (0)