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


The following commit(s) were added to refs/heads/release-1.9.x by this push:
     new e0f9545f1 Helm Chart 0.10.3
e0f9545f1 is described below

commit e0f9545f1927c40204e052b2f3e8ea210ba2572c
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue May 24 14:24:44 2022 +0200

    Helm Chart 0.10.3
---
 config/manager/operator-deployment.yaml            |   6 ++---
 .../bases/camel-k.clusterserviceversion.yaml       |   2 +-
 docs/charts/camel-k-0.10.3.tgz                     | Bin 0 -> 112140 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 a2ee6348d..390f0591d 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.3-SNAPSHOT"
+    app.kubernetes.io/version: "1.9.2"
 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.3-SNAPSHOT"
+        app.kubernetes.io/version: "1.9.2"
     spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:1.9.3-SNAPSHOT
+          image: docker.io/apache/camel-k:1.9.2
           imagePullPolicy: IfNotPresent
           command:
             - kamel
diff --git a/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 73dddf842..1b07d081c 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.3-SNAPSHOT
+    containerImage: docker.io/apache/camel-k:1.9.2
     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.3.tgz b/docs/charts/camel-k-0.10.3.tgz
new file mode 100644
index 000000000..6d0f0114a
Binary files /dev/null and b/docs/charts/camel-k-0.10.3.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index d795a9ac6..96f432a14 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.2
+    created: "2022-05-24T14:23:13.27813937+02:00"
+    description: A lightweight integration platform, born on Kubernetes, with 
serverless
+      superpowers
+    digest: 90ea439bb18596657e6e93b4b07a41a5da499f77d7233d661677a0463b8d5f52
+    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: 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.3.tgz
+    version: 0.10.3
   - apiVersion: v2
     appVersion: 1.9.2
     created: "2022-05-23T12:10:55.652693993+02:00"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 2c304fd77..bf2625d0c 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.2
+version: 0.10.3
 
 # 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.3-SNAPSHOT
+appVersion: 1.9.2
 
 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 518d02d1a..b48287e20 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.3-SNAPSHOT
+  image: docker.io/apache/camel-k:1.9.2
 
 platform:
   build:

Reply via email to