You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by mi...@apache.org on 2023/06/26 03:40:39 UTC

[shardingsphere-on-cloud] branch main updated (e950ee3 -> 2ee70a3)

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

miaoliyao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git


    from e950ee3  chore: update examples and operator charts (#420)
     new 7248c6f  feat: update default init container to busybox 1.36
     new de8037f  chore: update default metrics port to 9090
     new e8904c5  chore: update default port in charts
     new c644d0a  fix: set command while enable agent
     new 23a459c  fix: fix container env and args
     new f1d2be4  fix: fix agent logging json tag to lower case
     new d04fd3d  chore: update chaos crd
     new 0a5d509  chore: update chaos crd examples
     new 768f091  chore: update computenode crd cluster examples
     new 9290458  chore: update storagenode examples
     new f3fb661  fix: start script substitution
     new 2c92fc2  fix: fix license header in crd
     new e0d67fd  fix: fix deployment test
     new 2ee70a3  Merge pull request #421 from mlycore/fix-cn-operator

The 782 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:
 .../README.md                                      |   2 +-
 .../crds/shardingsphere.apache.org_chaos.yaml      | 464 +++++++++++++++++++++
 .../values.yaml                                    |   4 +-
 examples/operator/chaos-cpu.yaml                   |   7 +-
 examples/operator/chaos-mem.yaml                   |   8 +-
 examples/operator/chaos-network.yaml               |  33 +-
 examples/operator/chaos-pod.yaml                   |   7 +-
 ...phere-computenode-mysql-cluster-with-agent.yaml |   4 +
 .../shardingsphere-computenode-mysql-cluster.yaml  |   4 +-
 ...rdingsphere-storagenode-aws-aurora-cluster.yaml |   1 -
 ...shardingsphere-storagenode-aws-rds-cluster.yaml |   3 +-
 .../cmd/shardingsphere-operator/manager/option.go  |   4 +-
 .../pkg/kubernetes/deployment/builder.go           |  33 +-
 .../pkg/kubernetes/deployment/deployment_test.go   |  10 +-
 .../pkg/reconcile/common/container.go              |  11 +-
 15 files changed, 549 insertions(+), 46 deletions(-)
 create mode 100644 charts/apache-shardingsphere-operator-charts/crds/shardingsphere.apache.org_chaos.yaml