This is an automated email from the ASF dual-hosted git repository.
zhaoqingran pushed a change to branch nightly-build
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
from 251b7f8d6 Merge branch 'master' into nightly-build
add ffa81a68f [infra] add sub git module hertzbeat-helm-chart (#2522)
add ab6399409 Merge branch 'master' into nightly-build
No new revisions were added by this update.
Summary of changes:
.gitattributes => .gitmodules | 10 +-
script/helm/hertzbeat-helm-chart | 1 +
script/helm/hertzbeat/.helmignore | 23 --
script/helm/hertzbeat/Chart.yaml | 37 ---
script/helm/hertzbeat/README.md | 161 -----------
script/helm/hertzbeat/templates/NOTES.txt | 22 --
script/helm/hertzbeat/templates/_helpers.tpl | 67 -----
.../hertzbeat/templates/collector/configmap.yaml | 60 -----
.../hertzbeat/templates/collector/deployment.yaml | 84 ------
script/helm/hertzbeat/templates/collector/hpa.yaml | 45 ----
.../hertzbeat/templates/database/configmap.yaml | 36 ---
script/helm/hertzbeat/templates/database/pvc.yaml | 46 ----
.../helm/hertzbeat/templates/database/service.yaml | 32 ---
.../hertzbeat/templates/database/statefulset.yaml | 116 --------
.../hertzbeat/templates/manager/configmap.yaml | 300 ---------------------
.../hertzbeat/templates/manager/deployment.yaml | 89 ------
.../helm/hertzbeat/templates/manager/ingress.yaml | 48 ----
.../templates/manager/service-cluster.yaml | 33 ---
.../templates/manager/service-expose.yaml | 64 -----
.../helm/hertzbeat/templates/tsdb/configmap.yaml | 25 --
script/helm/hertzbeat/templates/tsdb/pvc.yaml | 46 ----
script/helm/hertzbeat/templates/tsdb/service.yaml | 32 ---
.../helm/hertzbeat/templates/tsdb/statefulset.yaml | 87 ------
script/helm/hertzbeat/values.yaml | 143 ----------
24 files changed, 5 insertions(+), 1602 deletions(-)
copy .gitattributes => .gitmodules (83%)
create mode 160000 script/helm/hertzbeat-helm-chart
delete mode 100644 script/helm/hertzbeat/.helmignore
delete mode 100644 script/helm/hertzbeat/Chart.yaml
delete mode 100644 script/helm/hertzbeat/README.md
delete mode 100644 script/helm/hertzbeat/templates/NOTES.txt
delete mode 100644 script/helm/hertzbeat/templates/_helpers.tpl
delete mode 100644 script/helm/hertzbeat/templates/collector/configmap.yaml
delete mode 100644 script/helm/hertzbeat/templates/collector/deployment.yaml
delete mode 100644 script/helm/hertzbeat/templates/collector/hpa.yaml
delete mode 100644 script/helm/hertzbeat/templates/database/configmap.yaml
delete mode 100644 script/helm/hertzbeat/templates/database/pvc.yaml
delete mode 100644 script/helm/hertzbeat/templates/database/service.yaml
delete mode 100644 script/helm/hertzbeat/templates/database/statefulset.yaml
delete mode 100644 script/helm/hertzbeat/templates/manager/configmap.yaml
delete mode 100644 script/helm/hertzbeat/templates/manager/deployment.yaml
delete mode 100644 script/helm/hertzbeat/templates/manager/ingress.yaml
delete mode 100644 script/helm/hertzbeat/templates/manager/service-cluster.yaml
delete mode 100644 script/helm/hertzbeat/templates/manager/service-expose.yaml
delete mode 100644 script/helm/hertzbeat/templates/tsdb/configmap.yaml
delete mode 100644 script/helm/hertzbeat/templates/tsdb/pvc.yaml
delete mode 100644 script/helm/hertzbeat/templates/tsdb/service.yaml
delete mode 100644 script/helm/hertzbeat/templates/tsdb/statefulset.yaml
delete mode 100644 script/helm/hertzbeat/values.yaml
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]