squakez opened a new issue, #6461:
URL: https://github.com/apache/camel-k/issues/6461

   ### Bug description
   
   https://github.com/apache/camel-k/actions/runs/21103436059/job/60690960025
   ```
   ####### Installing operator-sdk version v1.42.0...
   curl \
        -s -L 
https://github.com/operator-framework/operator-sdk/releases/download/v1.42.0/operator-sdk_linux_amd64
 \
        -o operator-sdk ; \
   chmod +x operator-sdk ;\
   mkdir -p /home/runner/go/bin ;\
   mv operator-sdk /home/runner/go/bin/ ;
   rm -rf api_v1 && cp -rf pkg/apis api_v1
   rm -rf api_v1/camel/* && cp -rf pkg/apis/camel/v1 api_v1/camel/
   /home/runner/go/bin/operator-sdk generate kustomize manifests --apis-dir 
api_v1 -q --input-dir pkg/resources/config/manifests --output-dir 
pkg/resources/config/manifests
   Error: no plugin could be resolved with key "go.kubebuilder.io/v2" for 
project version "3"
   Usage:
     operator-sdk [flags]
   
   Examples:
   The first step is to initialize your project:
       operator-sdk init [--plugins=<PLUGIN KEYS> [--project-version=<PROJECT 
VERSION>]]
   
   <PLUGIN KEYS> is a comma-separated list of plugin keys from the following 
table
   and <PROJECT VERSION> a supported project version for these plugins.
   
                                Plugin keys | Supported project versions
   -----------------------------------------+----------------------------
        ansible.sdk.operatorframework.io/v1 |                          3
    deploy-image.go.kubebuilder.io/v1-alpha |                          3
                       go.kubebuilder.io/v4 |                          3
            grafana.kubebuilder.io/v1-alpha |                          3
           helm.sdk.operatorframework.io/v1 |                          3
   
   For more specific help for the init command of a certain plugins and project 
version
   configuration please run:
       operator-sdk init --help --plugins=<PLUGIN KEYS> 
[--project-version=<PROJECT VERSION>]
   
   Default plugin keys: "go.kubebuilder.io/v4"
   Default project version: "3"
   
   
   Flags:
     -h, --help                     help for operator-sdk
         --plugins strings          plugin keys to be used for this subcommand 
execution
         --project-version string   project version (default "3")
   
   time="2026-01-18T00:47:50Z" level=fatal msg="error executing command: no 
plugin could be resolved with key \"go.kubebuilder.io/v2\" for project version 
\"3\""
   make: *** [Makefile:643: v1] Error 1
   ``
   
   ### Camel K or runtime version
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to