Skip to content

Commit

Permalink
chore(release): Helm chart for 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Feb 8, 2025
1 parent b6a283a commit 5d95dbc
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
Binary file added docs/charts/camel-k-2.6.0.tgz
Binary file not shown.
29 changes: 28 additions & 1 deletion docs/charts/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
apiVersion: v1
entries:
camel-k:
- apiVersion: v2
appVersion: 2.6.0
created: "2025-02-08T11:14:19.755109639+01:00"
description: A lightweight integration platform, born on Kubernetes, with serverless
superpowers
digest: d572c8c8ca6647c9c1d6ebaad74a2bf796cbad18c79f0b16fc84226e311f6675
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.6.0.tgz
version: 2.6.0
- apiVersion: v2
appVersion: 2.5.1
created: "2025-02-07T13:04:21.457791326+01:00"
Expand Down Expand Up @@ -1091,4 +1118,4 @@ entries:
urls:
- https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
version: 0.1.0
generated: "2025-02-07T13:04:21.445034449+01:00"
generated: "2025-02-08T11:14:19.746804717+01:00"
2 changes: 1 addition & 1 deletion helm/camel-k/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0-SNAPSHOT
appVersion: 2.6.0

icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
home: https://camel.apache.org/camel-k/latest/
Expand Down
2 changes: 1 addition & 1 deletion helm/camel-k/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ nameOverride: ""
fullnameOverride: ""

operator:
image: docker.io/apache/camel-k:2.6.0-SNAPSHOT
image: docker.io/apache/camel-k:2.6.0
global: "false"
resources: {}
securityContext: {}
Expand Down

0 comments on commit 5d95dbc

Please sign in to comment.