From 286fbb69dce0b1d4f63b34ae0a9814693fc25324 Mon Sep 17 00:00:00 2001 From: Rory Z Date: Fri, 24 Mar 2023 10:58:37 +0800 Subject: [PATCH] fix(helm): fix wrong file path --- changes/v4.4.17-en.md | 2 ++ changes/v4.4.17-zh.md | 2 ++ deploy/charts/emqx/{ => templates}/service-monitor.yaml | 0 3 files changed, 4 insertions(+) rename deploy/charts/emqx/{ => templates}/service-monitor.yaml (100%) diff --git a/changes/v4.4.17-en.md b/changes/v4.4.17-en.md index 16f235e3a..ab4fcf701 100644 --- a/changes/v4.4.17-en.md +++ b/changes/v4.4.17-en.md @@ -33,3 +33,5 @@ Therefore, if the process pool was blocked by a large number of retain messages, many disconnected MQTT connections would not be cleaned up in time. For more details, see [#9409](https://github.com/emqx/emqx/issues/9409). In this fix, we created a separate process pool for the `emqx_retainer` plugin to avoid this problem. + +- Fixed the error in the template file path of Helm Chart.[#10229](https://github.com/emqx/emqx/pull/10229) \ No newline at end of file diff --git a/changes/v4.4.17-zh.md b/changes/v4.4.17-zh.md index c21a8fd8b..42f84ac6e 100644 --- a/changes/v4.4.17-zh.md +++ b/changes/v4.4.17-zh.md @@ -32,3 +32,5 @@ 如果该进程池被大量的 retain 消息下发任务阻塞时,许多已经掉线的 MQTT 连接将得不到及时清理。 问题详情见 [#9409](https://github.com/emqx/emqx/issues/9409)。 在此修复中,我们给 `emqx_retainer` 插件创建了单独的进程池,从而避免了该问题。 + +- 修复了 Helm Chart 中模板文件路径的错误。[#10229](https://github.com/emqx/emqx/pull/10229) \ No newline at end of file diff --git a/deploy/charts/emqx/service-monitor.yaml b/deploy/charts/emqx/templates/service-monitor.yaml similarity index 100% rename from deploy/charts/emqx/service-monitor.yaml rename to deploy/charts/emqx/templates/service-monitor.yaml