emqx/deploy/charts
Clément Nussbaumer c22687e322
feat(helm): only keep last digits for ipv6 ports
permits specifying ports such as :::18083, a somewhat strange but needed
syntax when trying to make emqx listen on IPv6 addresses
The solution here is to split by colon `:` and to only keep the last
entry, which will corespond to the actual number for the port.

Signed-off-by: Clément Nussbaumer <clement@n8r.ch>
2024-01-01 16:14:48 +01:00
..
emqx feat(helm): only keep last digits for ipv6 ports 2024-01-01 16:14:48 +01:00
emqx-enterprise docs: enhance markdown indent and fix typos 2023-12-29 09:07:26 +08:00
README.md chore(charts): add readme and a script to sync changes 2023-02-22 10:10:56 +01:00
sync-enterprise.sh chore(charts): add readme and a script to sync changes 2023-02-22 10:10:56 +01:00

README.md

Sync changes to emqx-enterprise

When making changes in charts, please update emqx charts and run ./sync-enterprise.sh.