diff --git a/pkg/apis/camel/v1/integrationplatform_types.go b/pkg/apis/camel/v1/integrationplatform_types.go index 36570bb09b..6fda741bf3 100644 --- a/pkg/apis/camel/v1/integrationplatform_types.go +++ b/pkg/apis/camel/v1/integrationplatform_types.go @@ -165,7 +165,8 @@ const ( // IntegrationPlatformBuildPublishStrategySpectrum uses Spectrum project (https://github.com/container-tools/spectrum) // in order to push the incremental images to the image repository. It is the default choice on vanilla Kubernetes cluster IntegrationPlatformBuildPublishStrategySpectrum IntegrationPlatformBuildPublishStrategy = "Spectrum" - // IntegrationPlatformBuildPublishStrategyJib TODO + // IntegrationPlatformBuildPublishStrategyJib used the JibCli tool (https://github.com/GoogleContainerTools/jib/tree/master/jib-cli) + // in order to ush the incremental images to the image repository. IntegrationPlatformBuildPublishStrategyJib IntegrationPlatformBuildPublishStrategy = "Jib" )