This is an automated email from the ASF dual-hosted git repository. gongchao pushed a commit to branch 1.7.0-release in repository https://gitbox.apache.org/repos/asf/hertzbeat-helm-chart.git
commit f09bd0032a1f593024ca23d5fd3de26577c901d0 Author: tomsun28 <[email protected]> AuthorDate: Sat Mar 22 16:07:53 2025 +0800 [release] new release version 1.7.0 Signed-off-by: tomsun28 <[email protected]> --- charts/hertzbeat/Chart.yaml | 4 ++-- charts/hertzbeat/templates/collector/configmap.yaml | 2 +- charts/hertzbeat/templates/manager/configmap.yaml | 13 +++++++++++++ 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/charts/hertzbeat/Chart.yaml b/charts/hertzbeat/Chart.yaml index 48875ed..c723ae0 100644 --- a/charts/hertzbeat/Chart.yaml +++ b/charts/hertzbeat/Chart.yaml @@ -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.6.1 +version: 1.7.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: "v1.6.1" +appVersion: "1.7.0" diff --git a/charts/hertzbeat/templates/collector/configmap.yaml b/charts/hertzbeat/templates/collector/configmap.yaml index 34207bb..917b7b6 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.6.1} + version: ${COLLECTOR_VERSION:1.7.0} ip: ${COLLECTOR_IP:} dispatch: entrance: diff --git a/charts/hertzbeat/templates/manager/configmap.yaml b/charts/hertzbeat/templates/manager/configmap.yaml index 2167b75..997009d 100644 --- a/charts/hertzbeat/templates/manager/configmap.yaml +++ b/charts/hertzbeat/templates/manager/configmap.yaml @@ -44,6 +44,10 @@ data: exclude: org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration, org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration freemarker: enabled: false + servlet: + multipart: + max-file-size: 100MB + max-request-size: 100MB management: health: mail: @@ -239,6 +243,14 @@ data: - /api/status/page/**===post===[admin,user] - /api/status/page/**===put===[admin,user] - /api/status/page/**===delete===[admin] + - /api/grafana/**===get===[admin,user,guest] + - /api/grafana/**===post===[admin,user] + - /api/grafana/**===put===[admin,user] + - /api/grafana/**===delete===[admin] + - /api/bulletin/**===get===[admin,user,guest] + - /api/bulletin/**===post===[admin,user] + - /api/bulletin/**===put===[admin,user] + - /api/bulletin/**===delete===[admin] # config the resource restful api that need bypass auth protection # rule: api===method @@ -251,6 +263,7 @@ data: - /api/apps/hierarchy===get - /api/push/**===* - /api/status/page/public/**===* + - /api/manager/sse/**===* # web ui resource - /===get - /assets/**===get --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
