This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from 5b08eed Updated CHANGELOG.md add a79f832 Refactor kaniko settings fix #3005 No new revisions were added by this update. Summary of changes: .../camel.apache.org_integrationplatforms.yaml | 24 ++++++++++++++++------ docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 9 ++++++++ go.sum | 1 + helm/camel-k/crds/crd-integration-platform.yaml | 24 ++++++++++++++++------ pkg/apis/camel/v1/integrationplatform_types.go | 6 +++++- .../camel/v1/integrationplatform_types_support.go | 17 +++++++++------ pkg/apis/camel/v1/zz_generated.deepcopy.go | 21 +++++++++++++++++++ pkg/builder/kaniko.go | 2 ++ .../camel/informers/externalversions/factory.go | 8 ++++++++ pkg/cmd/install.go | 4 +++- pkg/cmd/trait_help_test.go | 1 + pkg/controller/integrationplatform/initialize.go | 16 ++++++++++++--- pkg/controller/integrationplatform/kaniko_cache.go | 8 +++++++- pkg/platform/defaults.go | 18 +++++++++------- pkg/resources/resources.go | 12 +++++++++-- pkg/trait/builder.go | 17 ++++++++++++--- pkg/trait/builder_test.go | 11 +++++----- 17 files changed, 158 insertions(+), 41 deletions(-)