This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit dcfb8a36795998b83f25057666ab278d9efadc48 Author: Antonin Stefanutti <[email protected]> AuthorDate: Thu Oct 24 12:17:52 2019 +0200 fix(build): Set build with Camel catalog runtime version for exact matching --- pkg/controller/integrationkit/build.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller/integrationkit/build.go b/pkg/controller/integrationkit/build.go index cbc1471..a7f2319 100644 --- a/pkg/controller/integrationkit/build.go +++ b/pkg/controller/integrationkit/build.go @@ -94,7 +94,7 @@ func (action *buildAction) handleBuildSubmitted(ctx context.Context, kit *v1alph Spec: v1alpha1.BuildSpec{ Meta: kit.ObjectMeta, CamelVersion: env.CamelCatalog.Version, - RuntimeVersion: env.RuntimeVersion, + RuntimeVersion: env.CamelCatalog.RuntimeVersion, RuntimeProvider: env.CamelCatalog.RuntimeProvider, Platform: env.Platform.Spec, Dependencies: kit.Spec.Dependencies,
