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

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

commit 8cb5ead2ae10976088d9ad10fb61e1a7a959b869
Author: Pasquale Congiusti <pasquale.congiu...@gmail.com>
AuthorDate: Fri Aug 2 09:50:19 2024 +0200

    chore(deps): update controllergen
---
 helm/camel-k/crds/camel-k-crds.yaml                   | 18 ++++++++++++++++++
 pkg/resources/config/crd/kustomization.yaml           |  3 +++
 pkg/resources/config/rbac/descoped/kustomization.yaml |  1 -
 3 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/helm/camel-k/crds/camel-k-crds.yaml 
b/helm/camel-k/crds/camel-k-crds.yaml
index 39fe8c617..2a4c80a4d 100644
--- a/helm/camel-k/crds/camel-k-crds.yaml
+++ b/helm/camel-k/crds/camel-k-crds.yaml
@@ -19,6 +19,8 @@ kind: CustomResourceDefinition
 metadata:
   annotations:
     controller-gen.kubebuilder.io/version: v0.15.0
+  labels:
+    app: camel-k
   name: builds.camel.apache.org
 spec:
   group: camel.apache.org
@@ -2077,6 +2079,8 @@ kind: CustomResourceDefinition
 metadata:
   annotations:
     controller-gen.kubebuilder.io/version: v0.15.0
+  labels:
+    app: camel-k
   name: camelcatalogs.camel.apache.org
 spec:
   group: camel.apache.org
@@ -2604,6 +2608,8 @@ kind: CustomResourceDefinition
 metadata:
   annotations:
     controller-gen.kubebuilder.io/version: v0.15.0
+  labels:
+    app: camel-k
   name: integrationkits.camel.apache.org
 spec:
   group: camel.apache.org
@@ -3159,6 +3165,8 @@ kind: CustomResourceDefinition
 metadata:
   annotations:
     controller-gen.kubebuilder.io/version: v0.15.0
+  labels:
+    app: camel-k
   name: integrationplatforms.camel.apache.org
 spec:
   group: camel.apache.org
@@ -7381,6 +7389,8 @@ kind: CustomResourceDefinition
 metadata:
   annotations:
     controller-gen.kubebuilder.io/version: v0.15.0
+  labels:
+    app: camel-k
   name: integrationprofiles.camel.apache.org
 spec:
   group: camel.apache.org
@@ -11357,6 +11367,8 @@ kind: CustomResourceDefinition
 metadata:
   annotations:
     controller-gen.kubebuilder.io/version: v0.15.0
+  labels:
+    app: camel-k
   name: integrations.camel.apache.org
 spec:
   group: camel.apache.org
@@ -19503,6 +19515,8 @@ kind: CustomResourceDefinition
 metadata:
   annotations:
     controller-gen.kubebuilder.io/version: v0.15.0
+  labels:
+    app: camel-k
   name: kameletbindings.camel.apache.org
 spec:
   group: camel.apache.org
@@ -28247,6 +28261,8 @@ kind: CustomResourceDefinition
 metadata:
   annotations:
     controller-gen.kubebuilder.io/version: v0.15.0
+  labels:
+    app: camel-k
   name: kamelets.camel.apache.org
 spec:
   group: camel.apache.org
@@ -29616,6 +29632,8 @@ kind: CustomResourceDefinition
 metadata:
   annotations:
     controller-gen.kubebuilder.io/version: v0.15.0
+  labels:
+    app: camel-k
   name: pipes.camel.apache.org
 spec:
   group: camel.apache.org
diff --git a/pkg/resources/config/crd/kustomization.yaml 
b/pkg/resources/config/crd/kustomization.yaml
index 82a770e6c..a04946a16 100644
--- a/pkg/resources/config/crd/kustomization.yaml
+++ b/pkg/resources/config/crd/kustomization.yaml
@@ -27,3 +27,6 @@ resources:
 - bases/camel.apache.org_kamelets.yaml
 - bases/camel.apache.org_kameletbindings.yaml
 - bases/camel.apache.org_pipes.yaml
+
+commonLabels:
+  app: camel-k
diff --git a/pkg/resources/config/rbac/descoped/kustomization.yaml 
b/pkg/resources/config/rbac/descoped/kustomization.yaml
index 820543a84..7eed13633 100644
--- a/pkg/resources/config/rbac/descoped/kustomization.yaml
+++ b/pkg/resources/config/rbac/descoped/kustomization.yaml
@@ -36,4 +36,3 @@ resources:
 - operator-cluster-role-binding-podmonitors.yaml
 - operator-cluster-role-binding-strimzi.yaml
 - operator-cluster-role-binding.yaml
-nameSuffix: -my-operator

Reply via email to