From a4c9709043082011380de9c2f75e4e93e5b83d9c Mon Sep 17 00:00:00 2001 From: Ljubisa Gacevic Date: Mon, 17 Nov 2025 12:39:20 +0100 Subject: [PATCH 1/2] refactor(bee): rename p2p-wss-port to p2p-wss-addr for consistency --- charts/bee/templates/_helpers.tpl | 2 +- charts/bee/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/bee/templates/_helpers.tpl b/charts/bee/templates/_helpers.tpl index cc5111b..07355a3 100644 --- a/charts/bee/templates/_helpers.tpl +++ b/charts/bee/templates/_helpers.tpl @@ -138,7 +138,7 @@ Define config parameters api-addr, p2p-addr {{- printf "%s" $p2p_port -}} {{- end -}} {{- define "bee.config.p2p-wss_port" -}} -{{- $full_p2p_wss_addr := index .Values.beeConfig "p2p-wss-port" -}} +{{- $full_p2p_wss_addr := index .Values.beeConfig "p2p-wss-addr" -}} {{- $p2p_wss_port := (split ":" $full_p2p_wss_addr )._1 }} {{- printf "%s" $p2p_wss_port -}} {{- end -}} diff --git a/charts/bee/values.yaml b/charts/bee/values.yaml index 1f9b16b..ea4d0aa 100644 --- a/charts/bee/values.yaml +++ b/charts/bee/values.yaml @@ -194,7 +194,7 @@ beeConfig: ## P2P listen address p2p-addr: :1634 ## P2P WSS listen address - p2p-wss-port: :1635 + p2p-wss-addr: :1635 ## Set the run mode - light by default full-node: true ## ID of the Swarm network - 10 by default From f6690f9ce03bde692c3b91f485701a30876f9ae9 Mon Sep 17 00:00:00 2001 From: Ljubisa Gacevic Date: Mon, 17 Nov 2025 12:48:24 +0100 Subject: [PATCH 2/2] chore: bump chart version 0.16.12 --- 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 9218372..e9c9d9e 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.11 +version: 0.16.12 kubeVersion: ">=1.19.0-0" description: Ethereum Swarm Bee Helm chart for Kubernetes home: https://www.ethswarm.org