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 5b95cf8cc chore: nightly automatic updates add 9746d6e01 fix(trait): deprecate operator inspecting secrets No new revisions were added by this update. Summary of changes: docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 10 +++++ docs/modules/traits/pages/mount.adoc | 7 +++ helm/camel-k/crds/crd-integration-platform.yaml | 16 +++++++ helm/camel-k/crds/crd-integration-profile.yaml | 16 +++++++ helm/camel-k/crds/crd-integration.yaml | 16 +++++++ helm/camel-k/crds/crd-kamelet-binding.yaml | 10 +++++ helm/camel-k/crds/crd-pipe.yaml | 10 +++++ pkg/apis/camel/v1/integration_types_support.go | 15 ------- pkg/apis/camel/v1/trait/mount.go | 5 +++ pkg/apis/camel/v1/trait/zz_generated.deepcopy.go | 5 +++ .../camel.apache.org_integrationplatforms.yaml | 16 +++++++ .../camel.apache.org_integrationprofiles.yaml | 16 +++++++ .../crd/bases/camel.apache.org_integrations.yaml | 16 +++++++ .../bases/camel.apache.org_kameletbindings.yaml | 10 +++++ .../config/crd/bases/camel.apache.org_pipes.yaml | 10 +++++ pkg/trait/kamelets.go | 20 +++------ pkg/trait/kamelets_test.go | 20 ++++----- pkg/trait/mount.go | 50 +++++++++++++++++++++- pkg/trait/quarkus.go | 3 +- 19 files changed, 228 insertions(+), 43 deletions(-)