You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ts...@apache.org on 2022/10/07 03:48:05 UTC

[camel-k] 03/13: fix(bundle): Small fixes for bundle generation

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

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

commit eed9cbeab9b55756870c3672830046996c83bf31
Author: phantomjinx <p....@phantomjinx.co.uk>
AuthorDate: Wed Sep 21 16:42:13 2022 +0100

    fix(bundle): Small fixes for bundle generation
    
    * Bump the operator-sdk version to 1.16 as being used to perform the
      generation
    
    * Updates the samples to the correct syntax
---
 config/manifests/bases/camel-k.clusterserviceversion.yaml | 2 +-
 script/Makefile                                           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/manifests/bases/camel-k.clusterserviceversion.yaml b/config/manifests/bases/camel-k.clusterserviceversion.yaml
index e33d68c07..79272fd23 100644
--- a/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/config/manifests/bases/camel-k.clusterserviceversion.yaml
@@ -26,7 +26,7 @@ metadata:
     createdAt: 2022-09-05T12:56:17Z
     description: Apache Camel K is a lightweight integration platform, born on Kubernetes,
       with serverless superpowers.
-    operators.operatorframework.io/builder: operator-sdk-v1.3.0
+    operators.operatorframework.io/builder: operator-sdk-v1.16.0
     operators.operatorframework.io/internal-objects: '["builds.camel.apache.org","integrationkits.camel.apache.org","camelcatalogs.camel.apache.org"]'
     operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
     repository: https://github.com/apache/camel-k
diff --git a/script/Makefile b/script/Makefile
index afba2fa97..fe3c5957c 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -23,7 +23,7 @@ KANIKO_VERSION := 0.17.1
 INSTALL_DEFAULT_KAMELETS := true
 CONTROLLER_GEN_VERSION := v0.6.1
 CODEGEN_VERSION := v0.23.5
-OPERATOR_SDK_VERSION := v1.14.0
+OPERATOR_SDK_VERSION := v1.16.0
 KUSTOMIZE_VERSION := v4.1.2
 OPM_VERSION := v1.24.0
 BASE_IMAGE := docker.io/adoptopenjdk/openjdk11:slim