From d3055837079780ba66fb78c2cb2d34bafcd4ab78 Mon Sep 17 00:00:00 2001 From: tomsun28 Date: Mon, 25 Sep 2023 10:44:42 +0800 Subject: [PATCH] upgrade hertzbeat helm chart version 1.4.1 in test module --- src/test/hertzbeat/Chart.yaml | 4 ++-- src/test/hertzbeat/README.md | 2 +- src/test/hertzbeat/templates/collector/configmap.yaml | 5 +++-- src/test/hertzbeat/templates/manager/configmap.yaml | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/test/hertzbeat/Chart.yaml b/src/test/hertzbeat/Chart.yaml index 32658db0..5db886f1 100644 --- a/src/test/hertzbeat/Chart.yaml +++ b/src/test/hertzbeat/Chart.yaml @@ -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" diff --git a/src/test/hertzbeat/README.md b/src/test/hertzbeat/README.md index 2b871eea..6afcb140 100644 --- a/src/test/hertzbeat/README.md +++ b/src/test/hertzbeat/README.md @@ -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`. diff --git a/src/test/hertzbeat/templates/collector/configmap.yaml b/src/test/hertzbeat/templates/collector/configmap.yaml index 5ef8e73a..42d20b7b 100644 --- a/src/test/hertzbeat/templates/collector/configmap.yaml +++ b/src/test/hertzbeat/templates/collector/configmap.yaml @@ -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: @@ -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: diff --git a/src/test/hertzbeat/templates/manager/configmap.yaml b/src/test/hertzbeat/templates/manager/configmap.yaml index 6dccb5ef..ac207e27 100644 --- a/src/test/hertzbeat/templates/manager/configmap.yaml +++ b/src/test/hertzbeat/templates/manager/configmap.yaml @@ -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]