You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/05/13 08:41:36 UTC

[camel-k] 01/02: Helm Chart 1.9.1

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch release-1.9.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 31f52a523fea2ca91275736decef72adb1297b4f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri May 13 10:39:25 2022 +0200

    Helm Chart 1.9.1
---
 config/manager/operator-deployment.yaml            |   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml       |   2 +-
 docs/charts/camel-k-0.10.1.tgz                     | Bin 0 -> 112137 bytes
 docs/charts/index.yaml                             |  25 +++++++++++++++++++++
 helm/camel-k/Chart.yaml                            |   4 ++--
 helm/camel-k/values.yaml                           |   2 +-
 6 files changed, 32 insertions(+), 7 deletions(-)

diff --git a/config/manager/operator-deployment.yaml b/config/manager/operator-deployment.yaml
index 56fae2a86..cd5498a80 100644
--- a/config/manager/operator-deployment.yaml
+++ b/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
     name: camel-k-operator
     app.kubernetes.io/component: operator
     app.kubernetes.io/name: camel-k
-    app.kubernetes.io/version: "1.9.1-SNAPSHOT"
+    app.kubernetes.io/version: "1.9.1"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
         app: "camel-k"
         app.kubernetes.io/component: operator
         app.kubernetes.io/name: camel-k
-        app.kubernetes.io/version: "1.9.1-SNAPSHOT"
+        app.kubernetes.io/version: "1.9.1"
     spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:1.9.1-SNAPSHOT
+          image: docker.io/apache/camel-k:1.9.1
           imagePullPolicy: IfNotPresent
           command:
             - kamel
diff --git a/config/manifests/bases/camel-k.clusterserviceversion.yaml b/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 8def8490c..16deef9a4 100644
--- a/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/config/manifests/bases/camel-k.clusterserviceversion.yaml
@@ -22,7 +22,7 @@ metadata:
     capabilities: Full Lifecycle
     categories: Integration & Delivery
     certified: "false"
-    containerImage: docker.io/apache/camel-k:1.9.1-SNAPSHOT
+    containerImage: docker.io/apache/camel-k:1.9.1
     createdAt: 2022-04-26T08:32:16Z
     description: Apache Camel K is a lightweight integration platform, born on Kubernetes,
       with serverless superpowers.
diff --git a/docs/charts/camel-k-0.10.1.tgz b/docs/charts/camel-k-0.10.1.tgz
new file mode 100644
index 000000000..5bfa82359
Binary files /dev/null and b/docs/charts/camel-k-0.10.1.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 99be89a6b..8569f0a39 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -1,6 +1,31 @@
 apiVersion: v1
 entries:
   camel-k:
+  - apiVersion: v2
+    appVersion: 1.9.1
+    created: "2022-05-13T10:38:35.800812109+02:00"
+    description: A lightweight integration platform, born on Kubernetes, with serverless
+      superpowers
+    digest: 0cba3a300eed89997102d6e82a53b4b898cb20b2d89c0c9b75cff58886ac7ac8
+    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: nferraro@apache.org
+      name: nferraro
+    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-0.10.1.tgz
+    version: 0.10.1
   - apiVersion: v2
     appVersion: 1.9.0
     created: "2022-04-26T18:07:51.548687357+02:00"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 5bdd09068..6e5f94b50 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -31,11 +31,11 @@ type: application
 
 # This is the chart version. This version number should be incremented each time you make changes
 # to the chart and its templates, including the app version.
-version: 0.10.0
+version: 0.10.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: 1.9.1-SNAPSHOT
+appVersion: 1.9.1
 
 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 4cf6d7021..b5ba6e75b 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:1.9.1-SNAPSHOT
+  image: docker.io/apache/camel-k:1.9.1
 
 platform:
   build: