You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2020/11/27 11:04:14 UTC

[camel-k] branch release-1.2.x updated: chore(release): bump to 1.2.2-snapshot

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

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


The following commit(s) were added to refs/heads/release-1.2.x by this push:
     new 45e7e9b  chore(release): bump to 1.2.2-snapshot
45e7e9b is described below

commit 45e7e9bfb09497c5cb1a201b7052621ae0c69e97
Author: nicolaferraro <ni...@gmail.com>
AuthorDate: Fri Nov 27 12:03:25 2020 +0100

    chore(release): bump to 1.2.2-snapshot
---
 .../builds.camel.apache.org.crd.yaml               |   0
 .../camel-k.v1.2.1.clusterserviceversion.yaml}     |  10 ++--
 .../camelcatalogs.camel.apache.org.crd.yaml        |   0
 .../integrationkits.camel.apache.org.crd.yaml      |   0
 .../integrationplatforms.camel.apache.org.crd.yaml |   0
 .../integrations.camel.apache.org.crd.yaml         |   0
 .../kameletbindings.camel.apache.org.crd.yaml      |   0
 .../kamelets.camel.apache.org.crd.yaml             |   0
 .../builds.camel.apache.org.crd.yaml               |   0
 ...l-k.v1.2.2-snapshot.clusterserviceversion.yaml} |  10 ++--
 .../camelcatalogs.camel.apache.org.crd.yaml        |   0
 .../integrationkits.camel.apache.org.crd.yaml      |   0
 .../integrationplatforms.camel.apache.org.crd.yaml |   0
 .../integrations.camel.apache.org.crd.yaml         |   0
 .../kameletbindings.camel.apache.org.crd.yaml      |   0
 .../kamelets.camel.apache.org.crd.yaml             |   0
 .../camel-k-dev/camel-k-dev.package.yaml           |   2 +-
 deploy/operator-deployment.yaml                    |   2 +-
 deploy/resources.go                                |   2 +-
 docs/charts/camel-k-0.4.0.tgz                      | Bin 0 -> 44039 bytes
 docs/charts/camel-k-0.4.1.tgz                      | Bin 0 -> 44035 bytes
 docs/charts/index.yaml                             |  64 ++++++++++++++++++---
 helm/camel-k/Chart.yaml                            |   4 +-
 helm/camel-k/values.yaml                           |   2 +-
 pkg/util/defaults/defaults.go                      |   2 +-
 script/Makefile                                    |   2 +-
 26 files changed, 75 insertions(+), 25 deletions(-)

diff --git a/deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/builds.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.2.1/builds.camel.apache.org.crd.yaml
similarity index 100%
copy from deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/builds.camel.apache.org.crd.yaml
copy to deploy/olm-catalog/camel-k-dev/1.2.1/builds.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/camel-k.v1.2.1-snapshot.clusterserviceversion.yaml b/deploy/olm-catalog/camel-k-dev/1.2.1/camel-k.v1.2.1.clusterserviceversion.yaml
similarity index 98%
copy from deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/camel-k.v1.2.1-snapshot.clusterserviceversion.yaml
copy to deploy/olm-catalog/camel-k-dev/1.2.1/camel-k.v1.2.1.clusterserviceversion.yaml
index d762eeb..f53e3e1 100644
--- a/deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/camel-k.v1.2.1-snapshot.clusterserviceversion.yaml
+++ b/deploy/olm-catalog/camel-k-dev/1.2.1/camel-k.v1.2.1.clusterserviceversion.yaml
@@ -157,14 +157,14 @@ metadata:
     capabilities: Full Lifecycle
     categories: Integration & Delivery
     certified: "false"
-    containerImage: docker.io/apache/camel-k:1.2.1-SNAPSHOT
-    createdAt: "2020-06-09T02:45:00Z"
+    containerImage: docker.io/apache/camel-k:1.2.1
+    createdAt: "2020-11-27T02:45:00Z"
     description: Apache Camel K is a lightweight integration platform, born on Kubernetes,
       with serverless superpowers.
     repository: https://github.com/apache/camel-k
     operators.operatorframework.io/internal-objects: '["builds.camel.apache.org","integrationkits.camel.apache.org","camelcatalogs.camel.apache.org"]'
     support: Camel
-  name: camel-k-operator.v1.2.1-snapshot
+  name: camel-k-operator.v1.2.1
   namespace: placeholder
 spec:
   relatedImages:
@@ -312,7 +312,7 @@ spec:
                   valueFrom:
                     fieldRef:
                       fieldPath: metadata.namespace
-                image: docker.io/apache/camel-k:1.2.1-SNAPSHOT
+                image: docker.io/apache/camel-k:1.2.1
                 imagePullPolicy: IfNotPresent
                 name: camel-k-operator
                 resources: {}
@@ -564,4 +564,4 @@ spec:
   selector:
     matchLabels:
       name: camel-k-operator
-  version: 1.2.1-snapshot
+  version: 1.2.1
diff --git a/deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/camelcatalogs.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.2.1/camelcatalogs.camel.apache.org.crd.yaml
similarity index 100%
copy from deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/camelcatalogs.camel.apache.org.crd.yaml
copy to deploy/olm-catalog/camel-k-dev/1.2.1/camelcatalogs.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/integrationkits.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.2.1/integrationkits.camel.apache.org.crd.yaml
similarity index 100%
copy from deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/integrationkits.camel.apache.org.crd.yaml
copy to deploy/olm-catalog/camel-k-dev/1.2.1/integrationkits.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/integrationplatforms.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.2.1/integrationplatforms.camel.apache.org.crd.yaml
similarity index 100%
copy from deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/integrationplatforms.camel.apache.org.crd.yaml
copy to deploy/olm-catalog/camel-k-dev/1.2.1/integrationplatforms.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/integrations.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.2.1/integrations.camel.apache.org.crd.yaml
similarity index 100%
copy from deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/integrations.camel.apache.org.crd.yaml
copy to deploy/olm-catalog/camel-k-dev/1.2.1/integrations.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/kameletbindings.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.2.1/kameletbindings.camel.apache.org.crd.yaml
similarity index 100%
copy from deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/kameletbindings.camel.apache.org.crd.yaml
copy to deploy/olm-catalog/camel-k-dev/1.2.1/kameletbindings.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/kamelets.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.2.1/kamelets.camel.apache.org.crd.yaml
similarity index 100%
copy from deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/kamelets.camel.apache.org.crd.yaml
copy to deploy/olm-catalog/camel-k-dev/1.2.1/kamelets.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/builds.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.2.2-snapshot/builds.camel.apache.org.crd.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/builds.camel.apache.org.crd.yaml
rename to deploy/olm-catalog/camel-k-dev/1.2.2-snapshot/builds.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/camel-k.v1.2.1-snapshot.clusterserviceversion.yaml b/deploy/olm-catalog/camel-k-dev/1.2.2-snapshot/camel-k.v1.2.2-snapshot.clusterserviceversion.yaml
similarity index 98%
rename from deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/camel-k.v1.2.1-snapshot.clusterserviceversion.yaml
rename to deploy/olm-catalog/camel-k-dev/1.2.2-snapshot/camel-k.v1.2.2-snapshot.clusterserviceversion.yaml
index d762eeb..832f0ca 100644
--- a/deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/camel-k.v1.2.1-snapshot.clusterserviceversion.yaml
+++ b/deploy/olm-catalog/camel-k-dev/1.2.2-snapshot/camel-k.v1.2.2-snapshot.clusterserviceversion.yaml
@@ -157,14 +157,14 @@ metadata:
     capabilities: Full Lifecycle
     categories: Integration & Delivery
     certified: "false"
-    containerImage: docker.io/apache/camel-k:1.2.1-SNAPSHOT
+    containerImage: docker.io/apache/camel-k:1.2.2-SNAPSHOT
     createdAt: "2020-06-09T02:45:00Z"
     description: Apache Camel K is a lightweight integration platform, born on Kubernetes,
       with serverless superpowers.
     repository: https://github.com/apache/camel-k
     operators.operatorframework.io/internal-objects: '["builds.camel.apache.org","integrationkits.camel.apache.org","camelcatalogs.camel.apache.org"]'
     support: Camel
-  name: camel-k-operator.v1.2.1-snapshot
+  name: camel-k-operator.v1.2.2-snapshot
   namespace: placeholder
 spec:
   relatedImages:
@@ -312,7 +312,7 @@ spec:
                   valueFrom:
                     fieldRef:
                       fieldPath: metadata.namespace
-                image: docker.io/apache/camel-k:1.2.1-SNAPSHOT
+                image: docker.io/apache/camel-k:1.2.2-SNAPSHOT
                 imagePullPolicy: IfNotPresent
                 name: camel-k-operator
                 resources: {}
@@ -560,8 +560,8 @@ spec:
   minKubeVersion: 1.11.0
   provider:
     name: The Apache Software Foundation
-  replaces: camel-k-operator.v1.2.0
+  replaces: camel-k-operator.v1.2.1
   selector:
     matchLabels:
       name: camel-k-operator
-  version: 1.2.1-snapshot
+  version: 1.2.2-snapshot
diff --git a/deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/camelcatalogs.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.2.2-snapshot/camelcatalogs.camel.apache.org.crd.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/camelcatalogs.camel.apache.org.crd.yaml
rename to deploy/olm-catalog/camel-k-dev/1.2.2-snapshot/camelcatalogs.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/integrationkits.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.2.2-snapshot/integrationkits.camel.apache.org.crd.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/integrationkits.camel.apache.org.crd.yaml
rename to deploy/olm-catalog/camel-k-dev/1.2.2-snapshot/integrationkits.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/integrationplatforms.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.2.2-snapshot/integrationplatforms.camel.apache.org.crd.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/integrationplatforms.camel.apache.org.crd.yaml
rename to deploy/olm-catalog/camel-k-dev/1.2.2-snapshot/integrationplatforms.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/integrations.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.2.2-snapshot/integrations.camel.apache.org.crd.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/integrations.camel.apache.org.crd.yaml
rename to deploy/olm-catalog/camel-k-dev/1.2.2-snapshot/integrations.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/kameletbindings.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.2.2-snapshot/kameletbindings.camel.apache.org.crd.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/kameletbindings.camel.apache.org.crd.yaml
rename to deploy/olm-catalog/camel-k-dev/1.2.2-snapshot/kameletbindings.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/kamelets.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.2.2-snapshot/kamelets.camel.apache.org.crd.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k-dev/1.2.1-snapshot/kamelets.camel.apache.org.crd.yaml
rename to deploy/olm-catalog/camel-k-dev/1.2.2-snapshot/kamelets.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/camel-k-dev.package.yaml b/deploy/olm-catalog/camel-k-dev/camel-k-dev.package.yaml
index aee28ee..dcbacb4 100644
--- a/deploy/olm-catalog/camel-k-dev/camel-k-dev.package.yaml
+++ b/deploy/olm-catalog/camel-k-dev/camel-k-dev.package.yaml
@@ -16,7 +16,7 @@
 # ---------------------------------------------------------------------------
 
 channels:
-- currentCSV: camel-k-operator.v1.2.1-snapshot
+- currentCSV: camel-k-operator.v1.2.2-snapshot
   name: stable
 defaultChannel: stable
 packageName: camel-k-dev
diff --git a/deploy/operator-deployment.yaml b/deploy/operator-deployment.yaml
index 8d424e2..91375b4 100644
--- a/deploy/operator-deployment.yaml
+++ b/deploy/operator-deployment.yaml
@@ -39,7 +39,7 @@ spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:1.2.1-SNAPSHOT
+          image: docker.io/apache/camel-k:1.2.2-SNAPSHOT
           command:
           - kamel
           - operator
diff --git a/deploy/resources.go b/deploy/resources.go
index aa22285..93c56fd 100644
--- a/deploy/resources.go
+++ b/deploy/resources.go
@@ -163,7 +163,7 @@ var assets = func() http.FileSystem {
 			modTime:          time.Time{},
 			uncompressedSize: 2148,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x54\xc1\x6e\xe3\x36\x10\xbd\xeb\x2b\x1e\xac\xcb\x2e\x10\xdb\xcd\x1e\xd5\x93\x9a\x38\x88\xd1\x54\x32\x2c\x6f\x83\x3d\x15\x13\x6a\x24\x11\xa1\x48\x95\xa4\xa2\xd5\xdf\x17\x94\xed\xc4\xce\x66\xd3\x1e\x82\xf2\x64\x73\x66\xde\xbc\x37\x6f\xc4\x18\xf3\x8f\x3b\x51\x8c\x3b\x29\x58\x3b\x2e\xe1\x0d\x7c\xc3\x48\x3b\x12\x0d\xa3\x30\x95\x1f\xc8\x32\x6e\x4c\xaf\x4b\xf2\xd2\x68\x7c\x4a\x8b\x9b\xcf\xe8\x75\xc9\x16\x46\x33\x8c\x45\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x54\xc1\x6e\xe3\x36\x10\xbd\xeb\x2b\x1e\xac\xcb\x2e\x10\xdb\xdd\x1c\xd5\x93\x9a\x38\x88\xd1\x54\x32\x2c\x6f\x83\x3d\x15\x13\x6a\x24\x11\xa1\x48\x95\xa4\xa2\xd5\xdf\x17\x94\xed\xc4\xce\x66\xd3\x1e\x82\xf2\x64\x73\x66\xde\xbc\x37\x6f\xc4\x18\xf3\x8f\x3b\x51\x8c\x3b\x29\x58\x3b\x2e\xe1\x0d\x7c\xc3\x48\x3b\x12\x0d\xa3\x30\x95\x1f\xc8\x32\x6e\x4c\xaf\x4b\xf2\xd2\x68\x7c\x4a\x8b\x9b\xcf\xe8\x75\xc9\x16\x46\x33\x8c\x45\x [...]
 		},
 		"/operator-role-binding-events.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-role-binding-events.yaml",
diff --git a/docs/charts/camel-k-0.4.0.tgz b/docs/charts/camel-k-0.4.0.tgz
new file mode 100644
index 0000000..e8716ef
Binary files /dev/null and b/docs/charts/camel-k-0.4.0.tgz differ
diff --git a/docs/charts/camel-k-0.4.1.tgz b/docs/charts/camel-k-0.4.1.tgz
new file mode 100644
index 0000000..515561c
Binary files /dev/null and b/docs/charts/camel-k-0.4.1.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index cee599b..cf2eb14 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -2,8 +2,58 @@ apiVersion: v1
 entries:
   camel-k:
   - apiVersion: v2
+    appVersion: 1.2.1
+    created: "2020-11-27T11:59:24.780436646+01:00"
+    description: A lightweight integration platform, born on Kubernetes, with serverless
+      superpowers
+    digest: 393f4e4b32119824442ee2abdfc34a34bc49ec0fc6e957057e955cb5dd63aece
+    home: https://camel.apache.org/camel-k/latest/
+    icon: https://github.com/apache/camel/raw/master/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.4.1.tgz
+    version: 0.4.1
+  - apiVersion: v2
+    appVersion: 1.2.0
+    created: "2020-11-27T11:59:24.778468169+01:00"
+    description: A lightweight integration platform, born on Kubernetes, with serverless
+      superpowers
+    digest: c47863e13644340b857acf5c688004927e0ad126a9c39e8c90fa6d84e2c445b9
+    home: https://camel.apache.org/camel-k/latest/
+    icon: https://github.com/apache/camel/raw/master/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.4.0.tgz
+    version: 0.4.0
+  - apiVersion: v2
     appVersion: 1.1.1
-    created: "2020-09-15T12:51:02.014651571+02:00"
+    created: "2020-11-27T11:59:24.776444422+01:00"
     description: A lightweight integration platform, born on Kubernetes, with serverless
       superpowers
     digest: 46771bd1c0e52097f07e9c17e657690872716ed845b196cd0c981c97b984b573
@@ -28,7 +78,7 @@ entries:
     version: 0.3.2
   - apiVersion: v2
     appVersion: 1.0.1
-    created: "2020-09-15T12:51:02.01187172+02:00"
+    created: "2020-11-27T11:59:24.775064834+01:00"
     description: A lightweight integration platform, born on Kubernetes, with serverless
       superpowers
     digest: d7453b9b6281355caad37896c6760be64735f69009bc312a54cbc17e8a1f6697
@@ -53,7 +103,7 @@ entries:
     version: 0.3.1
   - apiVersion: v2
     appVersion: 1.0.0
-    created: "2020-09-15T12:51:02.011010499+02:00"
+    created: "2020-11-27T11:59:24.774668625+01:00"
     description: A lightweight integration platform, born on Kubernetes, with serverless
       superpowers
     digest: 610a2b024d539451ee278b72179f34c242a67b7949e2a4eae7b0fa2d8d3630e3
@@ -78,7 +128,7 @@ entries:
     version: 0.3.0
   - apiVersion: v2
     appVersion: 1.0.0-RC2
-    created: "2020-09-15T12:51:02.010133635+02:00"
+    created: "2020-11-27T11:59:24.773910513+01:00"
     description: A lightweight integration platform, born on Kubernetes, with serverless
       superpowers
     digest: 3d5397e111004a8735849dcebd55c9827e687aa3ab28b5c28de8fe69595e1b8f
@@ -103,7 +153,7 @@ entries:
     version: 0.2.1
   - apiVersion: v2
     appVersion: 1.0.0-RC2
-    created: "2020-09-15T12:51:02.009233388+02:00"
+    created: "2020-11-27T11:59:24.77350109+01:00"
     description: A lightweight integration platform, born on Kubernetes, with serverless
       superpowers
     digest: 43fa5d9563ce76d25695e4132c5870279541b26be2ac8023537b587483853260
@@ -128,7 +178,7 @@ entries:
     version: 0.1.1
   - apiVersion: v2
     appVersion: 1.0.0-RC2
-    created: "2020-09-15T12:51:02.007417289+02:00"
+    created: "2020-11-27T11:59:24.773077768+01:00"
     description: A lightweight integration platform, born on Kubernetes, with serverless
       superpowers
     digest: 3bc8c53c4d781c4b4e4aac254d291339b348c2d8b4cf24b579ceb4330a48edd5
@@ -151,4 +201,4 @@ entries:
     urls:
     - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
     version: 0.1.0
-generated: "2020-09-15T12:51:02.006342977+02:00"
+generated: "2020-11-27T11:59:24.772425794+01:00"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 503ea6e..09dd751 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.4.1
+version: 0.4.2
 
 # 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.2.1-SNAPSHOT
+appVersion: 1.2.2-SNAPSHOT
 
 icon: https://github.com/apache/camel/raw/master/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 bfa7124..a717f4c 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.2.1-SNAPSHOT
+  image: docker.io/apache/camel-k:1.2.2-SNAPSHOT
 
 platform:
   build:
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index 6527204..4537279 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -23,7 +23,7 @@ package defaults
 
 const (
 	// Version --
-	Version = "1.2.1-SNAPSHOT"
+	Version = "1.2.2-SNAPSHOT"
 
 	// DefaultRuntimeVersion --
 	DefaultRuntimeVersion = "1.5.0"
diff --git a/script/Makefile b/script/Makefile
index 16a7bc6..966e196 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 VERSIONFILE := pkg/util/defaults/defaults.go
-VERSION := 1.2.1-SNAPSHOT
+VERSION := 1.2.2-SNAPSHOT
 LAST_RELEASED_VERSION := 1.2.0
 RUNTIME_VERSION := 1.5.0
 BUILDAH_VERSION := 1.14.0