Skip to content

Commit

Permalink
upgrade hertzbeat helm chart version 1.4.1 in test module
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsun28 committed Sep 25, 2023
1 parent 0ee47e5 commit d305583
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/test/hertzbeat/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ icon: https://raw.githubusercontent.com/dromara/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.4.0
version: 1.4.1
# 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: "v1.4.0"
appVersion: "v1.4.1"
2 changes: 1 addition & 1 deletion src/test/hertzbeat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
### Features

* Combines **monitoring, alarm, and notification** features into one platform, and supports monitoring for web service, database, os, middleware, cloud-native, network and more.
* Easy to use and agentless, offering full web-based operations for monitoring and alerting with just a click of a mouse, all at zero learning cost.
* Easy to use and agentless, offering full web-based operations for monitoring and alerting with just a few clicks, all at zero learning cost.
* Makes protocols such as `Http, Jmx, Ssh, Snmp, Jdbc` 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 flexible alarm threshold rules and timely notifications delivered via `Discord` `Slack` `Telegram` `Email` `Dingtalk` `WeChat` `FeiShu` `Webhook` `SMS` `ServerChan`.
Expand Down
5 changes: 3 additions & 2 deletions src/test/hertzbeat/templates/collector/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
{{- include "hertzbeat.labels" . | nindent 4 }}
data:
IDENTITY: ""
MANAGER_IP: "{{ include "hertzbeat.manager.host" . }}"
MANAGER_HOST: "{{ include "hertzbeat.manager.host" . }}"
MANAGER_PORT: "1158"
application.yml: |+
server:
Expand Down Expand Up @@ -34,7 +34,8 @@ data:
netty:
enabled: true
identity: ${IDENTITY:}
manager-ip: ${MANAGER_IP:127.0.0.1}
mode: ${MODE:public}
manager-host: ${MANAGER_HOST:127.0.0.1}
manager-port: ${MANAGER_PORT:1158}
common:
Expand Down
2 changes: 1 addition & 1 deletion src/test/hertzbeat/templates/manager/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ data:
account:
- appId: {{ .Values.manager.account.username }}
credential: {{ .Values.manager.account.password }}
role: [admin,user]
role: [admin]
- appId: tom
credential: hertzbeat
role: [user]
Expand Down

0 comments on commit d305583

Please sign in to comment.