rockxsj opened a new pull request #3208: URL: https://github.com/apache/incubator-dolphinscheduler/pull/3208
## *Tips* - *Thanks very much for contributing to Apache DolphinScheduler.* - *Please review https://dolphinscheduler.apache.org/en-us/community/index.html before opening a pull request.* ## What is the purpose of the pull request * update Dockerfile to add mysql-client for mysql database service test * update wechat alert config replace placeholder from to {xx} because of the will be treat as env variable * fix unit test of EnterpriseWeChatUtilsTest * update values.yaml default config for helm deploy DS cluster * update values.yaml default config for custom install * update templates of helm for custom install * update some name of env varibale, for example change from POSTGRESQL_HOST to DATABASE_HOST * delele the redundancy requirements.yaml for heml * update README* in the docker dir and subdir * update startup scripts for support mysql as backend database ## Brief change log Modify ambari_plugin/common-services/DOLPHIN/1.2.1/package/scripts/params.py Modify ambari_plugin/common-services/DOLPHIN/1.3.0/package/scripts/params.py Modify docker/build/Dockerfile Modify docker/build/README.md Modify docker/build/README_zh_CN.md Modify docker/build/conf/dolphinscheduler/alert.properties.tpl Modify docker/build/conf/dolphinscheduler/common.properties.tpl Modify docker/build/conf/dolphinscheduler/datasource.properties.tpl Modify docker/build/conf/dolphinscheduler/logback/logback-alert.xml Modify docker/build/conf/dolphinscheduler/zookeeper.properties.tpl Modify docker/build/startup-init-conf.sh Modify docker/build/startup.sh Modify docker/docker-swarm/docker-compose.yml Modify docker/docker-swarm/docker-stack.yml Modify docker/kubernetes/dolphinscheduler/Chart.yaml Modify docker/kubernetes/dolphinscheduler/README.md Modify docker/kubernetes/dolphinscheduler/requirements.yaml Modify docker/kubernetes/dolphinscheduler/templates/NOTES.txt Modify docker/kubernetes/dolphinscheduler/templates/_helpers.tpl Modify docker/kubernetes/dolphinscheduler/templates/configmap-dolphinscheduler-alert.yaml Add docker/kubernetes/dolphinscheduler/templates/configmap-dolphinscheduler-common.yaml Modify docker/kubernetes/dolphinscheduler/templates/deployment-dolphinscheduler-alert.yaml Modify docker/kubernetes/dolphinscheduler/templates/deployment-dolphinscheduler-api.yaml Modify docker/kubernetes/dolphinscheduler/templates/deployment-dolphinscheduler-frontend.yaml Modify docker/kubernetes/dolphinscheduler/templates/statefulset-dolphinscheduler-master.yaml Modify docker/kubernetes/dolphinscheduler/templates/statefulset-dolphinscheduler-worker.yaml Modify docker/kubernetes/dolphinscheduler/values.yaml Modify dolphinscheduler-alert/src/main/java/org/apache/dolphinscheduler/alert/utils/EnterpriseWeChatUtils.java Modify dolphinscheduler-alert/src/main/resources/alert.properties Modify dolphinscheduler-alert/src/test/java/org/apache/dolphinscheduler/alert/utils/EnterpriseWeChatUtilsTest.java Modify dolphinscheduler-ui/package.json Modify script/dolphinscheduler-daemon.sh ## Verify this pull request *(Please pick either of the following options)* This pull request is configuration update without any test coverage. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
