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

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


    from a1b2c7326ed Numeric array support for columnar frames (#15917)
     add e20004c7df5 Remove helm chart. (#15904)

No new revisions were added by this update.

Summary of changes:
 helm/druid/Chart.yaml                              |  41 --
 helm/druid/README.md                               | 248 ----------
 helm/druid/templates/NOTES.txt                     |  38 --
 helm/druid/templates/_capabilities.tpl             |  32 --
 helm/druid/templates/_helpers.tpl                  | 166 -------
 helm/druid/templates/broker/deployment.yaml        | 112 -----
 helm/druid/templates/broker/ingress.yaml           |  58 ---
 helm/druid/templates/broker/role.yaml              |  40 --
 helm/druid/templates/broker/roleBinding.yaml       |  39 --
 helm/druid/templates/broker/service.yaml           |  42 --
 helm/druid/templates/broker/serviceAccount.yaml    |  39 --
 helm/druid/templates/configmap.yaml                |  52 ---
 helm/druid/templates/coordinator/deployment.yaml   | 123 -----
 helm/druid/templates/coordinator/ingress.yaml      |  58 ---
 helm/druid/templates/coordinator/role.yaml         |  40 --
 helm/druid/templates/coordinator/roleBinding.yaml  |  39 --
 helm/druid/templates/coordinator/service.yaml      |  42 --
 .../templates/coordinator/serviceAccount.yaml      |  39 --
 helm/druid/templates/historical/ingress.yaml       |  58 ---
 helm/druid/templates/historical/pdb.yaml           |  43 --
 helm/druid/templates/historical/role.yaml          |  40 --
 helm/druid/templates/historical/roleBinding.yaml   |  39 --
 helm/druid/templates/historical/service.yaml       |  42 --
 .../druid/templates/historical/serviceAccount.yaml |  39 --
 helm/druid/templates/historical/statefulset.yaml   | 177 --------
 helm/druid/templates/middleManager/hpa.yaml        |  40 --
 helm/druid/templates/middleManager/ingress.yaml    |  58 ---
 helm/druid/templates/middleManager/pdb.yaml        |  43 --
 helm/druid/templates/middleManager/role.yaml       |  40 --
 .../druid/templates/middleManager/roleBinding.yaml |  39 --
 helm/druid/templates/middleManager/service.yaml    |  42 --
 .../templates/middleManager/serviceAccount.yaml    |  39 --
 .../druid/templates/middleManager/statefulset.yaml | 177 --------
 helm/druid/templates/overlord/deployment.yaml      | 123 -----
 helm/druid/templates/overlord/ingress.yaml         |  58 ---
 helm/druid/templates/overlord/role.yaml            |  46 --
 helm/druid/templates/overlord/roleBinding.yaml     |  39 --
 helm/druid/templates/overlord/service.yaml         |  42 --
 helm/druid/templates/overlord/serviceAccount.yaml  |  39 --
 helm/druid/templates/router/deployment.yaml        | 112 -----
 helm/druid/templates/router/ingress.yaml           |  58 ---
 helm/druid/templates/router/role.yaml              |  40 --
 helm/druid/templates/router/roleBinding.yaml       |  39 --
 helm/druid/templates/router/service.yaml           |  42 --
 helm/druid/templates/router/serviceAccount.yaml    |  39 --
 helm/druid/templates/secrets.yaml                  |  28 --
 helm/druid/values.yaml                             | 503 ---------------------
 47 files changed, 3372 deletions(-)
 delete mode 100644 helm/druid/Chart.yaml
 delete mode 100644 helm/druid/README.md
 delete mode 100644 helm/druid/templates/NOTES.txt
 delete mode 100644 helm/druid/templates/_capabilities.tpl
 delete mode 100644 helm/druid/templates/_helpers.tpl
 delete mode 100644 helm/druid/templates/broker/deployment.yaml
 delete mode 100644 helm/druid/templates/broker/ingress.yaml
 delete mode 100644 helm/druid/templates/broker/role.yaml
 delete mode 100644 helm/druid/templates/broker/roleBinding.yaml
 delete mode 100644 helm/druid/templates/broker/service.yaml
 delete mode 100644 helm/druid/templates/broker/serviceAccount.yaml
 delete mode 100644 helm/druid/templates/configmap.yaml
 delete mode 100644 helm/druid/templates/coordinator/deployment.yaml
 delete mode 100644 helm/druid/templates/coordinator/ingress.yaml
 delete mode 100644 helm/druid/templates/coordinator/role.yaml
 delete mode 100644 helm/druid/templates/coordinator/roleBinding.yaml
 delete mode 100644 helm/druid/templates/coordinator/service.yaml
 delete mode 100644 helm/druid/templates/coordinator/serviceAccount.yaml
 delete mode 100644 helm/druid/templates/historical/ingress.yaml
 delete mode 100644 helm/druid/templates/historical/pdb.yaml
 delete mode 100644 helm/druid/templates/historical/role.yaml
 delete mode 100644 helm/druid/templates/historical/roleBinding.yaml
 delete mode 100644 helm/druid/templates/historical/service.yaml
 delete mode 100644 helm/druid/templates/historical/serviceAccount.yaml
 delete mode 100644 helm/druid/templates/historical/statefulset.yaml
 delete mode 100644 helm/druid/templates/middleManager/hpa.yaml
 delete mode 100644 helm/druid/templates/middleManager/ingress.yaml
 delete mode 100644 helm/druid/templates/middleManager/pdb.yaml
 delete mode 100644 helm/druid/templates/middleManager/role.yaml
 delete mode 100644 helm/druid/templates/middleManager/roleBinding.yaml
 delete mode 100644 helm/druid/templates/middleManager/service.yaml
 delete mode 100644 helm/druid/templates/middleManager/serviceAccount.yaml
 delete mode 100644 helm/druid/templates/middleManager/statefulset.yaml
 delete mode 100644 helm/druid/templates/overlord/deployment.yaml
 delete mode 100644 helm/druid/templates/overlord/ingress.yaml
 delete mode 100644 helm/druid/templates/overlord/role.yaml
 delete mode 100644 helm/druid/templates/overlord/roleBinding.yaml
 delete mode 100644 helm/druid/templates/overlord/service.yaml
 delete mode 100644 helm/druid/templates/overlord/serviceAccount.yaml
 delete mode 100644 helm/druid/templates/router/deployment.yaml
 delete mode 100644 helm/druid/templates/router/ingress.yaml
 delete mode 100644 helm/druid/templates/router/role.yaml
 delete mode 100644 helm/druid/templates/router/roleBinding.yaml
 delete mode 100644 helm/druid/templates/router/service.yaml
 delete mode 100644 helm/druid/templates/router/serviceAccount.yaml
 delete mode 100644 helm/druid/templates/secrets.yaml
 delete mode 100644 helm/druid/values.yaml


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to