You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by rx...@apache.org on 2020/09/08 02:07:50 UTC

[pulsar-helm-chart] branch master updated (6c2edba -> 5049d35)

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

rxl pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git.


    from 6c2edba  Get OS signals passed to container process by using shell built-in "exec" (#59)
     add 5049d35  add support for multiple clusters (#60)

No new revisions were added by this update.

Summary of changes:
 charts/pulsar/Chart.yaml                           |  2 +-
 charts/pulsar/templates/_autorecovery.tpl          |  2 +-
 charts/pulsar/templates/_bookkeeper.tpl            |  2 +-
 charts/pulsar/templates/_broker.tpl                |  2 +-
 charts/pulsar/templates/_configurationstore.tpl    | 20 ++++++++++++++
 charts/pulsar/templates/_helpers.tpl               | 15 +++++++++--
 charts/pulsar/templates/_toolset.tpl               |  2 +-
 charts/pulsar/templates/_zookeeper.tpl             |  2 +-
 .../templates/bookkeeper-cluster-initialize.yaml   |  4 +--
 .../pulsar/templates/bookkeeper-statefulset.yaml   |  2 +-
 charts/pulsar/templates/broker-configmap.yaml      | 10 +++----
 charts/pulsar/templates/broker-statefulset.yaml    | 12 ++++-----
 charts/pulsar/templates/dashboard-deployment.yaml  | 11 +++-----
 charts/pulsar/templates/dashboard-ingress.yaml     | 19 ++++++-------
 charts/pulsar/templates/dashboard-service.yaml     |  6 +----
 charts/pulsar/templates/proxy-configmap.yaml       |  2 +-
 charts/pulsar/templates/proxy-ingress.yaml         | 19 ++++++-------
 charts/pulsar/templates/proxy-statefulset.yaml     |  6 ++---
 .../templates/pulsar-cluster-initialize.yaml       | 14 +++++-----
 .../pulsar/templates/pulsar-manager-ingress.yaml   | 19 ++++++-------
 .../pulsar/templates/tls-cert-internal-issuer.yaml |  2 +-
 charts/pulsar/templates/tls-certs-internal.yaml    | 24 ++++++++---------
 charts/pulsar/values.yaml                          | 31 +++++++++++++---------
 23 files changed, 124 insertions(+), 104 deletions(-)
 create mode 100644 charts/pulsar/templates/_configurationstore.tpl