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

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


The following commit(s) were added to refs/heads/main by this push:
     new f6a38f0a5 chore(operator): add runtime provider to startup log
f6a38f0a5 is described below

commit f6a38f0a54a799b027ea52eac97d2c093b152fd2
Author: Ravi <[email protected]>
AuthorDate: Thu Jun 4 19:54:03 2026 +0530

    chore(operator): add runtime provider to startup log
    
    Fixes #6656
    
    Signed-off-by: Ravi <[email protected]>
---
 pkg/cmd/operator/operator.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pkg/cmd/operator/operator.go b/pkg/cmd/operator/operator.go
index 92f463e48..9255c727c 100644
--- a/pkg/cmd/operator/operator.go
+++ b/pkg/cmd/operator/operator.go
@@ -74,6 +74,7 @@ func printVersion() {
        log.Info(fmt.Sprintf("Go OS/Arch: %s/%s", runtime.GOOS, runtime.GOARCH))
        log.Info(fmt.Sprintf("Camel K Operator Version: %v", defaults.Version))
        log.Info(fmt.Sprintf("Camel K Default Runtime Version: %v", 
defaults.DefaultRuntimeVersion))
+       log.Info(fmt.Sprintf("Camel K Default Runtime Provider: %v", 
defaults.DefaultRuntimeProvider))
        log.Info(fmt.Sprintf("Camel K Git Commit: %v", defaults.GitCommit))
        log.Info(fmt.Sprintf("Camel K Operator ID: %v", defaults.OperatorID()))
 

Reply via email to