You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2024/03/11 14:43:44 UTC

(camel-k) branch main updated (dbedcb522 -> d74c2d947)

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 dbedcb522 chore(e2e): Fix smoke tests
     add d74c2d947 fix(trait): changing data type for rollingUpdateMaxSurge and rollingUpdateMaxUnavailable to strings are also supported

No new revisions were added by this update.

Summary of changes:
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  |  4 +--
 docs/modules/traits/pages/deployment.adoc          |  4 +--
 helm/camel-k/crds/crd-integration-platform.yaml    | 20 ++++++++---
 helm/camel-k/crds/crd-integration-profile.yaml     | 20 ++++++++---
 helm/camel-k/crds/crd-integration.yaml             | 10 ++++--
 helm/camel-k/crds/crd-kamelet-binding.yaml         | 10 ++++--
 helm/camel-k/crds/crd-pipe.yaml                    | 10 ++++--
 pkg/apis/camel/v1/trait/deployment.go              |  5 +--
 pkg/apis/camel/v1/trait/zz_generated.deepcopy.go   |  5 +--
 .../camel.apache.org_integrationplatforms.yaml     | 20 ++++++++---
 .../camel.apache.org_integrationprofiles.yaml      | 20 ++++++++---
 .../crd/bases/camel.apache.org_integrations.yaml   | 10 ++++--
 .../bases/camel.apache.org_kameletbindings.yaml    | 10 ++++--
 .../config/crd/bases/camel.apache.org_pipes.yaml   | 10 ++++--
 pkg/trait/deployment.go                            |  8 ++---
 pkg/trait/deployment_test.go                       | 41 ++++++++++++++++++----
 16 files changed, 160 insertions(+), 47 deletions(-)