Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade chart hertzbeat app version 1.4.1 #338

Merged
merged 1 commit into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading