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

gongchao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/hertzbeat-helm-chart.git


    from 1e6a284  [doc] update doc and deploy guide and committer (#2342)
     add ca62e66  init hertzbeat helm chart web

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |  58 ++++++
 .github/ISSUE_TEMPLATE/bug-report.yml              |  78 ++++++++
 .../ISSUE_TEMPLATE/config.yml                      |  16 +-
 .github/ISSUE_TEMPLATE/feature-request.yml         |  56 ++++++
 .../ISSUE_TEMPLATE/question.yml                    |  34 ++--
 .../ISSUE_TEMPLATE/task.yml                        |  41 +++--
 .../ISSUE_TEMPLATE/volunteer.yml                   |  33 ++--
 .github/PULL_REQUEST_TEMPLATE.md                   |  10 +
 .github/workflows/ci.yaml                          |  42 +++++
 .../workflows/license-checker.yml                  |  39 ++--
 .github/workflows/release.yml                      |  38 ++++
 .gitignore                                         |  42 +++++
 .licenserc.yaml                                    |  65 +++++++
 CODE_OF_CONDUCT.md                                 |  76 ++++++++
 CONTRIBUTING.md                                    |  97 ++++++++++
 DISCLAIMER                                         |  10 +
 LICENSE                                            | 201 +++++++++++++++++++++
 NOTICE                                             |   5 +
 hertzbeat/README.md => README.md                   |  18 +-
 SECURITY.md                                        |  19 ++
 {hertzbeat => charts/hertzbeat}/.helmignore        |   0
 {hertzbeat => charts/hertzbeat}/Chart.yaml         |   0
 {hertzbeat => charts/hertzbeat}/README.md          |   2 +-
 .../hertzbeat}/templates/NOTES.txt                 |   0
 .../hertzbeat}/templates/_helpers.tpl              |   0
 .../hertzbeat}/templates/collector/configmap.yaml  |   0
 .../hertzbeat}/templates/collector/deployment.yaml |   0
 .../hertzbeat}/templates/collector/hpa.yaml        |   0
 .../hertzbeat}/templates/database/configmap.yaml   |   0
 .../hertzbeat}/templates/database/pvc.yaml         |   0
 .../hertzbeat}/templates/database/service.yaml     |   0
 .../hertzbeat}/templates/database/statefulset.yaml |   0
 .../hertzbeat}/templates/manager/configmap.yaml    |   0
 .../hertzbeat}/templates/manager/deployment.yaml   |   0
 .../hertzbeat}/templates/manager/ingress.yaml      |   0
 .../templates/manager/service-cluster.yaml         |   0
 .../templates/manager/service-expose.yaml          |   0
 .../hertzbeat}/templates/tsdb/configmap.yaml       |   0
 .../hertzbeat}/templates/tsdb/pvc.yaml             |   0
 .../hertzbeat}/templates/tsdb/service.yaml         |   0
 .../hertzbeat}/templates/tsdb/statefulset.yaml     |   0
 {hertzbeat => charts/hertzbeat}/values.yaml        |   0
 ct.yaml                                            |  10 +
 docs/.asf.yaml                                     |  47 +++++
 docs/CNAME                                         |   1 +
 {hertzbeat => docs}/README.md                      |  20 +-
 docs/artifacthub-repo.yml                          |   5 +
 docs/hertzbeat-1.5.0.tgz                           | Bin 0 -> 11871 bytes
 docs/hertzbeat-1.6.0.tgz                           | Bin 0 -> 12900 bytes
 docs/index.yaml                                    |  42 +++++
 50 files changed, 1018 insertions(+), 87 deletions(-)
 create mode 100644 .asf.yaml
 create mode 100644 .github/ISSUE_TEMPLATE/bug-report.yml
 copy hertzbeat/templates/tsdb/configmap.yaml => 
.github/ISSUE_TEMPLATE/config.yml (71%)
 create mode 100644 .github/ISSUE_TEMPLATE/feature-request.yml
 copy hertzbeat/templates/manager/service-cluster.yaml => 
.github/ISSUE_TEMPLATE/question.yml (60%)
 copy hertzbeat/templates/manager/service-cluster.yaml => 
.github/ISSUE_TEMPLATE/task.yml (55%)
 copy hertzbeat/templates/manager/service-cluster.yaml => 
.github/ISSUE_TEMPLATE/volunteer.yml (63%)
 create mode 100644 .github/PULL_REQUEST_TEMPLATE.md
 create mode 100644 .github/workflows/ci.yaml
 copy hertzbeat/templates/database/configmap.yaml => 
.github/workflows/license-checker.yml (58%)
 create mode 100644 .github/workflows/release.yml
 create mode 100644 .gitignore
 create mode 100644 .licenserc.yaml
 create mode 100644 CODE_OF_CONDUCT.md
 create mode 100644 CONTRIBUTING.md
 create mode 100644 DISCLAIMER
 create mode 100644 LICENSE
 create mode 100644 NOTICE
 copy hertzbeat/README.md => README.md (98%)
 create mode 100644 SECURITY.md
 rename {hertzbeat => charts/hertzbeat}/.helmignore (100%)
 rename {hertzbeat => charts/hertzbeat}/Chart.yaml (100%)
 copy {hertzbeat => charts/hertzbeat}/README.md (99%)
 rename {hertzbeat => charts/hertzbeat}/templates/NOTES.txt (100%)
 rename {hertzbeat => charts/hertzbeat}/templates/_helpers.tpl (100%)
 rename {hertzbeat => charts/hertzbeat}/templates/collector/configmap.yaml 
(100%)
 rename {hertzbeat => charts/hertzbeat}/templates/collector/deployment.yaml 
(100%)
 rename {hertzbeat => charts/hertzbeat}/templates/collector/hpa.yaml (100%)
 rename {hertzbeat => charts/hertzbeat}/templates/database/configmap.yaml (100%)
 rename {hertzbeat => charts/hertzbeat}/templates/database/pvc.yaml (100%)
 rename {hertzbeat => charts/hertzbeat}/templates/database/service.yaml (100%)
 rename {hertzbeat => charts/hertzbeat}/templates/database/statefulset.yaml 
(100%)
 rename {hertzbeat => charts/hertzbeat}/templates/manager/configmap.yaml (100%)
 rename {hertzbeat => charts/hertzbeat}/templates/manager/deployment.yaml (100%)
 rename {hertzbeat => charts/hertzbeat}/templates/manager/ingress.yaml (100%)
 rename {hertzbeat => charts/hertzbeat}/templates/manager/service-cluster.yaml 
(100%)
 rename {hertzbeat => charts/hertzbeat}/templates/manager/service-expose.yaml 
(100%)
 rename {hertzbeat => charts/hertzbeat}/templates/tsdb/configmap.yaml (100%)
 rename {hertzbeat => charts/hertzbeat}/templates/tsdb/pvc.yaml (100%)
 rename {hertzbeat => charts/hertzbeat}/templates/tsdb/service.yaml (100%)
 rename {hertzbeat => charts/hertzbeat}/templates/tsdb/statefulset.yaml (100%)
 rename {hertzbeat => charts/hertzbeat}/values.yaml (100%)
 create mode 100644 ct.yaml
 create mode 100644 docs/.asf.yaml
 create mode 100644 docs/CNAME
 rename {hertzbeat => docs}/README.md (95%)
 create mode 100644 docs/artifacthub-repo.yml
 create mode 100644 docs/hertzbeat-1.5.0.tgz
 create mode 100644 docs/hertzbeat-1.6.0.tgz
 create mode 100644 docs/index.yaml


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to