You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by as...@apache.org on 2021/05/28 05:46:38 UTC

[druid] branch master updated (e664bfd -> a24817d)

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

asdf2014 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git.


    from e664bfd  Improve doc of movingAverage (#11262)
     add a24817d  Migrate helm chart from helm v2 to v3 (#11290)

No new revisions were added by this update.

Summary of changes:
 helm/{requirements.lock => druid/Chart.lock}       |  4 ++--
 helm/{ => druid}/Chart.yaml                        | 17 +++++++++++--
 helm/{ => druid}/README.md                         |  0
 helm/{ => druid}/templates/NOTES.txt               |  0
 helm/{ => druid}/templates/_helpers.tpl            |  0
 helm/{ => druid}/templates/broker/deployment.yaml  |  0
 helm/{ => druid}/templates/broker/ingress.yaml     |  0
 helm/{ => druid}/templates/broker/service.yaml     |  0
 helm/{ => druid}/templates/configmap.yaml          |  0
 .../templates/coordinator/deployment.yaml          |  0
 .../{ => druid}/templates/coordinator/ingress.yaml |  0
 .../{ => druid}/templates/coordinator/service.yaml |  0
 helm/{ => druid}/templates/historical/ingress.yaml |  0
 helm/{ => druid}/templates/historical/pdb.yaml     |  0
 helm/{ => druid}/templates/historical/service.yaml |  0
 .../templates/historical/statefulset.yaml          |  0
 helm/{ => druid}/templates/middleManager/hpa.yaml  |  0
 .../templates/middleManager/ingress.yaml           |  0
 helm/{ => druid}/templates/middleManager/pdb.yaml  |  0
 .../templates/middleManager/service.yaml           |  0
 .../templates/middleManager/statefulset.yaml       |  0
 .../{ => druid}/templates/overlord/deployment.yaml |  0
 helm/{ => druid}/templates/overlord/ingress.yaml   |  0
 helm/{ => druid}/templates/overlord/service.yaml   |  0
 helm/{ => druid}/templates/router/deployment.yaml  |  0
 helm/{ => druid}/templates/router/ingress.yaml     |  0
 helm/{ => druid}/templates/router/service.yaml     |  0
 helm/{ => druid}/templates/secrets.yaml            |  0
 helm/{ => druid}/values.yaml                       |  0
 helm/requirements.yaml                             | 28 ----------------------
 30 files changed, 17 insertions(+), 32 deletions(-)
 rename helm/{requirements.lock => druid/Chart.lock} (89%)
 rename helm/{ => druid}/Chart.yaml (73%)
 rename helm/{ => druid}/README.md (100%)
 rename helm/{ => druid}/templates/NOTES.txt (100%)
 rename helm/{ => druid}/templates/_helpers.tpl (100%)
 rename helm/{ => druid}/templates/broker/deployment.yaml (100%)
 rename helm/{ => druid}/templates/broker/ingress.yaml (100%)
 rename helm/{ => druid}/templates/broker/service.yaml (100%)
 rename helm/{ => druid}/templates/configmap.yaml (100%)
 rename helm/{ => druid}/templates/coordinator/deployment.yaml (100%)
 rename helm/{ => druid}/templates/coordinator/ingress.yaml (100%)
 rename helm/{ => druid}/templates/coordinator/service.yaml (100%)
 rename helm/{ => druid}/templates/historical/ingress.yaml (100%)
 rename helm/{ => druid}/templates/historical/pdb.yaml (100%)
 rename helm/{ => druid}/templates/historical/service.yaml (100%)
 rename helm/{ => druid}/templates/historical/statefulset.yaml (100%)
 rename helm/{ => druid}/templates/middleManager/hpa.yaml (100%)
 rename helm/{ => druid}/templates/middleManager/ingress.yaml (100%)
 rename helm/{ => druid}/templates/middleManager/pdb.yaml (100%)
 rename helm/{ => druid}/templates/middleManager/service.yaml (100%)
 rename helm/{ => druid}/templates/middleManager/statefulset.yaml (100%)
 rename helm/{ => druid}/templates/overlord/deployment.yaml (100%)
 rename helm/{ => druid}/templates/overlord/ingress.yaml (100%)
 rename helm/{ => druid}/templates/overlord/service.yaml (100%)
 rename helm/{ => druid}/templates/router/deployment.yaml (100%)
 rename helm/{ => druid}/templates/router/ingress.yaml (100%)
 rename helm/{ => druid}/templates/router/service.yaml (100%)
 rename helm/{ => druid}/templates/secrets.yaml (100%)
 rename helm/{ => druid}/values.yaml (100%)
 delete mode 100644 helm/requirements.yaml

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org