diff --git a/docs/charts/camel-k-2.6.0.tgz b/docs/charts/camel-k-2.6.0.tgz new file mode 100644 index 0000000000..c294a2d36b Binary files /dev/null and b/docs/charts/camel-k-2.6.0.tgz differ diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml index ab047f1b8c..9d30c20fbc 100644 --- a/docs/charts/index.yaml +++ b/docs/charts/index.yaml @@ -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: pcongiusti@apache.org + name: pcongiusti + - email: acosentino@apache.org + 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" @@ -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" diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml index b6752803ad..85c4b0018f 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.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/ diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml index 3c4d08abdc..50b14be742 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.6.0-SNAPSHOT + image: docker.io/apache/camel-k:2.6.0 global: "false" resources: {} securityContext: {}