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 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