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

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

commit 4a4fbb796e9485862c10e38b28a43e604d02284f
Author: tomsun28 <[email protected]>
AuthorDate: Thu Nov 6 23:38:17 2025 +0800

    chore: update config yml
---
 .asf.yaml                                           | 14 +++++++-------
 README.md                                           | 20 ++++++++++----------
 charts/hertzbeat/Chart.yaml                         |  6 +++---
 charts/hertzbeat/README.md                          | 20 ++++++++++----------
 charts/hertzbeat/templates/collector/configmap.yaml |  2 +-
 docs/README.md                                      | 20 ++++++++++----------
 6 files changed, 41 insertions(+), 41 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 34eece7..6bbe1bc 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -16,11 +16,15 @@
 #
 
 github:
-  description: Real-time observability system with agentless, performance 
cluster, prometheus-compatible, custom monitoring and status page building 
capabilities.
-  homepage: https://charts.hertzbeat.apache.org/
+  description: An AI-powered next-generation open source real-time 
observability system.
+  homepage: https://hertzbeat.apache.org/
   labels:
-    - monitoring
+    - ai
+    - agent
+    - llm
+    - logs
     - monitor
+    - monitoring
     - notifications
     - alerting
     - self-hosted
@@ -30,15 +34,11 @@ github:
     - metrics
     - observability
     - uptime
-    - uptime-monitoring
     - status
     - status-page
-    - devops
     - server
     - linux
     - database
-    - mysql
-    - cloud
   enabled_merge_buttons:
     squash: true
     merge: false
diff --git a/README.md b/README.md
index ffac5c1..7b79620 100644
--- a/README.md
+++ b/README.md
@@ -7,20 +7,20 @@
 
 ## What is Apache HertzBeat?
 
-[Apache HertzBeat](https://github.com/apache/hertzbeat) is an easy-to-use, 
open source, real-time observability system with agentless, high performance 
cluster, prometheus-compatible, offers powerful custom monitoring and status 
page building capabilities.
+[Apache HertzBeat™](https://github.com/apache/hertzbeat) is an AI-powered 
next-generation open source real-time observability system. Unified metrics and 
logs collection, centralized alerting distribution, intelligent management and 
analysis. No Agent required, high performance cluster, provides powerful custom 
monitoring and status page building capabilities.
 
 ### Features
 
-* Combines **monitoring, alarm, and notification** features into one platform, 
and supports monitoring for web service, program, database, cache, os, 
webserver, middleware, bigdata, cloud-native, network, custom and more.
-* Easy to use and agentless, web-based and with one-click monitoring and 
alerting, zero learning curve.
-* Makes protocols such as `Http, Jmx, Ssh, Snmp, Jdbc, Prometheus` 
configurable, allowing you to collect any metrics by simply configuring the 
template `YML` file online. Imagine being able to quickly adapt to a new 
monitoring type like K8s or Docker simply by configuring online with HertzBeat.
-* Compatible with the `Prometheus` ecosystem and more, can monitoring what 
`Prometheus` can monitoring with few clicks on webui.
-* High performance, supports horizontal expansion of multi-collector clusters, 
multi-isolated network monitoring and cloud-edge collaboration.
-* Provides flexible alarm threshold rules and timely notifications delivered 
via  `Discord` `Slack` `Telegram` `Email` `Dingtalk` `WeChat` `FeiShu` 
`Webhook` `SMS` `ServerChan`.
-* Provides powerful status page building capabilities, easily communicate the 
real-time status of your service to users.
+- Integrates **collection + analysis + alerting + notification** into one 
platform, with new AI-powered interactions and features under HertzBeat AI, and 
built-in MCP Server capabilities.
+- Unified metrics platform, agentless, Prometheus-compatible, supports 
application services, programs, databases, caches, operating systems, big data, 
middleware, web servers, cloud-native, networks, custom monitoring and more.
+- Unified logging platform, seamlessly integrates multiple log sources through 
OTLP protocol for reporting.
+- Unified alerting platform, integrates internal alerts with various external 
alert sources, unified alert processing and analysis, flexible real-time and 
periodic threshold rules, grouping convergence, silence, suppression, etc.
+- Unified message distribution, alerts processed by the alerting platform are 
distributed via `Email` `Discord` `Slack` `Telegram` `DingTalk` `WeChat` 
`FeiShu` `SMS` `Webhook` `ServerChan` and other methods.
+- Makes protocols such as `Http, Jmx, Ssh, Snmp, Jdbc, Prometheus` 
configurable, allowing you to collect any metrics by simply configuring the 
template `YML` file online. Imagine being able to quickly adapt to a new 
monitoring type like K8s or Docker simply by configuring online with HertzBeat.
+- High performance, supports horizontal expansion of multi-collector clusters, 
multi-isolated network monitoring and cloud-edge collaboration.
+- Provides powerful status page building capabilities, easily communicate the 
real-time status of your service to users.
 
-
-> HertzBeat's powerful customization, multi-type support, high performance, 
easy expansion, and low coupling, aims to help developers and teams quickly 
build their own monitoring system.
+> HertzBeat's unified platform, AI intelligence, powerful customization, 
multi-type support, high performance, and easy expansion, aims to help users 
quickly and conveniently achieve observability requirements.
 
 ## Helm Chart for HertzBeat
 
diff --git a/charts/hertzbeat/Chart.yaml b/charts/hertzbeat/Chart.yaml
index bb952c0..012dfc7 100644
--- a/charts/hertzbeat/Chart.yaml
+++ b/charts/hertzbeat/Chart.yaml
@@ -17,7 +17,7 @@
 
 apiVersion: v2
 name: hertzbeat
-description: An open-source, real-time monitoring system with custom 
monitoring, high performance cluster and agentless capabilities.
+description: An AI-powered next-generation open source real-time observability 
system.
 type: application
 home: https://hertzbeat.apache.org/
 sources:
@@ -29,9 +29,9 @@ icon: 
https://raw.githubusercontent.com/apache/hertzbeat/master/home/static/img/
 # This is the chart version. This version number should be incremented each 
time you make changes
 # to the chart and its templates, including the app version.
 # Versions are expected to follow Semantic Versioning (https://semver.org/)
-version: 1.7.3
+version: 1.8.0
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application. Versions are not 
expected to
 # follow Semantic Versioning. They should reflect the version the application 
is using.
 # It is recommended to use it with quotes.
-appVersion: "1.7.3"
+appVersion: "1.8.0"
diff --git a/charts/hertzbeat/README.md b/charts/hertzbeat/README.md
index 0fda51f..94ea620 100644
--- a/charts/hertzbeat/README.md
+++ b/charts/hertzbeat/README.md
@@ -7,20 +7,20 @@
 
 ## What is Apache HertzBeat?
 
-[Apache HertzBeat](https://github.com/apache/hertzbeat) is an easy-to-use, 
open source, real-time observability system with agentless, high performance 
cluster, prometheus-compatible, offers powerful custom monitoring and status 
page building capabilities.
+[Apache HertzBeat™](https://github.com/apache/hertzbeat) is an AI-powered 
next-generation open source real-time observability system. Unified metrics and 
logs collection, centralized alerting distribution, intelligent management and 
analysis. No Agent required, high performance cluster, provides powerful custom 
monitoring and status page building capabilities.
 
 ### Features
 
-* Combines **monitoring, alarm, and notification** features into one platform, 
and supports monitoring for web service, program, database, cache, os, 
webserver, middleware, bigdata, cloud-native, network, custom and more.
-* Easy to use and agentless, web-based and with one-click monitoring and 
alerting, zero learning curve.
-* Makes protocols such as `Http, Jmx, Ssh, Snmp, Jdbc, Prometheus` 
configurable, allowing you to collect any metrics by simply configuring the 
template `YML` file online. Imagine being able to quickly adapt to a new 
monitoring type like K8s or Docker simply by configuring online with HertzBeat.
-* Compatible with the `Prometheus` ecosystem and more, can monitoring what 
`Prometheus` can monitoring with few clicks on webui.
-* High performance, supports horizontal expansion of multi-collector clusters, 
multi-isolated network monitoring and cloud-edge collaboration.
-* Provides flexible alarm threshold rules and timely notifications delivered 
via  `Discord` `Slack` `Telegram` `Email` `Dingtalk` `WeChat` `FeiShu` 
`Webhook` `SMS` `ServerChan`.
-* Provides powerful status page building capabilities, easily communicate the 
real-time status of your service to users.
+- Integrates **collection + analysis + alerting + notification** into one 
platform, with new AI-powered interactions and features under HertzBeat AI, and 
built-in MCP Server capabilities.
+- Unified metrics platform, agentless, Prometheus-compatible, supports 
application services, programs, databases, caches, operating systems, big data, 
middleware, web servers, cloud-native, networks, custom monitoring and more.
+- Unified logging platform, seamlessly integrates multiple log sources through 
OTLP protocol for reporting.
+- Unified alerting platform, integrates internal alerts with various external 
alert sources, unified alert processing and analysis, flexible real-time and 
periodic threshold rules, grouping convergence, silence, suppression, etc.
+- Unified message distribution, alerts processed by the alerting platform are 
distributed via `Email` `Discord` `Slack` `Telegram` `DingTalk` `WeChat` 
`FeiShu` `SMS` `Webhook` `ServerChan` and other methods.
+- Makes protocols such as `Http, Jmx, Ssh, Snmp, Jdbc, Prometheus` 
configurable, allowing you to collect any metrics by simply configuring the 
template `YML` file online. Imagine being able to quickly adapt to a new 
monitoring type like K8s or Docker simply by configuring online with HertzBeat.
+- High performance, supports horizontal expansion of multi-collector clusters, 
multi-isolated network monitoring and cloud-edge collaboration.
+- Provides powerful status page building capabilities, easily communicate the 
real-time status of your service to users.
 
-
-> HertzBeat's powerful customization, multi-type support, high performance, 
easy expansion, and low coupling, aims to help developers and teams quickly 
build their own monitoring system.      
+> HertzBeat's unified platform, AI intelligence, powerful customization, 
multi-type support, high performance, and easy expansion, aims to help users 
quickly and conveniently achieve observability requirements.
 
 ## Helm Chart for HertzBeat
 
diff --git a/charts/hertzbeat/templates/collector/configmap.yaml 
b/charts/hertzbeat/templates/collector/configmap.yaml
index c8cb410..59a788b 100644
--- a/charts/hertzbeat/templates/collector/configmap.yaml
+++ b/charts/hertzbeat/templates/collector/configmap.yaml
@@ -47,7 +47,7 @@ data:
     
     collector:
       info:
-        version: ${COLLECTOR_VERSION:1.7.3}
+        version: ${COLLECTOR_VERSION:1.8.0}
         ip: ${COLLECTOR_IP:}
       dispatch:
         entrance:
diff --git a/docs/README.md b/docs/README.md
index ae4f2e1..1e6ee2e 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -7,20 +7,20 @@
 
 ## What is Apache HertzBeat?
 
-[Apache HertzBeat](https://github.com/apache/hertzbeat) is an easy-to-use, 
open source, real-time observability system with agentless, high performance 
cluster, prometheus-compatible, offers powerful custom monitoring and status 
page building capabilities.
+[Apache HertzBeat™](https://github.com/apache/hertzbeat) is an AI-powered 
next-generation open source real-time observability system. Unified metrics and 
logs collection, centralized alerting distribution, intelligent management and 
analysis. No Agent required, high performance cluster, provides powerful custom 
monitoring and status page building capabilities.
 
 ### Features
 
-* Combines **monitoring, alarm, and notification** features into one platform, 
and supports monitoring for web service, program, database, cache, os, 
webserver, middleware, bigdata, cloud-native, network, custom and more.
-* Easy to use and agentless, web-based and with one-click monitoring and 
alerting, zero learning curve.
-* Makes protocols such as `Http, Jmx, Ssh, Snmp, Jdbc, Prometheus` 
configurable, allowing you to collect any metrics by simply configuring the 
template `YML` file online. Imagine being able to quickly adapt to a new 
monitoring type like K8s or Docker simply by configuring online with HertzBeat.
-* Compatible with the `Prometheus` ecosystem and more, can monitoring what 
`Prometheus` can monitoring with few clicks on webui.
-* High performance, supports horizontal expansion of multi-collector clusters, 
multi-isolated network monitoring and cloud-edge collaboration.
-* Provides flexible alarm threshold rules and timely notifications delivered 
via  `Discord` `Slack` `Telegram` `Email` `Dingtalk` `WeChat` `FeiShu` 
`Webhook` `SMS` `ServerChan`.
-* Provides powerful status page building capabilities, easily communicate the 
real-time status of your service to users.
+- Integrates **collection + analysis + alerting + notification** into one 
platform, with new AI-powered interactions and features under HertzBeat AI, and 
built-in MCP Server capabilities.
+- Unified metrics platform, agentless, Prometheus-compatible, supports 
application services, programs, databases, caches, operating systems, big data, 
middleware, web servers, cloud-native, networks, custom monitoring and more.
+- Unified logging platform, seamlessly integrates multiple log sources through 
OTLP protocol for reporting.
+- Unified alerting platform, integrates internal alerts with various external 
alert sources, unified alert processing and analysis, flexible real-time and 
periodic threshold rules, grouping convergence, silence, suppression, etc.
+- Unified message distribution, alerts processed by the alerting platform are 
distributed via `Email` `Discord` `Slack` `Telegram` `DingTalk` `WeChat` 
`FeiShu` `SMS` `Webhook` `ServerChan` and other methods.
+- Makes protocols such as `Http, Jmx, Ssh, Snmp, Jdbc, Prometheus` 
configurable, allowing you to collect any metrics by simply configuring the 
template `YML` file online. Imagine being able to quickly adapt to a new 
monitoring type like K8s or Docker simply by configuring online with HertzBeat.
+- High performance, supports horizontal expansion of multi-collector clusters, 
multi-isolated network monitoring and cloud-edge collaboration.
+- Provides powerful status page building capabilities, easily communicate the 
real-time status of your service to users.
 
-
-> HertzBeat's powerful customization, multi-type support, high performance, 
easy expansion, and low coupling, aims to help developers and teams quickly 
build their own monitoring system.
+> HertzBeat's unified platform, AI intelligence, powerful customization, 
multi-type support, high performance, and easy expansion, aims to help users 
quickly and conveniently achieve observability requirements.
 
 ## Helm Chart for HertzBeat
 


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

Reply via email to