You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by jp...@apache.org on 2022/04/05 09:56:18 UTC

[camel-k] branch main updated (534f9759e -> 346b787f3)

This is an automated email from the ASF dual-hosted git repository.

jpoth pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


    from 534f9759e Updated CHANGELOG.md
     new 67a2595e9  fix 1802: leverage KEP-1755 to retrieve local image registry host and port
     new 0ea95ec15 fix 1802: Add RBAC
     new 346b787f3 Merge pull request #2696 from johnpoth/KEP-1755

The 3994 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 config/rbac/kustomization.yaml                     |  2 +
 ...l => operator-cluster-role-local-registry.yaml} | 12 ++-
 ...l => operator-role-binding-local-registry.yaml} |  7 +-
 e2e/common/kustomize/common.go                     |  3 +-
 pkg/install/cluster.go                             |  6 ++
 pkg/install/operator.go                            | 61 +++++++++++++-
 pkg/platform/defaults.go                           | 15 +++-
 pkg/resources/resources.go                         | 27 +++++-
 pkg/util/registry/kep_1755.go                      | 95 ++++++++++++++++++++++
 9 files changed, 210 insertions(+), 18 deletions(-)
 copy config/rbac/{operator-cluster-role-custom-resource-definitions.yaml => operator-cluster-role-local-registry.yaml} (87%)
 copy config/rbac/{openshift/operator-cluster-role-console-binding-openshift.yaml => operator-role-binding-local-registry.yaml} (90%)
 create mode 100644 pkg/util/registry/kep_1755.go