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

lidongdai pushed a change to branch dev
in repository 
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git.


    from 3aa34bc  [bugfix] "getNotifyGroupList"  cache bug #3179 (#3200)
     add b6a0d55  fix and update k8s deploy (#3215)

No new revisions were added by this update.

Summary of changes:
 .../DOLPHIN/1.2.1/package/scripts/params.py        |   4 +-
 .../DOLPHIN/1.3.0/package/scripts/params.py        |   4 +-
 docker/build/Dockerfile                            |   2 +-
 docker/build/README.md                             |  66 ++++++---
 docker/build/README_zh_CN.md                       |  66 ++++++---
 .../conf/dolphinscheduler/alert.properties.tpl     |  14 +-
 .../conf/dolphinscheduler/common.properties.tpl    |  12 +-
 .../dolphinscheduler/datasource.properties.tpl     |  15 +-
 .../dolphinscheduler/logback/logback-alert.xml     |   2 +-
 .../conf/dolphinscheduler/zookeeper.properties.tpl |   2 +-
 docker/build/startup-init-conf.sh                  |  23 ++-
 docker/build/startup.sh                            |  40 +++--
 docker/docker-swarm/docker-compose.yml             |  40 ++---
 docker/docker-swarm/docker-stack.yml               |  52 +++----
 docker/kubernetes/dolphinscheduler/Chart.yaml      |   2 +-
 docker/kubernetes/dolphinscheduler/README.md       |  42 +++++-
 .../kubernetes/dolphinscheduler/requirements.yaml  |  25 ----
 .../dolphinscheduler/templates/NOTES.txt           |  13 --
 .../dolphinscheduler/templates/_helpers.tpl        |   8 +
 .../configmap-dolphinscheduler-alert.yaml          |   1 +
 ...yaml => configmap-dolphinscheduler-common.yaml} |  18 ++-
 .../deployment-dolphinscheduler-alert.yaml         |  98 +++++++++++--
 .../templates/deployment-dolphinscheduler-api.yaml |  93 ++++++++++--
 .../deployment-dolphinscheduler-frontend.yaml      |  17 +++
 .../statefulset-dolphinscheduler-master.yaml       |  93 ++++++++++--
 .../statefulset-dolphinscheduler-worker.yaml       | 163 +++++++++++++++++++--
 docker/kubernetes/dolphinscheduler/values.yaml     |  87 ++++++++++-
 .../alert/utils/EnterpriseWeChatUtils.java         |  30 ++--
 .../src/main/resources/alert.properties            |   8 +-
 .../alert/utils/EnterpriseWeChatUtilsTest.java     |   4 +-
 dolphinscheduler-ui/package.json                   |   2 +-
 script/dolphinscheduler-daemon.sh                  |   2 +-
 32 files changed, 772 insertions(+), 276 deletions(-)
 delete mode 100644 docker/kubernetes/dolphinscheduler/requirements.yaml
 copy 
docker/kubernetes/dolphinscheduler/templates/{secret-external-postgresql.yaml 
=> configmap-dolphinscheduler-common.yaml} (55%)

Reply via email to