You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/04/01 05:03:07 UTC

[shardingsphere] branch master updated (f1a3cb8 -> 3187c0b)

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

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


    from f1a3cb8  Add unit test for GlobalLockNode.getGlobalLocksNodePath in GlobalLockNodeTest class (#16422)
     add 3187c0b  Add ShardingSphere-Proxy Helm Chart   (#16533)

No new revisions were added by this update.

Summary of changes:
 .../shardingsphere-proxy/startup/helm.cn.md        | 107 +++++++++++++++++++++
 .../shardingsphere-proxy/startup/helm.en.md        |  81 ++++++++++++++++
 .../shardingsphere-proxy/Chart.yaml                |  31 ++++++
 .../shardingsphere-proxy/charts/mysql/.helmignore  |  23 +++++
 .../shardingsphere-proxy/charts/mysql/Chart.yaml   |  40 ++++++++
 .../charts/mysql/templates/_helpers.tpl            |   0
 .../charts/mysql/templates/configmap.yaml          |  24 +++++
 .../charts/mysql/templates/deployment.yaml         |  60 ++++++++++++
 .../charts/mysql/templates/pvc.yaml                |  29 ++++++
 .../charts/mysql/templates/secret.yaml             |  23 +++++
 .../charts/mysql/templates/service.yaml            |  26 +++++
 .../shardingsphere-proxy/charts/mysql/values.yaml  |  31 ++++++
 .../charts/zookeeper/.helmignore                   |  23 +++++
 .../charts/zookeeper/Chart.yaml                    |  40 ++++++++
 .../charts/zookeeper/templates/service.yaml        |  44 +++++++++
 .../charts/zookeeper/templates/zookeeper.yaml      |  84 ++++++++++++++++
 .../charts/zookeeper/values.yaml                   |  23 +++++
 .../shardingsphere-proxy/conf/config-sharding.yaml |  87 +++++++++++++++++
 .../shardingsphere-proxy/conf/server.yaml          |  45 +++++++++
 .../shardingsphere-proxy/templates/_helpers.tpl    |  16 +++
 .../shardingsphere-proxy/templates/configmap.yaml  |  22 +++++
 .../shardingsphere-proxy/templates/deployment.yaml |  82 ++++++++++++++++
 .../shardingsphere-proxy/templates/service.yaml    |  30 ++++++
 .../shardingsphere-proxy/values.yaml               |  80 +++++++++++++++
 24 files changed, 1051 insertions(+)
 create mode 100644 docs/document/content/user-manual/shardingsphere-proxy/startup/helm.cn.md
 create mode 100644 docs/document/content/user-manual/shardingsphere-proxy/startup/helm.en.md
 create mode 100644 shardingsphere-charts/shardingsphere-proxy/Chart.yaml
 create mode 100644 shardingsphere-charts/shardingsphere-proxy/charts/mysql/.helmignore
 create mode 100644 shardingsphere-charts/shardingsphere-proxy/charts/mysql/Chart.yaml
 copy docs/document/.hugo_build.lock => shardingsphere-charts/shardingsphere-proxy/charts/mysql/templates/_helpers.tpl (100%)
 create mode 100644 shardingsphere-charts/shardingsphere-proxy/charts/mysql/templates/configmap.yaml
 create mode 100644 shardingsphere-charts/shardingsphere-proxy/charts/mysql/templates/deployment.yaml
 create mode 100644 shardingsphere-charts/shardingsphere-proxy/charts/mysql/templates/pvc.yaml
 create mode 100644 shardingsphere-charts/shardingsphere-proxy/charts/mysql/templates/secret.yaml
 create mode 100644 shardingsphere-charts/shardingsphere-proxy/charts/mysql/templates/service.yaml
 create mode 100644 shardingsphere-charts/shardingsphere-proxy/charts/mysql/values.yaml
 create mode 100644 shardingsphere-charts/shardingsphere-proxy/charts/zookeeper/.helmignore
 create mode 100644 shardingsphere-charts/shardingsphere-proxy/charts/zookeeper/Chart.yaml
 create mode 100644 shardingsphere-charts/shardingsphere-proxy/charts/zookeeper/templates/service.yaml
 create mode 100644 shardingsphere-charts/shardingsphere-proxy/charts/zookeeper/templates/zookeeper.yaml
 create mode 100644 shardingsphere-charts/shardingsphere-proxy/charts/zookeeper/values.yaml
 create mode 100644 shardingsphere-charts/shardingsphere-proxy/conf/config-sharding.yaml
 create mode 100644 shardingsphere-charts/shardingsphere-proxy/conf/server.yaml
 create mode 100644 shardingsphere-charts/shardingsphere-proxy/templates/_helpers.tpl
 create mode 100644 shardingsphere-charts/shardingsphere-proxy/templates/configmap.yaml
 create mode 100644 shardingsphere-charts/shardingsphere-proxy/templates/deployment.yaml
 create mode 100644 shardingsphere-charts/shardingsphere-proxy/templates/service.yaml
 create mode 100644 shardingsphere-charts/shardingsphere-proxy/values.yaml