From 8b1998b778a6cd653c71224a9f7adae4083ccde4 Mon Sep 17 00:00:00 2001 From: Ljubisa Gacevic Date: Mon, 24 Nov 2025 16:09:21 +0100 Subject: [PATCH 1/3] fix(p2p): rename autotls-enabled to p2p-wss-enable --- charts/bee/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/bee/values.yaml b/charts/bee/values.yaml index ea4d0aa..3c9f04b 100644 --- a/charts/bee/values.yaml +++ b/charts/bee/values.yaml @@ -199,7 +199,8 @@ beeConfig: full-node: true ## ID of the Swarm network - 10 by default network-id: 1 - autotls-enabled: true + ## Enable Secure WebSocket P2P connections - disabled by default + p2p-wss-enable: true ## If enabled, for NodePort (p2p-wss service) ## the Kubernetes control plane will allocate a port from a range (default: 30000-32767) From 2258c80665380c965420707e93df690267b9e688 Mon Sep 17 00:00:00 2001 From: Ljubisa Gacevic Date: Mon, 24 Nov 2025 16:17:33 +0100 Subject: [PATCH 2/3] chore: bump chart version to 0.16.13 --- charts/bee/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/bee/Chart.yaml b/charts/bee/Chart.yaml index e9c9d9e..15cf130 100644 --- a/charts/bee/Chart.yaml +++ b/charts/bee/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 appVersion: 2.5.0 name: bee -version: 0.16.12 +version: 0.16.13 kubeVersion: ">=1.19.0-0" description: Ethereum Swarm Bee Helm chart for Kubernetes home: https://www.ethswarm.org From 70b6db53ad9648d76fd24195e60965dfe345317c Mon Sep 17 00:00:00 2001 From: darkobas Date: Mon, 24 Nov 2025 16:36:53 +0100 Subject: [PATCH 3/3] bee: disable p2p wss by default --- charts/bee/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/bee/values.yaml b/charts/bee/values.yaml index 3c9f04b..b78d31c 100644 --- a/charts/bee/values.yaml +++ b/charts/bee/values.yaml @@ -200,7 +200,7 @@ beeConfig: ## ID of the Swarm network - 10 by default network-id: 1 ## Enable Secure WebSocket P2P connections - disabled by default - p2p-wss-enable: true + p2p-wss-enable: false ## If enabled, for NodePort (p2p-wss service) ## the Kubernetes control plane will allocate a port from a range (default: 30000-32767)