From e4e5c5d891c686da5c7f6f18f7afe3a1f089c949 Mon Sep 17 00:00:00 2001 From: Luca Burgazzoli Date: Tue, 17 Oct 2023 13:43:17 +0200 Subject: [PATCH 1/2] fix pluralized name in csv Signed-off-by: Luca Burgazzoli --- .../manifests/bases/kaoto-operator.clusterserviceversion.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/manifests/bases/kaoto-operator.clusterserviceversion.yaml b/config/manifests/bases/kaoto-operator.clusterserviceversion.yaml index ba430f9..6021a00 100644 --- a/config/manifests/bases/kaoto-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/kaoto-operator.clusterserviceversion.yaml @@ -13,10 +13,10 @@ spec: apiservicedefinitions: {} customresourcedefinitions: owned: - - description: Kaoto is the Schema for the kaotos API. + - description: Kaoto is the Schema for the kaotoes API. displayName: Kaoto kind: Kaoto - name: kaotos.designer.kaoto.io + name: kaotoes.designer.kaoto.io version: v1alpha1 description: Kaoto is a low code and no code integration designer to edit and deploy based on Apache Camel . It is designed to be extendable and flexible and adaptable From 1b56e0b935655a7c66840459ad54c81f875a9108 Mon Sep 17 00:00:00 2001 From: Luca Burgazzoli Date: Tue, 17 Oct 2023 13:45:17 +0200 Subject: [PATCH 2/2] fix tag name in manager's kustomization --- config/manager/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index a7a09fc..cad45de 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -9,4 +9,4 @@ kind: Kustomization images: - name: controller newName: quay.io/kaotoio/kaoto-operator - newTag: 0.0.8 + newTag: latest