You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2020/10/02 12:39:02 UTC

[camel-k] branch master updated (dc143e8 -> 23dd753)

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

astefanutti pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git.


    from dc143e8  [fix] Use correct name of kameletbinding
     new c93841b  chore: Update rbac authorization k8s from v1beta1 to v1
     new 23dd753  chore: build resources

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 deploy/addons/master/master-role-binding.tmpl      |   2 +-
 deploy/addons/master/master-role.tmpl              |   2 +-
 deploy/builder-role-binding.yaml                   |   2 +-
 deploy/builder-role-kubernetes.yaml                |   2 +-
 deploy/builder-role-openshift.yaml                 |   2 +-
 deploy/camel-catalog-1.5.1-SNAPSHOT-main.yaml      |  10 +++
 deploy/camel-catalog-1.5.1-SNAPSHOT-quarkus.yaml   |  10 +++
 deploy/operator-role-binding-events.yaml           |   2 +-
 deploy/operator-role-binding-knative.yaml          |   2 +-
 deploy/operator-role-binding-servicemonitors.yaml  |   2 +-
 deploy/operator-role-binding.yaml                  |   2 +-
 deploy/operator-role-events.yaml                   |   2 +-
 deploy/operator-role-knative.yaml                  |   2 +-
 deploy/operator-role-kubernetes.yaml               |   2 +-
 deploy/operator-role-olm-cluster.yaml              |   2 +-
 deploy/operator-role-olm.yaml                      |   2 +-
 deploy/operator-role-openshift.yaml                |   2 +-
 deploy/operator-role-servicemonitors.yaml          |   2 +-
 deploy/resources.go                                | 100 ++++++++++-----------
 .../tekton/camel-k-pipeline-permissions.yaml       |   4 +-
 helm/camel-k/templates/operator-role-binding.yaml  |   2 +-
 helm/camel-k/templates/operator-role.yaml          |   2 +-
 pkg/cmd/uninstall.go                               |   4 +-
 pkg/install/operator.go                            |  12 +--
 24 files changed, 98 insertions(+), 78 deletions(-)


[camel-k] 01/02: chore: Update rbac authorization k8s from v1beta1 to v1

Posted by as...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

astefanutti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit c93841b17efa6ee3a81ed53d146239a0430eb74a
Author: Christoph Deppisch <cd...@redhat.com>
AuthorDate: Thu Oct 1 20:38:53 2020 +0200

    chore: Update rbac authorization k8s from v1beta1 to v1
---
 deploy/addons/master/master-role-binding.tmpl                |  2 +-
 deploy/addons/master/master-role.tmpl                        |  2 +-
 deploy/builder-role-binding.yaml                             |  2 +-
 deploy/builder-role-kubernetes.yaml                          |  2 +-
 deploy/builder-role-openshift.yaml                           |  2 +-
 deploy/operator-role-binding-events.yaml                     |  2 +-
 deploy/operator-role-binding-knative.yaml                    |  2 +-
 deploy/operator-role-binding-servicemonitors.yaml            |  2 +-
 deploy/operator-role-binding.yaml                            |  2 +-
 deploy/operator-role-events.yaml                             |  2 +-
 deploy/operator-role-knative.yaml                            |  2 +-
 deploy/operator-role-kubernetes.yaml                         |  2 +-
 deploy/operator-role-olm-cluster.yaml                        |  2 +-
 deploy/operator-role-olm.yaml                                |  2 +-
 deploy/operator-role-openshift.yaml                          |  2 +-
 deploy/operator-role-servicemonitors.yaml                    |  2 +-
 .../attachments/tekton/camel-k-pipeline-permissions.yaml     |  4 ++--
 helm/camel-k/templates/operator-role-binding.yaml            |  2 +-
 helm/camel-k/templates/operator-role.yaml                    |  2 +-
 pkg/cmd/uninstall.go                                         |  4 ++--
 pkg/install/operator.go                                      | 12 ++++++------
 21 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/deploy/addons/master/master-role-binding.tmpl b/deploy/addons/master/master-role-binding.tmpl
index b6d0bea..41ca199 100644
--- a/deploy/addons/master/master-role-binding.tmpl
+++ b/deploy/addons/master/master-role-binding.tmpl
@@ -1,5 +1,5 @@
 kind: RoleBinding
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: {{ .Name }}
   namespace: {{ .Namespace }}
diff --git a/deploy/addons/master/master-role.tmpl b/deploy/addons/master/master-role.tmpl
index efe939e..ac4ff90 100644
--- a/deploy/addons/master/master-role.tmpl
+++ b/deploy/addons/master/master-role.tmpl
@@ -1,5 +1,5 @@
 kind: Role
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: {{ .Name }}
   namespace: {{ .Namespace }}
diff --git a/deploy/builder-role-binding.yaml b/deploy/builder-role-binding.yaml
index 1c860b4..4487f6f 100644
--- a/deploy/builder-role-binding.yaml
+++ b/deploy/builder-role-binding.yaml
@@ -16,7 +16,7 @@
 # ---------------------------------------------------------------------------
 
 kind: RoleBinding
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: camel-k-builder
   labels:
diff --git a/deploy/builder-role-kubernetes.yaml b/deploy/builder-role-kubernetes.yaml
index 7a551ca..172eca7 100644
--- a/deploy/builder-role-kubernetes.yaml
+++ b/deploy/builder-role-kubernetes.yaml
@@ -16,7 +16,7 @@
 # ---------------------------------------------------------------------------
 
 kind: Role
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: camel-k-builder
   labels:
diff --git a/deploy/builder-role-openshift.yaml b/deploy/builder-role-openshift.yaml
index 7271d04..d3c4f4f 100644
--- a/deploy/builder-role-openshift.yaml
+++ b/deploy/builder-role-openshift.yaml
@@ -16,7 +16,7 @@
 # ---------------------------------------------------------------------------
 
 kind: Role
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: camel-k-builder
   labels:
diff --git a/deploy/operator-role-binding-events.yaml b/deploy/operator-role-binding-events.yaml
index dbbb3a7..7b1d41d 100644
--- a/deploy/operator-role-binding-events.yaml
+++ b/deploy/operator-role-binding-events.yaml
@@ -16,7 +16,7 @@
 # ---------------------------------------------------------------------------
 
 kind: RoleBinding
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: camel-k-operator-events
   labels:
diff --git a/deploy/operator-role-binding-knative.yaml b/deploy/operator-role-binding-knative.yaml
index 3ab51f8..034baef 100644
--- a/deploy/operator-role-binding-knative.yaml
+++ b/deploy/operator-role-binding-knative.yaml
@@ -16,7 +16,7 @@
 # ---------------------------------------------------------------------------
 
 kind: RoleBinding
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: camel-k-operator-knative
   labels:
diff --git a/deploy/operator-role-binding-servicemonitors.yaml b/deploy/operator-role-binding-servicemonitors.yaml
index cb49320..120e83e 100644
--- a/deploy/operator-role-binding-servicemonitors.yaml
+++ b/deploy/operator-role-binding-servicemonitors.yaml
@@ -16,7 +16,7 @@
 # ---------------------------------------------------------------------------
 
 kind: RoleBinding
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: camel-k-operator-servicemonitors
   labels:
diff --git a/deploy/operator-role-binding.yaml b/deploy/operator-role-binding.yaml
index f6a8ffa..afbdf27 100644
--- a/deploy/operator-role-binding.yaml
+++ b/deploy/operator-role-binding.yaml
@@ -16,7 +16,7 @@
 # ---------------------------------------------------------------------------
 
 kind: RoleBinding
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: camel-k-operator
   labels:
diff --git a/deploy/operator-role-events.yaml b/deploy/operator-role-events.yaml
index aa09f62..d109b73 100644
--- a/deploy/operator-role-events.yaml
+++ b/deploy/operator-role-events.yaml
@@ -16,7 +16,7 @@
 # ---------------------------------------------------------------------------
 
 kind: Role
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: camel-k-operator-events
   labels:
diff --git a/deploy/operator-role-knative.yaml b/deploy/operator-role-knative.yaml
index 36c6a44..c59021d 100644
--- a/deploy/operator-role-knative.yaml
+++ b/deploy/operator-role-knative.yaml
@@ -16,7 +16,7 @@
 # ---------------------------------------------------------------------------
 
 kind: Role
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: camel-k-operator-knative
   labels:
diff --git a/deploy/operator-role-kubernetes.yaml b/deploy/operator-role-kubernetes.yaml
index 4e9db4c..26c4c48 100644
--- a/deploy/operator-role-kubernetes.yaml
+++ b/deploy/operator-role-kubernetes.yaml
@@ -16,7 +16,7 @@
 # ---------------------------------------------------------------------------
 
 kind: Role
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: camel-k-operator
   labels:
diff --git a/deploy/operator-role-olm-cluster.yaml b/deploy/operator-role-olm-cluster.yaml
index 09cf5f8..9520a6a 100644
--- a/deploy/operator-role-olm-cluster.yaml
+++ b/deploy/operator-role-olm-cluster.yaml
@@ -16,7 +16,7 @@
 # ---------------------------------------------------------------------------
 
 kind: ClusterRole
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: camel-k-operator
   labels:
diff --git a/deploy/operator-role-olm.yaml b/deploy/operator-role-olm.yaml
index d5ac5f4..fa6c6f3 100644
--- a/deploy/operator-role-olm.yaml
+++ b/deploy/operator-role-olm.yaml
@@ -16,7 +16,7 @@
 # ---------------------------------------------------------------------------
 
 kind: Role
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: camel-k-operator
   labels:
diff --git a/deploy/operator-role-openshift.yaml b/deploy/operator-role-openshift.yaml
index d939b96..31696bc 100644
--- a/deploy/operator-role-openshift.yaml
+++ b/deploy/operator-role-openshift.yaml
@@ -16,7 +16,7 @@
 # ---------------------------------------------------------------------------
 
 kind: Role
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: camel-k-operator
   labels:
diff --git a/deploy/operator-role-servicemonitors.yaml b/deploy/operator-role-servicemonitors.yaml
index aae49c0..98b2061 100644
--- a/deploy/operator-role-servicemonitors.yaml
+++ b/deploy/operator-role-servicemonitors.yaml
@@ -16,7 +16,7 @@
 # ---------------------------------------------------------------------------
 
 kind: Role
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: camel-k-operator-servicemonitors
   labels:
diff --git a/docs/modules/ROOT/assets/attachments/tekton/camel-k-pipeline-permissions.yaml b/docs/modules/ROOT/assets/attachments/tekton/camel-k-pipeline-permissions.yaml
index fff7f1e..3b05991 100644
--- a/docs/modules/ROOT/assets/attachments/tekton/camel-k-pipeline-permissions.yaml
+++ b/docs/modules/ROOT/assets/attachments/tekton/camel-k-pipeline-permissions.yaml
@@ -22,7 +22,7 @@ metadata:
   name: camel-k-pipeline
 ---
 kind: Role
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: camel-k-pipeline
 rules:
@@ -166,7 +166,7 @@ rules:
       - create
 ---
 kind: RoleBinding
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: camel-k-pipeline
 subjects:
diff --git a/helm/camel-k/templates/operator-role-binding.yaml b/helm/camel-k/templates/operator-role-binding.yaml
index df55af3..0c785ef 100644
--- a/helm/camel-k/templates/operator-role-binding.yaml
+++ b/helm/camel-k/templates/operator-role-binding.yaml
@@ -16,7 +16,7 @@
 # ---------------------------------------------------------------------------
 
 kind: RoleBinding
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: camel-k-operator
   labels:
diff --git a/helm/camel-k/templates/operator-role.yaml b/helm/camel-k/templates/operator-role.yaml
index d4f7ef4..c54ead2 100644
--- a/helm/camel-k/templates/operator-role.yaml
+++ b/helm/camel-k/templates/operator-role.yaml
@@ -16,7 +16,7 @@
 # ---------------------------------------------------------------------------
 
 kind: Role
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: camel-k-operator
   labels:
diff --git a/pkg/cmd/uninstall.go b/pkg/cmd/uninstall.go
index c6aeb6a..2cf796f 100644
--- a/pkg/cmd/uninstall.go
+++ b/pkg/cmd/uninstall.go
@@ -47,7 +47,7 @@ func newCmdUninstall(rootCmdOptions *RootCmdOptions) (*cobra.Command, *uninstall
 	}
 
 	cmd.Flags().Bool("skip-operator", false, "Do not uninstall the Camel K Operator in the current namespace")
-	cmd.Flags().Bool("skip-crd", true, "Do not uninstall the Camel-k Custom Resource Definitions (CRD)")
+	cmd.Flags().Bool("skip-crd", true, "Do not uninstall the Camel K Custom Resource Definitions (CRD)")
 	cmd.Flags().Bool("skip-role-bindings", false, "Do not uninstall the Camel K Role Bindings in the current namespace")
 	cmd.Flags().Bool("skip-roles", false, "Do not uninstall the Camel K Roles in the current namespace")
 	cmd.Flags().Bool("skip-cluster-roles", true, "Do not uninstall the Camel K Cluster Roles")
@@ -60,7 +60,7 @@ func newCmdUninstall(rootCmdOptions *RootCmdOptions) (*cobra.Command, *uninstall
 	cmd.Flags().String("olm-package", olm.DefaultPackage, "Name of the Camel K package in the OLM source or marketplace")
 	cmd.Flags().String("olm-global-namespace", olm.DefaultGlobalNamespace, "A namespace containing an OperatorGroup that defines "+
 		"global scope for the operator (used in combination with the --global flag)")
-	cmd.Flags().Bool("all", false, "Do uninstall all Camel-K resources")
+	cmd.Flags().Bool("all", false, "Do uninstall all Camel K resources")
 
 	return &cmd, &options
 }
diff --git a/pkg/install/operator.go b/pkg/install/operator.go
index 37215fe..dee26d3 100644
--- a/pkg/install/operator.go
+++ b/pkg/install/operator.go
@@ -25,7 +25,7 @@ import (
 
 	appsv1 "k8s.io/api/apps/v1"
 	corev1 "k8s.io/api/core/v1"
-	"k8s.io/api/rbac/v1beta1"
+	rbacv1 "k8s.io/api/rbac/v1"
 	k8serrors "k8s.io/apimachinery/pkg/api/errors"
 	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
 	"k8s.io/apimachinery/pkg/runtime"
@@ -81,9 +81,9 @@ func OperatorOrCollect(ctx context.Context, c client.Client, cfg OperatorConfigu
 			}
 
 			// Turn Role & RoleBinding into their equivalent cluster types
-			if r, ok := o.(*v1beta1.Role); ok {
+			if r, ok := o.(*rbacv1.Role); ok {
 				if strings.HasPrefix(r.Name, "camel-k-operator") {
-					o = &v1beta1.ClusterRole{
+					o = &rbacv1.ClusterRole{
 						ObjectMeta: metav1.ObjectMeta{
 							Namespace: cfg.Namespace,
 							Name:      r.Name,
@@ -93,17 +93,17 @@ func OperatorOrCollect(ctx context.Context, c client.Client, cfg OperatorConfigu
 				}
 			}
 
-			if rb, ok := o.(*v1beta1.RoleBinding); ok {
+			if rb, ok := o.(*rbacv1.RoleBinding); ok {
 				if strings.HasPrefix(rb.Name, "camel-k-operator") {
 					rb.Subjects[0].Namespace = cfg.Namespace
 
-					o = &v1beta1.ClusterRoleBinding{
+					o = &rbacv1.ClusterRoleBinding{
 						ObjectMeta: metav1.ObjectMeta{
 							Namespace: cfg.Namespace,
 							Name:      rb.Name,
 						},
 						Subjects: rb.Subjects,
-						RoleRef: v1beta1.RoleRef{
+						RoleRef: rbacv1.RoleRef{
 							APIGroup: rb.RoleRef.APIGroup,
 							Kind:     "ClusterRole",
 							Name:     rb.RoleRef.Name,


[camel-k] 02/02: chore: build resources

Posted by as...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

astefanutti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 23dd753df4f53e45c5294d67b338ee9348f395e2
Author: Christoph Deppisch <cd...@redhat.com>
AuthorDate: Fri Oct 2 10:36:09 2020 +0200

    chore: build resources
---
 deploy/camel-catalog-1.5.1-SNAPSHOT-main.yaml    |  10 +++
 deploy/camel-catalog-1.5.1-SNAPSHOT-quarkus.yaml |  10 +++
 deploy/resources.go                              | 100 +++++++++++------------
 3 files changed, 70 insertions(+), 50 deletions(-)

diff --git a/deploy/camel-catalog-1.5.1-SNAPSHOT-main.yaml b/deploy/camel-catalog-1.5.1-SNAPSHOT-main.yaml
index 07b2070..bf29fdb 100644
--- a/deploy/camel-catalog-1.5.1-SNAPSHOT-main.yaml
+++ b/deploy/camel-catalog-1.5.1-SNAPSHOT-main.yaml
@@ -3249,6 +3249,16 @@ spec:
       dependencies:
       - groupId: org.apache.camel.k
         artifactId: camel-kamelet
+    camel-wrap:
+      groupId: org.apache.camel.k
+      artifactId: camel-wrap
+      schemes:
+      - id: wrap
+        http: false
+        passive: false
+      dependencies:
+      - groupId: org.apache.camel.k
+        artifactId: camel-wrap
   loaders:
     yaml:
       groupId: org.apache.camel.k
diff --git a/deploy/camel-catalog-1.5.1-SNAPSHOT-quarkus.yaml b/deploy/camel-catalog-1.5.1-SNAPSHOT-quarkus.yaml
index a0e9fd7..971e41b 100644
--- a/deploy/camel-catalog-1.5.1-SNAPSHOT-quarkus.yaml
+++ b/deploy/camel-catalog-1.5.1-SNAPSHOT-quarkus.yaml
@@ -2865,6 +2865,16 @@ spec:
       dependencies:
       - groupId: org.apache.camel.k
         artifactId: camel-k-quarkus-kamelet
+    camel-wrap:
+      groupId: org.apache.camel.k
+      artifactId: camel-wrap
+      schemes:
+      - id: wrap
+        http: false
+        passive: false
+      dependencies:
+      - groupId: org.apache.camel.k
+        artifactId: camel-k-quarkus-wrap
   loaders:
     yaml:
       groupId: org.apache.camel.k
diff --git a/deploy/resources.go b/deploy/resources.go
index ece9623..0a55eca 100644
--- a/deploy/resources.go
+++ b/deploy/resources.go
@@ -49,37 +49,37 @@ var assets = func() http.FileSystem {
 		"/addons/master/master-role-binding.tmpl": &vfsgen۰CompressedFileInfo{
 			name:             "master-role-binding.tmpl",
 			modTime:          time.Time{},
-			uncompressedSize: 362,
+			uncompressedSize: 357,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x90\xbd\x4e\xc5\x30\x0c\x85\xf7\x3c\x85\x75\xf7\x1b\xd4\x0d\x65\x83\x85\x8d\xa1\x48\xec\x4e\x6a\xc0\x34\x89\xa3\xfc\x74\xa0\xea\xbb\xa3\xb6\x48\x14\x09\xf5\x8e\xc9\xa7\x63\x7f\x3e\x23\xc7\xc1\x40\x2f\x9e\x1e\x39\x0e\x1c\xdf\x15\x26\x7e\xa5\x5c\x58\xa2\x81\x6c\xd1\x69\x6c\xf5\x43\x32\x7f\x61\x65\x89\x7a\xbc\x2f\x9a\xe5\x6e\xea\x2c\x55\xec\x54\xa0\x8a\x03\x56\x34\x0a\x20\x62\x20\x03\xf3\x0c\xfa\x19\x03\xc1\xb2\xfc\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x90\x3d\x4f\xc4\x30\x0c\x86\xf7\xfc\x0a\xab\x7b\x83\xd8\x50\x36\x58\xd8\x18\x8a\xc4\xee\xa6\x06\x4c\x93\x38\xca\x47\x07\xaa\xfe\x77\xd4\x16\xe9\x7a\xd2\xa9\x37\x26\x8f\x5e\xfb\xf1\x3b\x72\x18\x0c\x74\xe2\xe8\x85\xc3\xc0\xe1\x4b\x61\xe4\x0f\x4a\x99\x25\x18\x48\x3d\x5a\x8d\xb5\x7c\x4b\xe2\x5f\x2c\x2c\x41\x8f\x4f\x59\xb3\x3c\x4c\x8f\xca\x53\xc1\x01\x0b\x1a\x05\x10\xd0\x93\x81\x79\x06\xfd\x86\x9e\x60\x59\xfe\xff\x72\x [...]
 		},
 		"/addons/master/master-role.tmpl": &vfsgen۰CompressedFileInfo{
 			name:             "master-role.tmpl",
 			modTime:          time.Time{},
-			uncompressedSize: 347,
+			uncompressedSize: 342,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x8d\xb1\x6e\xc3\x30\x0c\x44\x77\x7d\x05\xe1\xdd\x2e\xb2\x15\xfa\x81\x6e\x1d\x3a\x74\x3f\xcb\x6c\x22\x58\x16\x09\x4a\x4a\x81\x06\xf9\xf7\xa2\x72\x02\x14\xed\x92\x89\xc7\x77\x47\xde\x1a\xf3\xe2\xe9\x4d\x12\x3b\x68\x7c\x67\x2b\x51\xb2\x27\x9b\x11\x26\xb4\x7a\x12\x8b\x5f\xa8\x51\xf2\xb4\x3e\x97\x29\xca\xd3\xf9\x30\x73\xc5\xc1\x6d\x5c\xb1\xa0\xc2\x3b\xa2\x8c\x8d\x3d\x5d\x2e\x34\xbd\x62\x63\xba\x5e\x6f\xac\x28\xc2\x2f\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x8d\xb1\x4e\x04\x31\x0c\x44\xfb\x7c\x85\xb5\xfd\x2e\xa2\x43\xf9\x01\x3a\x0a\x0a\x7a\x6f\x62\xee\xac\x4d\x62\xcb\x49\x0e\x89\xd3\xfd\x3b\x22\x7b\x2b\x21\x68\xa8\x3c\x7e\x33\xf6\x6c\x5c\xa2\x87\x57\x49\xe4\x50\xf9\x8d\xac\xb2\x14\x0f\xb6\x62\x58\xb0\xb7\xb3\x18\x7f\x62\x63\x29\xcb\xf6\x54\x17\x96\x87\xcb\xa3\xcb\xd4\x30\x62\x43\xef\x00\x0a\x66\xf2\x70\xbd\xc2\xf2\x82\x99\xe0\x76\xbb\xb3\xaa\x18\x7e\x18\x63\xdd\xdd\x [...]
 		},
 		"/builder-role-binding.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "builder-role-binding.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 1207,
+			uncompressedSize: 1202,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x41\x6f\xe3\x36\x14\x84\xef\xfc\x15\x03\xeb\x92\x00\xb6\xdc\xf4\x54\xb8\x27\x25\xb1\x5b\xa1\x81\x0d\x58\x4e\x83\x1c\x29\xea\x59\x7a\x35\x45\xaa\x24\x15\xc5\xfb\xeb\x17\x94\xed\x4d\x82\xc5\xe6\x14\xde\x04\x3d\xcd\xfb\x86\x33\x4a\x30\xfb\xba\x23\x12\x3c\xb0\x22\xe3\xa9\x42\xb0\x08\x0d\x21\xeb\xa4\x6a\x08\x85\xdd\x87\x41\x3a\xc2\xca\xf6\xa6\x92\x81\xad\xc1\x55\x56\xac\xae\xd1\x9b\x8a\x1c\xac\x21\x58\x87\xd6\x3a\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x41\x6f\xe3\x36\x14\x84\xef\xfc\x15\x03\xeb\x92\x00\xb6\xdc\xf6\x54\xb8\x27\x25\xb1\x5b\xa1\x81\x0d\x58\xce\x06\x39\x52\xd4\xb3\xf4\xd6\x14\xa9\x25\xa9\x28\xde\x5f\xbf\xa0\x6c\x6f\x12\x2c\x36\xa7\xf0\x26\xe8\x69\xde\x37\x9c\x51\x82\xd9\xe7\x1d\x91\xe0\x9e\x15\x19\x4f\x15\x82\x45\x68\x08\x59\x27\x55\x43\x28\xec\x3e\x0c\xd2\x11\x56\xb6\x37\x95\x0c\x6c\x0d\xae\xb2\x62\x75\x8d\xde\x54\xe4\x60\x0d\xc1\x3a\xb4\xd6\x [...]
 		},
 		"/builder-role-kubernetes.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "builder-role-kubernetes.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 1456,
+			uncompressedSize: 1451,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x54\xc1\x8e\xdb\x36\x14\xbc\xf3\x2b\x06\xd2\x25\x29\xd6\x72\xd3\x53\xe1\x9e\xdc\xcd\x6e\x2b\x34\xb0\x81\x95\xd3\x20\x47\x8a\x7c\x96\x1e\x96\x22\x59\x92\x5a\x65\xfb\xf5\x05\x69\xbb\xf1\x76\x2f\x29\x10\x5e\xfc\x48\x0f\xe7\xcd\x70\x9e\x5d\x63\xf5\xfd\x96\xa8\xf1\x81\x15\xd9\x48\x1a\xc9\x21\x8d\x84\xad\x97\x6a\x24\x74\xee\x98\x16\x19\x08\xf7\x6e\xb6\x5a\x26\x76\x16\x6f\xb6\xdd\xfd\x5b\xcc\x56\x53\x80\xb3\x04\x17\x30\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x54\xc1\x6e\x1b\x37\x10\xbd\xf3\x2b\x1e\x76\x2f\x49\x61\x49\x6d\x4f\x85\x7a\x52\x1d\xbb\x5d\x34\x90\x00\xaf\xd2\x20\x47\x8a\x3b\xda\x1d\x98\x4b\xb2\x43\xae\x37\xee\xd7\x17\xa4\xa4\x46\xae\x2f\x09\x10\x5e\x34\xa4\x1e\xdf\xbc\xc7\x37\x52\x8d\xc5\xf7\x5b\xaa\xc6\x7b\x36\xe4\x22\x75\x48\x1e\x69\x20\x6c\x82\x36\x03\xa1\xf5\xc7\x34\x6b\x21\xdc\xfb\xc9\x75\x3a\xb1\x77\x78\xb3\x69\xef\xdf\x62\x72\x1d\x09\xbc\x23\x78\xc1\x [...]
 		},
 		"/builder-role-openshift.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "builder-role-openshift.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 2121,
+			uncompressedSize: 2116,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x54\x4d\x8f\xdb\x36\x10\xbd\xf3\x57\x3c\x48\x97\xa4\x58\xcb\x4d\x4f\x85\x7b\x72\x93\xdd\xd6\x68\x60\x03\x2b\xa7\x41\x8e\x23\x69\x2c\x0d\x4c\x91\x2c\x49\xad\xe2\xfe\xfa\x42\xb4\xdd\xb5\xe3\xf4\x0b\x0d\x10\x5d\x3c\x1a\x0e\xdf\xbc\x37\x6f\xac\x1c\xb3\x2f\xf7\xa8\x1c\x6f\xa5\x66\x13\xb8\x41\xb4\x88\x1d\x63\xe9\xa8\xee\x18\xa5\xdd\xc5\x91\x3c\xe3\xc1\x0e\xa6\xa1\x28\xd6\xe0\xc5\xb2\x7c\x78\x89\xc1\x34\xec\x61\x0d\xc3\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x54\x4f\x8f\xdb\xb6\x13\xbd\xf3\x53\x3c\x48\x97\xe4\x87\xb5\xfc\x6b\x4f\x85\x7b\x72\x37\xbb\xad\xd1\xc0\x06\x56\x4e\x83\x1c\xc7\xd4\x58\x1a\x2c\x45\xb2\x24\xb5\xca\xf6\xd3\x17\xa2\xed\xae\x1d\xa7\xff\xd0\x00\xd1\xc5\xa3\xe1\xf0\xcd\x7b\xf3\xc6\x2a\x31\xfb\x72\x8f\x2a\xf1\x56\x34\xdb\xc8\x0d\x92\x43\xea\x18\x4b\x4f\xba\x63\xd4\x6e\x9f\x46\x0a\x8c\x7b\x37\xd8\x86\x92\x38\x8b\x57\xcb\xfa\xfe\x35\x06\xdb\x70\x80\xb3\x [...]
 		},
 		"/builder-service-account.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "builder-service-account.yaml",
@@ -91,16 +91,16 @@ var assets = func() http.FileSystem {
 		"/camel-catalog-1.5.1-SNAPSHOT-main.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "camel-catalog-1.5.1-SNAPSHOT-main.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 91527,
+			uncompressedSize: 91768,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x7d\xdd\x73\xdb\x38\xb2\xef\x7b\xfe\x0a\xd6\xe6\xe5\x9c\xba\x2b\xec\x8c\xb3\xbb\x73\xce\xdc\x27\x5b\x8e\x13\x3b\xb6\xe3\x09\xbd\x49\x76\x5f\xa6\x20\x12\x92\x60\x91\x04\x0d\x40\xb2\xec\xbf\xfe\x16\x3e\xf8\x29\x08\x12\xd9\x86\xab\xae\x1f\x4c\x8a\xe8\xfe\x35\x9b\x20\xf1\xd1\x68\x74\xbf\x8f\x26\xaf\xf7\xf7\xee\x7d\x74\x4d\x13\x52\x08\x92\x46\x92\x45\x72\x49\xa2\xd3\x12\x27\x4b\x12\xc5\x6c\x2e\x9f\x30\x27\xd1\x05\x5b\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x7d\x5b\x77\xdb\x38\xb2\xee\x7b\x7e\x05\xd7\xe4\x65\xef\x75\x46\x98\x6e\x67\x66\x7a\xef\x3e\x4f\xb6\x1c\x27\x76\x6c\xc7\x1d\x79\x92\xcc\xbc\xf4\x82\x48\x48\x82\x44\x12\x34\x00\x5d\xec\x5f\x7f\x16\x2e\xbc\x0a\x82\x44\x96\xe1\xb5\x8e\x1f\x4c\x8a\xa8\xfa\x8a\x45\x90\xb8\x14\x0a\x55\xef\xa3\xd1\xeb\xfd\xbd\x7b\x1f\xdd\xd2\x98\xe4\x82\x24\x91\x64\x91\x5c\x90\xe8\xbc\xc0\xf1\x82\x44\x13\x36\x93\x5b\xcc\x49\x74\xc5\xd6\x [...]
 		},
 		"/camel-catalog-1.5.1-SNAPSHOT-quarkus.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "camel-catalog-1.5.1-SNAPSHOT-quarkus.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 87985,
+			uncompressedSize: 88236,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x7d\x5b\x57\xdc\x3a\xb2\xff\x7b\x3e\x85\xd7\xce\xcb\x39\xeb\x3f\xd6\xec\x4d\x66\x66\x9f\xb5\xff\x4f\xd0\x84\x04\x02\x84\xc4\x4c\x92\xd9\x2f\x7b\xa9\x6d\x75\xb7\x68\xdb\x32\x92\xba\x81\x7c\xfa\xb3\x74\xf1\xb5\x4d\xf9\x82\xc4\xe1\x01\xdb\xad\xd2\xaf\xac\x92\x2c\x95\x4a\xa5\xd2\xdb\x20\x74\xf7\xf7\xe6\x6d\x70\x49\x63\x92\x0b\x92\x04\x92\x05\x72\x43\x82\xe3\x02\xc7\x1b\x12\x44\x6c\x25\x1f\x30\x27\xc1\x19\xdb\xe5\x09\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x7d\x4b\x77\xdb\x38\xb2\xff\x3e\x9f\x82\xa7\xb3\xb9\xf7\xfc\x87\x98\x6e\x67\x66\xfa\x9e\xfe\xaf\x64\x39\x4e\xec\xd8\x8e\x13\x79\x92\x4c\x6f\xfa\x40\x24\x24\xc1\x22\x09\x1a\x80\x24\x3b\x9f\xfe\x1e\x3c\xf8\x14\x5d\x7c\x18\xf0\xf5\xc2\x24\x85\xc2\xaf\x88\x02\x01\x14\x0a\x85\xc2\xdb\x20\x74\xf7\xf7\xe6\x6d\x70\x45\x23\x92\x09\x12\x07\x92\x05\x72\x43\x82\x59\x8e\xa3\x0d\x09\x16\x6c\x25\x0f\x98\x93\xe0\x9c\xed\xb2\x18\x [...]
 		},
 		"/cr-example.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "cr-example.yaml",
@@ -112,51 +112,51 @@ var assets = func() http.FileSystem {
 		"/crd-build.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "crd-build.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 301783,
+			uncompressedSize: 301996,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x6b\x73\x23\xb7\xb5\x28\xfa\xdd\xbf\x02\x25\xa7\x4a\xd2\x8e\x48\x79\xf6\xce\xcd\xce\x9e\xec\x8a\x4b\x1e\x69\x1c\x5d\xcf\x43\x67\xa8\xb1\xef\x29\x27\x3b\x05\x76\x83\x24\xa2\x6e\xa0\x0d\xa0\xa5\x61\x8e\xcf\x7f\xbf\x85\x05\xa0\x1f\x7c\xf5\x42\x93\xd2\xc8\x76\xe3\xcb\x8c\x48\xf6\x6a\x3c\x16\xd6\xfb\xf1\x25\x19\x1d\x6e\x7c\xf1\x25\x79\xc3\x13\x26\x34\x4b\x89\x91\xc4\x2c\x18\xb9\x28\x68\xb2\x60\x64\x22\x67\xe6\x81\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x6b\x73\x23\xb9\x91\x28\x0c\x7f\x9f\x5f\x81\xd0\x38\x42\xd2\x5a\xa4\xba\xbd\x5e\xaf\xdd\xde\xd8\x09\x4d\x4b\x3d\xab\xd7\x7d\xd1\x69\xaa\x67\xde\x13\x63\xaf\x03\xac\x02\x49\xac\xaa\x80\x1a\x00\x25\x35\x7d\x66\xff\xfb\x13\x48\x00\x75\xe1\xad\x12\x45\x4a\xad\x19\x17\xbe\x74\x8b\x64\x65\x01\x89\x44\x22\xef\xf9\x35\x19\x1d\x6e\x7c\xf5\x35\x79\xcb\x13\x26\x34\x4b\x89\x91\xc4\x2c\x18\xb9\x28\x68\xb2\x60\x64\x22\x67\x [...]
 		},
 		"/crd-camel-catalog.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "crd-camel-catalog.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 9248,
+			uncompressedSize: 9284,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x59\x4d\x73\xdb\xbc\x11\xbe\xf3\x57\xec\x58\x87\xbc\xef\x8c\x45\x35\xed\xa5\xa3\x9e\x54\xd9\x9e\xaa\x71\x64\x8f\xa9\x24\x93\xe3\x8a\x5c\x51\x88\x49\x80\x05\x40\xc9\x6a\xa7\xff\xbd\x03\x90\x94\x48\x89\x1f\x48\xe2\x24\xd3\x4e\x71\x13\xb1\xd8\x8f\x67\xf7\x59\x00\x82\x37\x82\xf1\xeb\x0d\x6f\x04\xf7\x2c\x24\xae\x28\x02\x2d\x40\x6f\x09\x66\x19\x86\x5b\x82\x40\x6c\xf4\x1e\x25\xc1\x9d\xc8\x79\x84\x9a\x09\x0e\xbf\xcd\x82\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x59\x5f\x93\xdb\xb6\x11\x7f\xe7\xa7\xd8\x39\x3d\x38\x99\x39\x52\xe7\x4b\x9d\x49\xd4\x27\x55\x3e\x4f\x55\x3b\xba\x9b\x93\xe2\x4c\x1e\x21\x70\x45\x21\x07\x02\x2c\x00\x4a\xa7\x76\xfa\xdd\x3b\x00\x48\x89\x94\xf8\x2f\xf6\xd9\x69\x67\x82\x27\x89\x58\xee\x9f\xdf\xee\x6f\x01\x10\x23\x08\x5f\x6e\x04\x23\xf8\xc0\x28\x0a\x8d\x31\x18\x09\x66\x8b\x30\xcd\x08\xdd\x22\x2c\xe5\xc6\xec\x89\x42\x78\x27\x73\x11\x13\xc3\xa4\x80\x6f\x [...]
 		},
 		"/crd-integration-kit.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "crd-integration-kit.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 7110,
+			uncompressedSize: 7404,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x58\x5f\x93\xda\xc8\x11\x7f\xd7\xa7\xe8\x5a\x1e\xee\xae\x6a\x11\x71\xf2\x92\x22\x4f\x04\x7b\x2b\xc4\xf6\xee\xd6\x82\xef\xea\xaa\xfc\xd2\x48\x8d\xe8\x20\xcd\x28\x33\x23\xf0\x26\x95\xef\x9e\xea\x19\x21\x04\x48\x2c\xbb\xf6\xe9\x4d\x33\xfd\xe7\xd7\xff\x5b\x1a\xc0\xf0\xc7\x3d\xd1\x00\x3e\x71\x42\xca\x52\x0a\x4e\x83\x5b\x13\x4c\x4a\x4c\xd6\x04\x73\xbd\x72\x3b\x34\x04\x77\xba\x52\x29\x3a\xd6\x0a\x7e\x9e\xcc\xef\x7e\x81\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x59\xdf\x6f\xdb\x38\xf2\x7f\xd7\x5f\x31\x88\x1f\xba\x0b\xc4\x72\x9a\xfd\x76\xb1\xeb\xef\x93\xcf\x6d\x70\xbe\xb6\x49\x10\xbb\xbb\x58\xa0\x2f\x63\x69\x2c\xcf\x59\x22\x75\x24\x65\x27\x77\xb8\xff\xfd\x40\x52\x92\x25\x5b\x72\x9c\xb4\xd5\x93\x45\x0e\x67\x3e\xf3\x7b\x44\x0f\x60\xf8\xfd\x9e\x60\x00\x9f\x38\x22\xa1\x29\x06\x23\xc1\xac\x09\x26\x39\x46\x6b\x82\xb9\x5c\x99\x1d\x2a\x82\x1b\x59\x88\x18\x0d\x4b\x01\x3f\x4d\xe6\x [...]
 		},
 		"/crd-integration-platform.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "crd-integration-platform.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 14736,
+			uncompressedSize: 15005,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5b\x5f\x93\xe2\xb8\x11\x7f\xe7\x53\x74\x0d\x0f\x7b\x57\x35\x40\x36\x79\x49\x91\x87\xd4\x1c\xbb\x5b\x21\xbb\x3b\x33\x35\x66\xf7\xea\x1e\x1b\xbb\x31\x0a\xb2\xe4\x48\x32\x2c\x97\xca\x77\x4f\xb5\x64\x1b\x03\x36\x30\x33\x7b\x49\xe5\x0a\xbd\xcc\x60\xab\x5b\xbf\xfe\xab\x56\xdb\xee\xc3\xe0\xfb\x8d\x5e\x1f\x3e\x89\x98\x94\xa5\x04\x9c\x06\xb7\x24\xb8\xcb\x31\x5e\x12\x44\x7a\xe1\x36\x68\x08\x3e\xe8\x42\x25\xe8\x84\x56\xf0\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5b\x5f\x93\xe2\x36\x12\x7f\xf7\xa7\xe8\x5a\x1e\x36\xa9\x1a\x60\x76\x72\x49\x25\xdc\xc3\xd5\x84\xdd\xad\xe3\xb2\x3b\x33\x35\xb0\x9b\xca\x63\x63\x37\x46\x87\x2c\xf9\x24\x19\x96\x5c\xdd\x77\xbf\x6a\xc9\x06\x03\x36\x30\x33\xc9\x5d\x25\x85\x5e\x66\xb0\xa5\xd6\xaf\xff\xb7\xda\x76\x07\xba\xbf\xdd\x88\x3a\xf0\x41\xc4\xa4\x2c\x25\xe0\x34\xb8\x39\xc1\x6d\x8e\xf1\x9c\x60\xac\x67\x6e\x85\x86\xe0\xbd\x2e\x54\x82\x4e\x68\x05\x [...]
 		},
 		"/crd-integration.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "crd-integration.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 11555,
+			uncompressedSize: 12466,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x3a\x4f\x8f\xe2\x38\xf6\xf7\x7c\x8a\xa7\xe2\xd0\x33\x52\x01\xbf\x9e\xb9\xfc\xc4\x9e\x58\xba\x4b\xcb\x76\x37\x55\x02\x7a\x46\x73\x34\xce\x23\x78\xcb\xb1\xb3\xb6\x03\x5d\xbb\xda\xef\xbe\x7a\x76\x12\x92\x90\x50\x14\xd5\xad\x95\x46\x95\x1b\xf1\xfb\xff\xdf\x2f\x0c\x60\xf8\xfd\x9e\x68\x00\x9f\x05\x47\x65\x31\x06\xa7\xc1\xed\x10\xa6\x19\xe3\x3b\x84\x95\xde\xba\x03\x33\x08\x77\x3a\x57\x31\x73\x42\x2b\xf8\x69\xba\xba\xfb\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x1a\x4d\x73\xdb\xb8\xf5\xce\x5f\xf1\xc6\x3a\x24\x99\xb1\x28\xc7\x69\x76\x76\xd5\x93\xea\xc4\x53\x35\x89\xed\xb1\x94\xdd\xd9\x23\x04\x3e\x51\xa8\x41\x80\x05\x40\x29\x6e\xa7\xff\xbd\xf3\x00\x52\x22\x25\x52\x96\x65\x6f\x0f\x3b\xc2\x49\x02\xf1\xf0\xbe\x3f\xc9\x1e\xf4\x5f\x6f\x45\x3d\xf8\x2a\x38\x2a\x8b\x09\x38\x0d\x6e\x81\x30\xca\x19\x5f\x20\x4c\xf4\xdc\xad\x98\x41\xb8\xd6\x85\x4a\x98\x13\x5a\xc1\xdb\xd1\xe4\xfa\x1d\x [...]
 		},
 		"/crd-kamelet-binding.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "crd-kamelet-binding.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 1541,
+			uncompressedSize: 13060,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x54\xcd\x6e\xe3\x36\x10\xbe\xeb\x29\x3e\x58\x97\x5d\x20\x96\x9b\x9e\x0a\xf5\xe4\xf5\x26\xa8\x9b\x40\x0e\x22\x6f\x17\x7b\x1c\x4b\x63\x69\x60\x8a\x64\x49\xca\x8e\x51\xf4\xdd\x0b\x4a\x72\xe2\x74\xf7\xb8\xba\x89\xf3\xf7\xfd\x0c\x99\x62\xfe\xf3\xbe\x24\xc5\xa3\x54\xac\x3d\xd7\x08\x06\xa1\x65\x2c\x2d\x55\x2d\xa3\x34\xfb\x70\x22\xc7\xb8\x37\xbd\xae\x29\x88\xd1\xf8\xb0\x2c\xef\x3f\xa2\xd7\x35\x3b\x18\xcd\x30\x0e\x9d\x71\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5b\x4d\x73\xe3\x36\xd2\xbe\xf3\x57\x74\x49\x87\xcc\x54\x59\x94\xc7\xf9\xa8\x44\xef\x49\xb1\x67\xea\xd5\x8e\xd7\x76\x59\x72\x52\x39\x82\x64\x8b\xc2\x0a\x04\xb8\x00\x68\x8d\xb2\xb5\xff\x7d\x0b\x0d\x92\xa2\x24\x92\xd2\xd8\x93\xca\xc5\x3c\x59\x04\xd0\xe8\xef\x7e\xd0\x84\x87\x30\xfa\x76\x4f\x30\x84\x5b\x1e\xa3\x34\x98\x80\x55\x60\x57\x08\xd3\x9c\xc5\x2b\x84\xb9\x5a\xda\x0d\xd3\x08\x9f\x54\x21\x13\x66\xb9\x92\xf0\x6e\x [...]
 		},
 		"/crd-kamelet.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "crd-kamelet.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 1498,
+			uncompressedSize: 31297,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x54\xc1\x6e\xe3\x36\x10\xbd\xeb\x2b\x1e\xac\xcb\x2e\x10\xcb\x4d\x4f\x85\x7a\x72\xbd\x09\xea\x26\x90\x83\xc8\xdb\xc5\x1e\xc7\xd2\x58\x1a\x98\x22\x59\x92\xb2\x63\x14\xfd\xf7\x82\x92\x1c\x3b\x68\x8f\xab\x93\xfd\x66\x38\xf3\xde\xbc\x21\x53\xcc\x7f\xdc\x97\xa4\x78\x96\x8a\xb5\xe7\x1a\xc1\x20\xb4\x8c\xa5\xa5\xaa\x65\x94\x66\x1f\x4e\xe4\x18\x8f\xa6\xd7\x35\x05\x31\x1a\x9f\x96\xe5\xe3\x67\xf4\xba\x66\x07\xa3\x19\xc6\xa1\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x7d\x6d\x73\xdb\xba\xb1\xff\x7b\x7f\x8a\x1d\xbb\x33\xb5\x67\x4c\x59\xf2\x43\x9a\xe8\xff\x22\xe3\x3a\x49\xff\xea\xc9\x89\x33\xb6\xd3\x4e\x6f\x7c\x3a\x81\xc8\x95\x84\x9a\x04\x58\x00\xb4\xad\x36\xf9\xee\x77\xf0\x40\x91\x92\x40\x90\x92\xed\x9c\xb9\x98\xc9\x44\xa4\x80\xc5\x62\xb1\xd8\x5d\x2c\xf0\xb3\xf6\x20\x7a\xbe\xb2\xb3\x07\x1f\x69\x8c\x4c\x62\x02\x8a\x83\x9a\x21\x9c\xe7\x24\x9e\x21\x5c\xf3\x89\x7a\x20\x02\xe1\x03\x [...]
 		},
 		"/operator-deployment.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-deployment.yaml",
@@ -168,79 +168,79 @@ var assets = func() http.FileSystem {
 		"/operator-role-binding-events.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-role-binding-events.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 1224,
+			uncompressedSize: 1219,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x41\x6f\xdb\x46\x10\x85\xef\xfb\x2b\x1e\xc4\x4b\x02\x58\x54\xd3\x53\xa1\x9e\x18\xc7\x6e\x89\x06\x12\x20\x2a\x0d\x72\x1c\x2e\x47\xe4\xd4\xe4\x0e\xbb\xbb\x34\xe3\xfe\xfa\x62\x29\xa9\x76\x50\xb4\xc8\xc1\x7b\x13\x34\x7c\xf3\xbd\x7d\x6f\x33\xac\x5f\xef\x98\x0c\x1f\xc5\xb2\x0b\xdc\x20\x2a\x62\xc7\x28\x46\xb2\x1d\xa3\xd2\x53\x9c\xc9\x33\xee\x75\x72\x0d\x45\x51\x87\x37\x45\x75\xff\x16\x93\x6b\xd8\x43\x1d\x43\x3d\x06\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x41\x6f\xfa\x46\x10\xc5\xef\xfb\x29\x9e\xf0\xe5\x1f\x09\x4c\xdb\x53\x45\x4f\x4e\x02\xad\xd5\x08\x24\x4c\x1a\xe5\xb8\xac\x07\x7b\x8a\xbd\xe3\xee\xae\x71\xe8\xa7\xaf\xd6\x40\x93\xa8\x6a\xd5\x43\xf6\x86\x18\xbf\xf9\xbd\x7d\x6f\x13\xcc\xbe\xee\xa8\x04\x4f\x6c\xc8\x7a\x2a\x11\x04\xa1\x26\x64\x9d\x36\x35\xa1\x90\x43\x18\xb4\x23\xac\xa4\xb7\xa5\x0e\x2c\x16\xdf\xb2\x62\x75\x87\xde\x96\xe4\x20\x96\x20\x0e\xad\x38\x52\x [...]
 		},
 		"/operator-role-binding-knative.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-role-binding-knative.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 1226,
+			uncompressedSize: 1221,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x41\x8f\xdb\x36\x10\x85\xef\xfc\x15\x0f\xd6\x25\x01\xd6\x72\xd3\x53\xe1\x9e\x9c\xcd\x6e\x2b\x34\xb0\x01\xcb\x69\x90\xe3\x88\x1a\x4b\x53\x4b\x1c\x95\xa4\x56\x71\x7f\x7d\x41\xd9\xee\x6e\x50\xb4\xc8\x61\x79\x13\x34\x7a\xf3\x3d\xbe\xa7\x0c\xcb\xd7\x3b\x26\xc3\x47\xb1\xec\x02\xd7\x88\x8a\xd8\x32\x36\x03\xd9\x96\x51\xea\x31\x4e\xe4\x19\x8f\x3a\xba\x9a\xa2\xa8\xc3\x9b\x4d\xf9\xf8\x16\xa3\xab\xd9\x43\x1d\x43\x3d\x7a\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x41\x8f\xdb\x36\x10\x85\xef\xfc\x15\x0f\xd6\x25\x01\xd6\x72\xdb\x53\xe1\x9e\x94\xcd\x6e\x2b\x34\xb0\x01\xcb\x69\x90\xe3\x98\x1a\x4b\x53\x4b\x1c\x95\xa4\xac\xb8\xbf\xbe\xa0\x6c\x77\x37\x28\x5a\xf4\x10\xde\x04\x8d\xde\x7c\x8f\xef\x29\xc3\xf2\xdb\x1d\x93\xe1\x83\x58\x76\x81\x6b\x44\x45\x6c\x19\xc5\x40\xb6\x65\x54\x7a\x8c\x13\x79\xc6\xb3\x8e\xae\xa6\x28\xea\xf0\xa6\xa8\x9e\xdf\x62\x74\x35\x7b\xa8\x63\xa8\x47\xaf\x [...]
 		},
 		"/operator-role-binding-servicemonitors.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-role-binding-servicemonitors.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 1242,
+			uncompressedSize: 1237,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x6f\xdb\x46\x10\xbd\xef\xaf\x78\x10\x2f\x09\x60\x51\x4d\x4f\x85\x7a\x52\x1c\xbb\x25\x1a\x48\x80\xa8\x34\xc8\x71\x44\x8e\xc8\xa9\xc9\x1d\x76\x76\x69\xc6\xfd\xf5\xc5\x52\x52\xed\xa0\x68\x81\x00\xde\x9b\xa0\x99\xf7\x31\xef\x31\xc3\xf2\xf5\x9e\xcb\xf0\x51\x2a\xf6\x81\x6b\x44\x45\x6c\x19\x9b\x81\xaa\x96\x51\xea\x29\x4e\x64\x8c\x7b\x1d\x7d\x4d\x51\xd4\xe3\xcd\xa6\xbc\x7f\x8b\xd1\xd7\x6c\x50\xcf\x50\x43\xaf\xc6\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x8f\xdb\x36\x10\xbd\xf3\x57\x3c\x58\x97\x04\x58\xcb\x6d\x4f\x85\x7b\x52\x36\xeb\x56\x68\x60\x03\x96\xd3\x20\x47\x9a\x1a\x4b\x53\x4b\x1c\x75\x48\xad\xe2\xfe\xfa\x82\xb2\xdd\xdd\xa0\x68\x81\x02\xe1\xcd\xf0\xcc\xfb\x98\xf7\x94\x61\xf9\xed\x9e\xc9\xf0\x81\x1d\xf9\x40\x35\xa2\x20\xb6\x84\x62\xb0\xae\x25\x54\x72\x8a\x93\x55\xc2\x46\x46\x5f\xdb\xc8\xe2\xf1\xa6\xa8\x36\x6f\x31\xfa\x9a\x14\xe2\x09\xa2\xe8\x45\xc9\x [...]
 		},
 		"/operator-role-binding.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-role-binding.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 1210,
+			uncompressedSize: 1205,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x41\x6f\xdb\x46\x10\x85\xef\xfb\x2b\x1e\xc4\x4b\x02\x58\x54\xd3\x53\xa1\x9e\x18\xc7\x6e\x89\x06\x12\x20\x2a\x0d\x72\x1c\x2e\x47\xe4\xd4\xe4\x0e\xbb\xbb\x34\xe3\xfe\xfa\x62\x29\xa9\x76\x50\x24\x27\xef\x8d\xe0\xf0\xcd\xf7\xf6\x3d\x66\x58\xbf\xde\x31\x19\x3e\x8a\x65\x17\xb8\x41\x54\xc4\x8e\x51\x8c\x64\x3b\x46\xa5\xa7\x38\x93\x67\xdc\xeb\xe4\x1a\x8a\xa2\x0e\x6f\x8a\xea\xfe\x2d\x26\xd7\xb0\x87\x3a\x86\x7a\x0c\xea\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x41\x6f\xc2\x46\x10\x85\xef\xfb\x2b\x9e\xf0\x25\x91\xc0\xb4\x3d\x55\xf4\xe4\x24\xd0\x5a\x8d\x40\xc2\xa4\x51\x8e\xcb\x7a\xb0\xa7\xd8\x3b\xee\xee\x3a\x0e\xfd\xf5\xd5\x1a\x68\x12\x55\xcd\x29\x7b\xb3\x3c\x7e\xf3\xbd\x7d\xcf\x09\x66\xdf\x77\x54\x82\x47\x36\x64\x3d\x95\x08\x82\x50\x13\xb2\x4e\x9b\x9a\x50\xc8\x21\x0c\xda\x11\x56\xd2\xdb\x52\x07\x16\x8b\x9b\xac\x58\xdd\xa2\xb7\x25\x39\x88\x25\x88\x43\x2b\x8e\x54\x02\x [...]
 		},
 		"/operator-role-events.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-role-events.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 1175,
+			uncompressedSize: 1170,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xc1\x8e\xdb\x36\x10\xbd\xf3\x2b\x1e\xac\x4b\x02\xac\xe5\xa6\xa7\xc2\x3d\xb9\x9b\xdd\x56\x68\x60\x03\x2b\xa7\x41\x8e\x63\x69\x2c\x0d\x56\xe2\xa8\x43\x6a\x15\xf7\xeb\x0b\xca\x72\xb2\x41\xae\xe1\xc5\x34\xf9\xf4\xe6\xbd\x79\xc3\x0c\xeb\x9f\xb7\x5c\x86\x0f\x52\xb1\x0f\x5c\x23\x2a\x62\xcb\xd8\x0d\x54\xb5\x8c\x52\xcf\x71\x22\x63\x3c\xea\xe8\x6b\x8a\xa2\x1e\x6f\x76\xe5\xe3\x5b\x8c\xbe\x66\x83\x7a\x86\x1a\x7a\x35\x76\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xc1\x8e\xdb\x36\x10\xbd\xf3\x2b\x1e\xac\x4b\x02\xac\xe5\xb6\xa7\xc2\x3d\xb9\x9b\xdd\x56\x68\x60\x03\x2b\xa7\x41\x8e\x63\x69\x2c\x0d\x56\xe2\xa8\x43\x6a\x15\xf7\xeb\x0b\xca\x72\xb2\x41\xaf\xcb\x8b\x69\xf2\xe9\xcd\x7b\xf3\x86\x19\xd6\x6f\xb7\x5c\x86\x8f\x52\xb1\x0f\x5c\x23\x2a\x62\xcb\xd8\x0d\x54\xb5\x8c\x52\xcf\x71\x22\x63\x3c\xea\xe8\x6b\x8a\xa2\x1e\xef\x76\xe5\xe3\x7b\x8c\xbe\x66\x83\x7a\x86\x1a\x7a\x35\x76\x [...]
 		},
 		"/operator-role-knative.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-role-knative.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 1447,
+			uncompressedSize: 1442,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x53\xc1\x8e\xdb\x36\x10\xbd\xf3\x2b\x1e\xac\x4b\x52\xac\xe5\xa6\xa7\xc2\x3d\xb9\x9b\xdd\x56\x68\x60\x03\x2b\xa7\x41\x8e\x63\x6a\x2c\x0d\x4c\x91\xea\x90\xb2\xb2\xfd\xfa\x42\xb2\xdc\x78\xb1\x45\x4f\x41\x78\xd1\x88\x7c\x7a\xf3\x1e\xdf\x28\xc3\xf2\xdb\x2d\x93\xe1\x83\x58\xf6\x91\x2b\xa4\x80\xd4\x30\x36\x1d\xd9\x86\x51\x86\x63\x1a\x48\x19\x8f\xa1\xf7\x15\x25\x09\x1e\x6f\x36\xe5\xe3\x5b\xf4\xbe\x62\x45\xf0\x8c\xa0\x68\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x53\xc1\x8e\xdb\x36\x10\xbd\xf3\x2b\x1e\xac\x4b\x52\xac\xe5\xb6\xa7\xc2\x3d\xb9\x9b\xdd\x56\x68\x60\x03\x2b\xa7\x41\x8e\x63\x6a\x2c\x0d\x4c\x91\xea\x90\xb2\xb2\xfd\xfa\x42\xb2\xdc\x78\xb1\x45\x4f\x8b\xf2\xa2\x11\xf9\xf4\xe6\x3d\xbe\x51\x86\xe5\xdb\x2d\x93\xe1\xa3\x58\xf6\x91\x2b\xa4\x80\xd4\x30\x36\x1d\xd9\x86\x51\x86\x63\x1a\x48\x19\x8f\xa1\xf7\x15\x25\x09\x1e\xef\x36\xe5\xe3\x7b\xf4\xbe\x62\x45\xf0\x8c\xa0\x68\x [...]
 		},
 		"/operator-role-kubernetes.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-role-kubernetes.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 2249,
+			uncompressedSize: 2244,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x54\xc1\x6e\x1b\x37\x10\xbd\xf3\x2b\x1e\xb4\x97\xa4\xb0\xe4\xa6\xa7\x42\x3d\xa9\x8e\xdd\x0a\x0d\x24\xc0\xab\x34\xc8\x71\x96\x3b\x5a\xb1\xe6\x72\x58\x92\x2b\xd9\xfd\xfa\x82\xd4\x2a\x91\xa3\x04\xe8\x21\xa8\xf7\xa2\x21\x77\xf6\xcd\x9b\xf7\x46\x53\x61\xfa\xfd\x1e\x55\xe1\x9d\xd1\xec\x22\xb7\x48\x82\xb4\x63\x2c\x3c\xe9\x1d\xa3\x96\x6d\x3a\x50\x60\xdc\xc9\xe0\x5a\x4a\x46\x1c\x5e\x2d\xea\xbb\xd7\x18\x5c\xcb\x01\xe2\x18\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x54\xc1\x6e\x1b\x37\x10\xbd\xf3\x2b\x1e\xb4\x97\xa4\xb0\xe4\xb6\xa7\x42\x3d\xa9\x8e\xdd\x0a\x0d\x24\xc0\xab\x34\xc8\x91\xe2\x8e\x56\x53\x73\x39\x2c\xc9\x95\xec\x7e\x7d\x41\xee\x2a\x91\xa3\x04\xe8\x21\x88\xf7\xa2\x21\x77\xf6\xcd\x9b\xf7\x46\x53\x61\xfa\xed\x1e\x55\xe1\x2d\x1b\x72\x91\x1a\x24\x41\xda\x13\x16\x5e\x9b\x3d\xa1\x96\x5d\x3a\xea\x40\xb8\x93\xde\x35\x3a\xb1\x38\xbc\x5a\xd4\x77\xaf\xd1\xbb\x86\x02\xc4\x11\x [...]
 		},
 		"/operator-role-olm-cluster.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-role-olm-cluster.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 1321,
+			uncompressedSize: 1316,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xc1\x72\xdb\x36\x10\xbd\xe3\x2b\xde\x88\x87\x24\x1d\x8b\x6a\x7a\xea\xa8\x27\xd5\xb1\x5b\x4e\x33\xd2\x8c\xa9\x34\x93\x23\x44\xae\xc8\x1d\x83\x58\x74\x01\x9a\x71\xbf\xbe\x03\x4a\x6a\xac\xf1\xd5\xb8\x70\x09\x3e\xee\xbe\x87\xf7\x50\x60\xf9\x76\xcb\x14\xf8\xcc\x0d\xf9\x48\x2d\x92\x20\xf5\x84\x4d\xb0\x4d\x4f\xa8\xe5\x98\x26\xab\x84\x7b\x19\x7d\x6b\x13\x8b\xc7\xfb\x4d\x7d\xff\x01\xa3\x6f\x49\x21\x9e\x20\x8a\x41\x94\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xc1\x72\xdb\x36\x10\xbd\xe3\x2b\xde\x88\x87\x24\x1d\x8b\x6a\x7b\xea\xa8\x27\xd5\xb1\x5b\x4e\x33\xd2\x8c\xa9\x34\x93\x23\x44\xae\xc8\x1d\x83\x58\x74\x01\x9a\x71\xbf\xbe\x03\x4a\x4a\xac\xf1\xd5\xb8\x70\x09\x3e\xee\xbe\x87\xf7\x50\x60\xf9\x76\xcb\x14\xf8\xc4\x0d\xf9\x48\x2d\x92\x20\xf5\x84\x4d\xb0\x4d\x4f\xa8\xe5\x98\x26\xab\x84\x7b\x19\x7d\x6b\x13\x8b\xc7\xfb\x4d\x7d\xff\x01\xa3\x6f\x49\x21\x9e\x20\x8a\x41\x94\x [...]
 		},
 		"/operator-role-olm.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-role-olm.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 3856,
+			uncompressedSize: 3851,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x56\xc1\x8e\xdb\x36\x10\xbd\xeb\x2b\x06\xf6\x25\x29\xd6\x72\xd3\x53\xe1\x9e\xdc\x64\xb7\x35\x1a\x78\x81\xf5\xa6\x41\x8e\x23\x6a\x2c\x4d\x97\xe4\xb0\x24\x65\xc7\xfd\xfa\x82\xb4\x9c\xc8\xd1\x6e\x37\x05\x82\xba\xbe\x98\x22\xc7\x6f\xde\xbc\x37\x1a\x73\x0a\xb3\x6f\xf7\x29\xa6\xf0\x96\x15\xd9\x40\x35\x44\x81\xd8\x12\x2c\x1d\xaa\x96\x60\x23\xdb\xb8\x47\x4f\x70\x23\x9d\xad\x31\xb2\x58\x78\xb1\xdc\xdc\xbc\x84\xce\xd6\xe4\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x56\x41\x8f\xdb\x36\x13\xbd\xeb\x57\x0c\xec\x4b\xf2\x61\x2d\x7f\xed\xa9\x70\x4f\x6e\xb2\xdb\x1a\x0d\xbc\xc0\x7a\xd3\x20\xc7\x11\x35\x96\xa6\x4b\x72\x58\x92\xb2\xe3\xfe\xfa\x82\xb4\x9c\xc8\xd1\xba\x49\x81\xa0\xae\x2f\xa6\xc8\xf1\x9b\x37\xef\x8d\xc6\x9c\xc2\xec\xdb\x7d\x8a\x29\xbc\x61\x45\x36\x50\x0d\x51\x20\xb6\x04\x4b\x87\xaa\x25\xd8\xc8\x36\xee\xd1\x13\xdc\x49\x67\x6b\x8c\x2c\x16\x5e\x2c\x37\x77\x2f\xa1\xb3\x35\x [...]
 		},
 		"/operator-role-openshift.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-role-openshift.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 3027,
+			uncompressedSize: 3022,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x54\xc1\x8e\xdb\x46\x0c\xbd\xeb\x2b\x08\xe9\x92\x14\x6b\xb9\xe9\xa9\x70\x4f\x6e\xb2\xdb\x1a\x0d\xbc\xc0\xca\x69\x90\x23\x35\xa2\x25\x76\x47\xc3\xe9\xcc\xc8\x8a\xfb\xf5\x85\x46\x72\x62\xaf\x76\x91\x16\x08\x60\x5f\x4c\x71\xa8\xc7\xc7\xf7\xa8\xc9\x60\xf1\xfd\x7e\x49\x06\xef\x59\x91\xf1\x54\x41\x10\x08\x0d\xc1\xda\xa2\x6a\x08\x0a\xd9\x87\x1e\x1d\xc1\x9d\x74\xa6\xc2\xc0\x62\xe0\xd5\xba\xb8\x7b\x0d\x9d\xa9\xc8\x81\x18\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x54\x41\x8f\xdb\x46\x0f\xbd\xeb\x57\x10\xd2\x25\xf9\xb0\x96\xbf\xf6\x54\xb8\x27\x37\xd9\x6d\x8d\x06\x36\xb0\x72\x1a\xe4\x48\x8d\x68\x89\xdd\xd1\x70\x3a\x33\xb2\xe2\xfe\xfa\x42\x23\x39\xb1\xa3\x5d\xa4\x05\x02\xd8\x17\x53\x1c\xea\xf1\xf1\x3d\x6a\x32\x58\x7c\xbf\x5f\x92\xc1\x3b\x56\x64\x3c\x55\x10\x04\x42\x43\xb0\xb6\xa8\x1a\x82\x42\x0e\xa1\x47\x47\xf0\x20\x9d\xa9\x30\xb0\x18\x78\xb5\x2e\x1e\x5e\x43\x67\x2a\x72\x20\x [...]
 		},
 		"/operator-role-servicemonitors.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-role-servicemonitors.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 1255,
+			uncompressedSize: 1250,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xc1\x6e\xdb\x46\x10\xbd\xef\x57\x3c\x88\x97\x04\xb0\xa8\xa6\xa7\x42\x3d\xa9\x8e\xdd\x12\x0d\x24\xc0\x54\x1a\xe4\xb8\x5a\x8e\xc8\x81\x97\x3b\xec\xec\xd2\x8c\xfb\xf5\x05\x57\x54\x62\x23\x57\xef\x45\xa3\xdd\x99\x79\xef\xcd\x1b\x16\x58\xbf\xdd\x31\x05\x3e\xb1\xa3\x10\xa9\x41\x12\xa4\x8e\xb0\x1b\xac\xeb\x08\xb5\x9c\xd3\x64\x95\x70\x2f\x63\x68\x6c\x62\x09\x78\xb7\xab\xef\xdf\x63\x0c\x0d\x29\x24\x10\x44\xd1\x8b\x92\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xc1\x8e\xdb\x36\x10\xbd\xf3\x2b\x1e\xac\x4b\x02\xac\xe5\xb6\xa7\xc2\x3d\xb9\x9b\xdd\x56\x68\x60\x03\x2b\xa7\x41\x8e\x34\x35\x96\x06\x4b\x71\xd4\x21\xb5\x8a\xfb\xf5\x85\x68\xb9\xd9\x45\xae\xe1\xc5\x63\x72\x66\xde\x7b\xf3\x46\x05\xd6\x3f\xee\x98\x02\x1f\xd9\x51\x88\xd4\x20\x09\x52\x47\xd8\x0d\xd6\x75\x84\x5a\xce\x69\xb2\x4a\x78\x94\x31\x34\x36\xb1\x04\xbc\xdb\xd5\x8f\xef\x31\x86\x86\x14\x12\x08\xa2\xe8\x45\xc9\x [...]
 		},
 		"/operator-service-account.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-service-account.yaml",